aoliao12138/ReRF

How can I train your program on NV3D dataset? I have encountered some problems.

JiaoChenGuang-JiaoHan opened this issue · 1 comments

Hello, thanks for your great work.
I revise your load_data.py and some files to support training on the NV3D dataset.
I find I need to obtain the bbox of it to train, so I use the bbox obtained from colmap' point cloud, but I got a terrible result with psnr around 14.
However, in the Figure 14 of the paper, the result of the scenes in NV3D dataset seems good, so I wonder if there is something I missed to obtain better result, do you have some ideas like the bbox of the scenes?
Thanks for any advice.

Sorry, I find I didn't revise the bbox.json file’s path when training in the coarse stage and now my problem has solved.