mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 22:30:35 +08:00
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:
committed by
Facebook GitHub Bot
parent
d2bbd0cdb7
commit
1251446383
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user