pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

How to convert the camera parameters of NeRF's public dataset into the camera parameters supported by pytorch3D?

Open MatrixZzu opened this issue 2 years ago • 4 comments

I am using pytorch3D to do related work on NeRF recently. Is there a way to convert the camera parameters of NeRF's public dataset into the camera parameters supported by pytorch3D.

MatrixZzu avatar Apr 01 '22 03:04 MatrixZzu

Please check out our project that implements NeRF and other models: https://github.com/facebookresearch/pytorch3d/tree/main/projects/implicitron_trainer

You should follow/read the instructions there to configure your system with the data you have!

gkioxari avatar Apr 01 '22 04:04 gkioxari

Hello, I found NeRF implemented by Pytorch3D, which provides processed public datasets and provides downloads as .path files, but does not provide a method for processing .path files

MatrixZzu avatar Apr 02 '22 01:04 MatrixZzu

Directly using public datasets for neural rendering is something we are actually looking into.

patricklabatut avatar Apr 08 '22 18:04 patricklabatut

I'm doing the implementation of using pytorch3D to deal with public datasets, maybe I can create a PR later. May I know if there is any progress on this already?

AIBluefisher avatar May 15 '22 14:05 AIBluefisher