zipnerf-pytorch icon indicating copy to clipboard operation
zipnerf-pytorch copied to clipboard

How to train blender dataset with nerfstudio?

Open G20202502 opened this issue 3 months ago • 0 comments

I'm now trying to use zipnerf in nerfstudio to train the lego scene of blender dataset. But after training, the model can only render purely white images, and I can't figure out the reason. This is the command I use:

ns-train zipnerf --data /data/nerf_synthetic/nerf_synthetic/lego blender-data

And I've also changed the gin_file path in zipnerf_config.py from "configs/360.gin" to "configs/blender.gin". Could you please tell me how to make it work?

G20202502 avatar Mar 31 '24 05:03 G20202502