Skip to content

Commit

Permalink
Add link to DiffDRR
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenvivek committed Dec 6, 2023
1 parent 305153e commit 1938dcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ black](https://img.shields.io/badge/Code%20style-black-black.svg)](https://githu

## Install

This will install the dependencies listed under `requirements` in
[`settings.ini`](https://github.com/eigenvivek/DiffPose/blob/9a522b04a739334b9ddb89f3a606ab78d80bc6f6/settings.ini#L42).

``` zsh
pip install DiffPose
```

This will install the dependencies listed under `requirements` in
[`settings.ini`](https://github.com/eigenvivek/DiffPose/blob/9a522b04a739334b9ddb89f3a606ab78d80bc6f6/settings.ini#L42).
The source code for the differentiable X-ray renderer is available at
[`DiffDRR`](https://github.com/eigenvivek/DiffDRR).

## Datasets

Expand Down
4 changes: 3 additions & 1 deletion notebooks/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@
"source": [
"## Install\n",
"\n",
"This will install the dependencies listed under `requirements` in [`settings.ini`](https://github.com/eigenvivek/DiffPose/blob/9a522b04a739334b9ddb89f3a606ab78d80bc6f6/settings.ini#L42).\n",
"\n",
"```zsh\n",
"pip install DiffPose\n",
"```\n",
"\n",
"This will install the dependencies listed under `requirements` in [`settings.ini`](https://github.com/eigenvivek/DiffPose/blob/9a522b04a739334b9ddb89f3a606ab78d80bc6f6/settings.ini#L42)."
"The source code for the differentiable X-ray renderer is available at [`DiffDRR`](https://github.com/eigenvivek/DiffDRR)."
]
},
{
Expand Down

0 comments on commit 1938dcd

Please sign in to comment.