NVlabs / BundleSDF

[CVPR 2023] BundleSDF: Neural 6-DoF Tracking and 3D Reconstruction of Unknown Objects
https://bundlesdf.github.io/
Other
992 stars 109 forks source link

run_custom.py stops executing after processing a few images in BundleSDF Docker environment #154

Closed Sar-thak-3 closed 2 months ago

Sar-thak-3 commented 3 months ago

Description:

When running the run_custom.py script within the BundleSDF Docker environment using the appropriate command, the program encounters an issue where it halts execution after processing a few images without completing its task.

Command:- python /mnt/sda4/bundlesdf/BundleSDF/run_custom.py --mode run_video --video_dir /mnt/sda4/bundlesdf/BundleSDF/dataset/pcb --out_folder /mnt/sda4/bundlesdf/BundleSDF/dataset/pcb/out --debug_level 2

error.log

shirokalu commented 2 months ago

Hello bro, have you solved this problem? I encountered the same issue as you.

Sar-thak-3 commented 2 months ago

If error.log is same for you then

  1. Comment this line https://github.com/NVlabs/BundleSDF/blob/77b28c86b7b27a2abb4398b86dc5ef62b8e4034c/bundlesdf.py#L451
  2. Ensure the shape of rgb, depth, mask is same
shirokalu commented 2 months ago

If error.log is same for you then

  1. 注释此行 https://github.com/NVlabs/BundleSDF/blob/77b28c86b7b27a2abb4398b86dc5ef62b8e4034c/bundlesdf.py#L451
  2. Ensure the shape of rgb, depth, mask is same

This is helpful, thank you very much.