Skip to content

Commit

Permalink
Update files for v0.4.0 release (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenvivek authored May 21, 2024
1 parent 3b933b0 commit a69300f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
- family-names: "Gopalakrishnan"
given-names: "Vivek"
title: "DiffDRR"
version: 0.3.2
version: 0.4.0
url: "https://github.com/eigenvivek/DiffDRR"
preferred-citation:
type: conference-paper
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Vivek Gopalakrishnan
Copyright (c) 2022 Vivek Gopalakrishnan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
28 changes: 18 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Most importantly, `DiffDRR` implements DRR rendering as a PyTorch module, making

## Install

To install the latest stable release:
To install the latest stable release (**recommended**):

```zsh
pip install diffdrr
```

To install the development version (**recommended**):
To install the development version:

```zsh
git clone https://github.com/eigenvivek/DiffDRR.git --depth 1
Expand Down Expand Up @@ -173,12 +173,20 @@ Physics, 2(12):252–5, 1985.](https://doi.org/10.1118/1.595715)
If you find `DiffDRR` useful in your work, please cite our
[paper](https://arxiv.org/abs/2208.12737):

@inproceedings{gopalakrishnanDiffDRR2022,
author = {Gopalakrishnan, Vivek and Golland, Polina},
title = {Fast Auto-Differentiable Digitally Reconstructed Radiographs for Solving Inverse Problems in Intraoperative Imaging},
year = {2022},
booktitle = {Clinical Image-based Procedures: 11th International Workshop, CLIP 2022, Held in Conjunction with MICCAI 2022, Singapore, Proceedings},
series = {Lecture Notes in Computer Science},
publisher = {Springer},
doi = {https://doi.org/10.1007/978-3-031-23179-7_1},
@inproceedings{gopalakrishnan2022fast,
title={Fast auto-differentiable digitally reconstructed radiographs for solving inverse problems in intraoperative imaging},
author={Gopalakrishnan, Vivek and Golland, Polina},
booktitle={Workshop on Clinical Image-Based Procedures},
pages={1--11},
year={2022},
organization={Springer}
}

If the 2D/3D registration capabilities are helpful, please cite our followup, [`DiffPose`](https://arxiv.org/abs/2312.06358):

@article{gopalakrishnan2023intraoperative,
title={Intraoperative 2D/3D Image Registration via Differentiable X-ray Rendering},
author={Gopalakrishnan, Vivek and Dey, Neel and Golland, Polina},
journal={arXiv preprint arXiv:2312.06358},
year={2023}
}
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
repo = DiffDRR
lib_name = diffdrr
version = 0.4.0
min_python = 3.8
min_python = 3.7
license = mit
black_formatting = True
doc_path = _docs
Expand Down

0 comments on commit a69300f

Please sign in to comment.