Closed yigediao closed 6 months ago
(py38) root@P16:/home/frank/BundleSDF-master# python benchmark_ho3d_2.py --video_dirs /home/frank/BundleSDF-master/HO3D_v3/evaluation/SM1 --out_dir /home/frank/debug/SDF_output/ho3d_ours
/home/frank/BundleSDF-master/HO3D_v3/evaluation/SM1
Traceback (most recent call last):
File "benchmark_ho3d_2.py", line 157, in
when I was running the "python run_ho3d.py ", there was an error:
[bundlesdf.py] frame_pairs: 27
[loftr_wrapper.py] image0: torch.Size([27, 1, 400, 400])
Traceback (most recent call last):
File "run_ho3d.py", line 119, in
From this, seems like you are running OOM. What's your GPU memory?
Hi, when I was runing the benchmark_ho3d.py, there is erro saying: root@P16:/home/frank/BundleSDF-master# python benchmark_ho3d.py --video_dirs /home/frank/BundleSDF-master/HO3D_v3/evaluation/SM1 --out_dir /home/frank/SDF_output/ho3d_ours
/home/frank/BundleSDF-master/HO3D_v3/evaluation/SM1 Traceback (most recent call last): File "benchmark_ho3d.py", line 157, in
out = benchmark_one_video(method, video_dir)
File "benchmark_ho3d.py", line 31, in benchmark_one_video
raise RuntimeError(f"Pose file missing: {video_dir}")
Can you help with this issue? Thank you.