Skip to content

Commit

Permalink
Add papers
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenvivek committed Nov 30, 2023
1 parent 375791e commit 83e1f95
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 3 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ DiffPose

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

> Patient-specific intraoperative 2D/3D registration via differentiable
> rendering
> Intraoperative 2D/3D registration via differentiable X-ray rendering
[![CI](https://github.com/eigenvivek/DiffPose/actions/workflows/test.yaml/badge.svg)](https://github.com/eigenvivek/DiffPose/actions/workflows/test.yaml)
[![License:
Expand Down Expand Up @@ -114,3 +113,19 @@ nbdev_export # builds package and builds docs

For more details, follow this [in-depth
tutorial](https://nbdev.fast.ai/tutorials/tutorial.html).

## Citing `DiffPose`

If you find `DiffPose` or
[`DiffDRR`](https://github.com/eigenvivek/DiffDRR) useful in your work,
please cite the appropriate papers:

@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},
}
23 changes: 22 additions & 1 deletion notebooks/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"> Patient-specific intraoperative 2D/3D registration via differentiable rendering\n",
"> Intraoperative 2D/3D registration via differentiable X-ray rendering\n",
"\n",
"[![CI](https://github.com/eigenvivek/DiffPose/actions/workflows/test.yaml/badge.svg)](https://github.com/eigenvivek/DiffPose/actions/workflows/test.yaml)\n",
"[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n",
Expand Down Expand Up @@ -123,6 +123,27 @@
"For more details, follow this [in-depth tutorial](https://nbdev.fast.ai/tutorials/tutorial.html)."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Citing `DiffPose`\n",
"\n",
"If you find `DiffPose` or [`DiffDRR`](https://github.com/eigenvivek/DiffDRR) useful in your work, please cite the appropriate papers:\n",
"\n",
"```\n",
"@inproceedings{gopalakrishnanDiffDRR2022,\n",
" author = {Gopalakrishnan, Vivek and Golland, Polina},\n",
" title = {Fast Auto-Differentiable Digitally Reconstructed Radiographs for Solving Inverse Problems in Intraoperative Imaging},\n",
" year = {2022},\n",
" booktitle = {Clinical Image-based Procedures: 11th International Workshop, CLIP 2022, Held in Conjunction with MICCAI 2022, Singapore, Proceedings},\n",
" series = {Lecture Notes in Computer Science},\n",
" publisher = {Springer},\n",
" doi = {https://doi.org/10.1007/978-3-031-23179-7_1},\n",
"}\n",
"```"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 83e1f95

Please sign in to comment.