NVlabs / InstantSplat

InstantSplat: Sparse-view SfM-free Gaussian Splatting in Seconds
https://instantsplat.github.io/
Other
788 stars 44 forks source link

No pose found #21

Open resurgo97 opened 1 month ago

resurgo97 commented 1 month ago

Hi, I ran bash scripts/run_train_infer.sh without changing anything, and got this error:

========= santorini: Render interpolated pose & output video ========= Looking for config file in ./output/infer/sora/santorini/3_views_1000Iter_1xPoseLR/cfg_args Config file found: ./output/infer/sora/santorini/3_views_1000Iter_1xPoseLR/cfg_args Rendering ./output/infer/sora/santorini/3_views_1000Iter_1xPoseLR/ Traceback (most recent call last): File "/mnt/nas2/ksy/InstantSplat/./render_by_interp.py", line 143, in render_sets( File "/mnt/nas2/ksy/InstantSplat/./render_by_interp.py", line 98, in render_sets save_interpolate_pose(dataset.model_path, iteration, args.n_views) File "/mnt/nas2/ksy/InstantSplat/./render_by_interp.py", line 33, in save_interpolate_pose org_pose = np.load(modelpath + f"pose/pose{iter}.npy") File "/opt/conda/lib/python3.10/site-packages/numpy/lib/npyio.py", line 427, in load fid = stack.enter_context(open(os_fspath(file), "rb")) FileNotFoundError: [Errno 2] No such file or directory: './output/infer/sora/santorini/3_views_1000Iter_1xPoseLR/pose/pose_1000.npy'

Can anyone help me with this error?

Thanks!

vamWu commented 2 weeks ago

I think you just need to change the "DATA_ROOT_DIR and GPU_ID....." to the same path as your local.

tlxhlll commented 3 days ago

I also found this error, so what should GPU_ID be changed?