Yingji Zhong
Yingji Zhong
Hi, can I just use nerfacc to speed up the testing of vanilla NeRF, but do not make any modification on the training code?
Did you solve the problem, I get stuck with the same issue
I also want to fetch the feature vectors for each mask. Do you have any idea now?
I think you are correct. They use point cloud generated from sparse views, e.g., 12 views for mipnerf360, as initialization: https://github.com/VITA-Group/FSGS/blob/main/tools/colmap_360.py#L169. But they use train/test poses by COLMAP from all...