VITA-Group / FSGS

[ECCV 2024]"FSGS: Real-Time Few-Shot View Synthesis using Gaussian Splatting", Zehao Zhu*, Zhiwen Fan*, Yifan Jiang, Zhangyang Wang
Other
376 stars 28 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'dataset/nerf_llff_data/fern/sparse/0/points3D.ply' #10

Closed hongh0 closed 9 months ago

hongh0 commented 9 months ago

Thank you for your outstanding work. I ran into this error when running python train.py --source_path dataset/nerf_llff_data/fern --model_path output/fern --eval --use_color --n_views 3. Before that, I followed the instructions to run python tools/colmap_llff.py, but unfortunately, it did not generate the points3D.ply point cloud file.

hongh0 commented 9 months ago

The latest dataset_readers.py can solve this problem.