Skip to content

Commit a69300f

Browse files
authored
Update files for v0.4.0 release (#249)
1 parent 3b933b0 commit a69300f

File tree

4 files changed

+21
-13
lines changed

4 files changed

+21
-13
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors:
44
- family-names: "Gopalakrishnan"
55
given-names: "Vivek"
66
title: "DiffDRR"
7-
version: 0.3.2
7+
version: 0.4.0
88
url: "https://github.com/eigenvivek/DiffDRR"
99
preferred-citation:
1010
type: conference-paper

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Vivek Gopalakrishnan
3+
Copyright (c) 2022 Vivek Gopalakrishnan
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Most importantly, `DiffDRR` implements DRR rendering as a PyTorch module, making
2020

2121
## Install
2222

23-
To install the latest stable release:
23+
To install the latest stable release (**recommended**):
2424

2525
```zsh
2626
pip install diffdrr
2727
```
2828

29-
To install the development version (**recommended**):
29+
To install the development version:
3030

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

176-
@inproceedings{gopalakrishnanDiffDRR2022,
177-
author = {Gopalakrishnan, Vivek and Golland, Polina},
178-
title = {Fast Auto-Differentiable Digitally Reconstructed Radiographs for Solving Inverse Problems in Intraoperative Imaging},
179-
year = {2022},
180-
booktitle = {Clinical Image-based Procedures: 11th International Workshop, CLIP 2022, Held in Conjunction with MICCAI 2022, Singapore, Proceedings},
181-
series = {Lecture Notes in Computer Science},
182-
publisher = {Springer},
183-
doi = {https://doi.org/10.1007/978-3-031-23179-7_1},
176+
@inproceedings{gopalakrishnan2022fast,
177+
title={Fast auto-differentiable digitally reconstructed radiographs for solving inverse problems in intraoperative imaging},
178+
author={Gopalakrishnan, Vivek and Golland, Polina},
179+
booktitle={Workshop on Clinical Image-Based Procedures},
180+
pages={1--11},
181+
year={2022},
182+
organization={Springer}
184183
}
184+
185+
If the 2D/3D registration capabilities are helpful, please cite our followup, [`DiffPose`](https://arxiv.org/abs/2312.06358):
186+
187+
@article{gopalakrishnan2023intraoperative,
188+
title={Intraoperative 2D/3D Image Registration via Differentiable X-ray Rendering},
189+
author={Gopalakrishnan, Vivek and Dey, Neel and Golland, Polina},
190+
journal={arXiv preprint arXiv:2312.06358},
191+
year={2023}
192+
}

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repo = DiffDRR
33
lib_name = diffdrr
44
version = 0.4.0
5-
min_python = 3.8
5+
min_python = 3.7
66
license = mit
77
black_formatting = True
88
doc_path = _docs

0 commit comments

Comments
 (0)