ashawkey / torch-ngp

A pytorch CUDA extension implementation of instant-ngp (sdf and nerf), with a GUI.
MIT License
2.11k stars 275 forks source link

Multi-camera dataset DNeRF #127

Open fotfotfive opened 2 years ago

fotfotfive commented 2 years ago

Hi,

I want to use torch-ngp to create DNeRFs, however I need to create and load a dataset with videos from multiple camera viewpoints. I’m wondering if this implementation of d-NeRF can/does support this?

thanks