Lakonik / SSDNeRF

[ICCV 2023] Single-Stage Diffusion NeRF
https://lakonik.github.io/ssdnerf/
MIT License
438 stars 24 forks source link

How to generate data from training on custom 3d models? Also how to test on my images if I have them in a folder or pass as image path? #17

Open kashyappiyush1998 opened 1 year ago

Lakonik commented 1 year ago

Hi! Currently the dataloader supports only PixelNeRF's shapenet SRN format. You need to either convert your data to the same format, or write another dataloader for your own data.