File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- <img src =" https://github. com/facebookresearch/pytorch3d/blob /master/.github/pytorch3dlogo.png " width =" 900 " />
1
+ <img src =" https://raw.githubusercontent. com/facebookresearch/pytorch3d/master/.github/pytorch3dlogo.png " width =" 900 " />
2
2
3
3
[ ![ CircleCI] ( https://circleci.com/gh/facebookresearch/pytorch3d.svg?style=svg )] ( https://circleci.com/gh/facebookresearch/pytorch3d )
4
4
[ ![ Anaconda-Server Badge] ( https://anaconda.org/pytorch3d/pytorch3d/badges/version.svg )] ( https://anaconda.org/pytorch3d/pytorch3d )
@@ -35,11 +35,11 @@ PyTorch3d is released under the [BSD-3-Clause License](LICENSE).
35
35
36
36
Get started with PyTorch3d by trying one of the tutorial notebooks.
37
37
38
- | <img src =" https://github. com/facebookresearch/pytorch3d/blob/ master/.github/dolphin_deform.gif " width =" 310 " />| <img src =" https://github. com/facebookresearch/pytorch3d/blob /master/.github/bundle_adjust.gif " width =" 310 " />|
38
+ | <img src =" https://raw.githubusercontent. com/facebookresearch/pytorch3d/master/.github/dolphin_deform.gif " width =" 310 " />| <img src =" https://raw.githubusercontent. com/facebookresearch/pytorch3d/master/.github/bundle_adjust.gif " width =" 310 " />|
39
39
| :-----------------------------------------------------------------------------------------------------------:| :--------------------------------------------------:|
40
40
| [ Deform a sphere mesh to dolphin] ( https://github.com/fairinternal/pytorch3d/blob/master/docs/tutorials/deform_source_mesh_to_target_mesh.ipynb ) | [ Bundle adjustment] ( https://github.com/fairinternal/pytorch3d/blob/master/docs/tutorials/bundle_adjustment.ipynb ) |
41
41
42
- | <img src =" https://github. com/facebookresearch/pytorch3d/blob/ master/.github/render_textured_mesh.gif " width =" 310 " /> | <img src =" https://github. com/facebookresearch/pytorch3d/blob /master/.github/camera_position_teapot.gif " width =" 310 " height =" 310 " />
42
+ | <img src =" https://raw.githubusercontent. com/facebookresearch/pytorch3d/master/.github/render_textured_mesh.gif " width =" 310 " /> | <img src =" https://raw.githubusercontent. com/facebookresearch/pytorch3d/master/.github/camera_position_teapot.gif " width =" 310 " height =" 310 " />
43
43
| :------------------------------------------------------------:| :--------------------------------------------------:|
44
44
| [ Render textured meshes] ( https://github.com/fairinternal/pytorch3d/blob/master/docs/tutorials/render_textured_meshes.ipynb ) | [ Camera position optimization] ( https://github.com/fairinternal/pytorch3d/blob/master/docs/tutorials/camera_position_optimization_with_differentiable_rendering.ipynb ) |
45
45
Original file line number Diff line number Diff line change @@ -4,3 +4,7 @@ recommonmark==0.4.0
4
4
sphinx_rtd_theme
5
5
sphinx_markdown_tables
6
6
mock
7
+ numpy
8
+ git+git://github.com/facebookresearch/fvcore.git
9
+ https://download.pytorch.org/whl/nightly/cpu/torch-1.3.0.dev20191010%2Bcpu-cp37-cp37m-linux_x86_64.whl
10
+ https://download.pytorch.org/whl/nightly/cpu/torchvision-0.5.0.dev20191008%2Bcpu-cp37-cp37m-linux_x86_64.whl
You can’t perform that action at this time.
0 commit comments