Skip to content

Commit 5979636

Browse files
committed
Remove install instructions for pytorch3d
1 parent fa37c53 commit 5979636

File tree

4 files changed

+3
-18
lines changed

4 files changed

+3
-18
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ To install `DiffDRR` from PyPI:
3131
pip install diffdrr
3232
```
3333

34-
`DiffDRR` also requires `PyTorch3D`, which gives us the ability to use multiple parameterizations of SO(3) when constructing camera poses! For most users,
35-
```zsh
36-
conda install pytorch3d -c pytorch3d
37-
```
38-
should work perfectly well. Otherwise, see PyTorch3D's [installation guide](https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md).
39-
4034
## Usage
4135

4236
The following minimal example specifies the geometry of the projectional radiograph imaging system and traces rays through a CT volume:

environment.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ name: diffdrr
22
channels:
33
- conda-forge
44
- pytorch
5-
- pytorch3d
65
- nvidia
76
dependencies:
87
- pip
98
- pytorch
109
- torchvision
11-
- pytorch3d
1210
- einops
1311
- pydicom
1412
- matplotlib
@@ -19,4 +17,3 @@ dependencies:
1917
- pip:
2018
- pyvista
2119
- vtk
22-
- pytorchse3

notebooks/index.ipynb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,7 @@
5454
"To install `DiffDRR` from PyPI:\n",
5555
"```zsh\n",
5656
"pip install diffdrr\n",
57-
"```\n",
58-
"\n",
59-
"`DiffDRR` also requires `PyTorch3D` to specify the pose of the C-arm. This also us the ability to use multiple parameterizations of SO(3) when constructing camera poses! For most users,\n",
60-
"```zsh\n",
61-
"conda install pytorch3d -c pytorch3d\n",
62-
"```\n",
63-
"should work perfectly well. Otherwise, see PyTorch3D's [installation guide](https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md)."
57+
"```"
6458
]
6559
},
6660
{

settings.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ keywords = nbdev jupyter notebook python
2626
language = English
2727
status = 3
2828
user = eigenvivek
29-
requirements = pydicom matplotlib seaborn tqdm imageio fastcore 'pyvista[all]' einops torchvision pytorchse3
29+
requirements = pydicom matplotlib seaborn tqdm imageio fastcore 'pyvista[all]' einops torchvision
3030
pip_requirements = torch
31-
conda_requirements = pytorch pytorch3d
31+
conda_requirements = pytorch
3232
dev_requirements = nbdev black flake8 ipykernel ipywidgets
3333
readme_nb = index.ipynb
3434
allowed_metadata_keys =

0 commit comments

Comments
 (0)