You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: INSTALL.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@
8
8
The core library is written in PyTorch. Several components have underlying implementation in CUDA for improved performance. A subset of these components have CPU implementations in C++/PyTorch. It is advised to use PyTorch3D with GPU support in order to use all the features.
Copy file name to clipboardexpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,7 @@ In alphabetical order:
100
100
* Amitav Baruah
101
101
* Steve Branson
102
102
* Krzysztof Chalupka
103
+
* Jiali Duan
103
104
* Luya Gao
104
105
* Georgia Gkioxari
105
106
* Taylor Gordon
@@ -143,6 +144,8 @@ If you are using the pulsar backend for sphere-rendering (the `PulsarPointRender
143
144
144
145
Please see below for a timeline of the codebase updates in reverse chronological order. We are sharing updates on the releases as well as research projects which are built with PyTorch3D. The changelogs for the releases are available under [`Releases`](https://github.com/facebookresearch/pytorch3d/releases), and the builds can be installed using `conda` as per the instructions in [INSTALL.md](INSTALL.md).
**[Aug 10th 2022]:** PyTorch3D [v0.7.0](https://github.com/facebookresearch/pytorch3d/releases/tag/v0.7.0) released with Implicitron and MeshRasterizerOpenGL.
147
150
148
151
**[Apr 28th 2022]:** PyTorch3D [v0.6.2](https://github.com/facebookresearch/pytorch3d/releases/tag/v0.6.2) released
0 commit comments