mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-14 11:26:24 +08:00
rename master branch to main
Summary: Change doc references to master branch to its new name main. Reviewed By: nikhilaravi Differential Revision: D30303018 fbshipit-source-id: cfdbb207dfe3366de7e0ca759ed56f4b8dd894d1
This commit is contained in:
committed by
Facebook GitHub Bot
parent
103da63393
commit
b0dd0c8821
@@ -3,12 +3,12 @@ Neural Radiance Fields in PyTorch3D
|
||||
|
||||
This project implements the Neural Radiance Fields (NeRF) from [1].
|
||||
|
||||
<img src="https://raw.githubusercontent.com/facebookresearch/pytorch3d/master/.github/nerf_project_logo.gif" width="600" height="338"/>
|
||||
<img src="https://raw.githubusercontent.com/facebookresearch/pytorch3d/main/.github/nerf_project_logo.gif" width="600" height="338"/>
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
1) [Install PyTorch3D](https://github.com/facebookresearch/pytorch3d/blob/master/INSTALL.md)
|
||||
1) [Install PyTorch3D](https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md)
|
||||
- Note that this repo requires `PyTorch` version `>= v1.6.0` due to dependency on `torch.searchsorted`.
|
||||
|
||||
2) Install other dependencies:
|
||||
|
||||
Reference in New Issue
Block a user