cnhaox / NeRF-HuGS

Reference implementation of CVPR 2024 (Oral) paper "NeRF-HuGS: Improved Neural Radiance Fields in Non-static Scenes Using Heuristics-Guided Segmentation"

Home Page:https://cnhaox.github.io/NeRF-HuGS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No scen_gt.json!!

VerseWei opened this issue · comments

Nice work!

I run HuGS with Kubric dataset provided by you, but there is an error that no scene_gt.json in data_dir, what's wrong?

FileNotFoundError: [Errno 2] No such file or directory: '/home/***/3D_Recon/NeRF-HuGS/data/kubric_colmap/kubric_car/scene_gt.json'

@cnhaox hello, could you help me? Thanks!

@cnhaox hello, could you help me? Thanks!

@VerseWei Hi there! I assume you have downloaded the Kubric colmap data we provided, but not the original dataset. In fact, the latter is the data that nerf needs for training and rendering, while the former is only used for SfM-based heuristics. Therefore, you need to download all the data and set the corresponding path.

Yes, I find it , thanks! @cnhaox