Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No pose found #21

Closed
resurgo97 opened this issue Sep 15, 2024 · 3 comments
Closed

No pose found #21

resurgo97 opened this issue Sep 15, 2024 · 3 comments

Comments

@resurgo97
Copy link

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(model_path + 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
Copy link

vamWu commented Oct 5, 2024

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

@tlxhlll
Copy link

tlxhlll commented Oct 22, 2024

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

@kairunwen
Copy link
Contributor

@resurgo97, Hi, The code has been refactored and updated. You can try running bash scripts/run_infer.sh again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants