Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenvivek committed Dec 6, 2023
1 parent 1cfa690 commit fb4caa3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,20 @@ 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).
To install `DiffPose` and the requirements in
[`environment.yml`](https://github.com/eigenvivek/DiffPose/blob/main/environment.yml),
run:

``` zsh
pip install DiffPose
pip install diffpose
```

The source code for the differentiable X-ray renderer is available at
[`DiffDRR`](https://github.com/eigenvivek/DiffDRR).
The differentiable X-ray renderer that powers the backend of `DiffPose`
is available at [`DiffDRR`](https://github.com/eigenvivek/DiffDRR).

## Datasets

We evaluate `DiffPose` networks on the following datasets.
We evaluate `DiffPose` networks on the following open-source datasets:

| **Dataset** | **Anatomy** | **\# of Subjects** | **\# of 2D Images** | **CTs** | **X-rays** | Fiducials |
|----------------------------------------------------------------------------|--------------------|:------------------:|:-------------------:|:-------:|:----------:|:---------:|
Expand Down
8 changes: 4 additions & 4 deletions notebooks/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +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",
"To install `DiffPose` and the requirements in [`environment.yml`](https://github.com/eigenvivek/DiffPose/blob/main/environment.yml), run:\n",
"\n",
"```zsh\n",
"pip install DiffPose\n",
"pip install diffpose\n",
"```\n",
"\n",
"The source code for the differentiable X-ray renderer is available at [`DiffDRR`](https://github.com/eigenvivek/DiffDRR)."
"The differentiable X-ray renderer that powers the backend of `DiffPose` is available at [`DiffDRR`](https://github.com/eigenvivek/DiffDRR)."
]
},
{
Expand All @@ -44,7 +44,7 @@
"source": [
"## Datasets\n",
"\n",
"We evaluate `DiffPose` networks on the following datasets.\n",
"We evaluate `DiffPose` networks on the following open-source datasets:\n",
"\n",
"| **Dataset** | **Anatomy** | **\\# of Subjects** | **\\# of 2D Images** | **CTs** | **X-rays** | Fiducials |\n",
"|----------------------------------------------------------------------------|--------------------|:------------------:|:-------------------:|:-------:|:----------:|:---------:|\n",
Expand Down

0 comments on commit fb4caa3

Please sign in to comment.