Use sample_pdf from PyTorch3D in NeRF

Summary:
Use PyTorch3D's new faster sample_pdf function instead of local Python implementation.

Also clarify deps for the Python implementation.

Reviewed By: gkioxari

Differential Revision: D30512109

fbshipit-source-id: 84cfdc00313fada37a6b29837de96f6a4646434f
This commit is contained in:
Jeremy Reizenstein
2021-08-31 10:38:58 -07:00
committed by Facebook GitHub Bot
parent d2bbd0cdb7
commit 1251446383
5 changed files with 5 additions and 70 deletions

View File

@@ -9,7 +9,6 @@ This project implements the Neural Radiance Fields (NeRF) from [1].
Installation
------------
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:
- [`visdom`](https://github.com/facebookresearch/visdom)