You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to setup BundleTrack on my Ubuntu machine with a Nvidia A6000 gpu. I followed the setup steps in README, but when I attempted to run python scripts/run_ycbineoat.py --data_dir [PATH_TO_YCBInEOAT] --port 5555 --model_name [The YCB object's name, e.g. 021_bleach_cleanser], I encountered the issue that the code stucked at zmq start waiting for reply:
Regarding the error I attempted to change line 82 in run_ycbineoat.py parser.add_argument('--model_dir') and set default value to my directory for ycb objects, while after doing this my code would be stuck at right after ob_in_cam0 is printed (i.e. I cannot see the output data has xxx images).
Some extra informations regarding my setup process:
I used wenbowen/bundletrack:latest instead of wenbowen/bundletrack:3090
when running cd lf-net-release && python run_server.py, I received the following error
My debug directory remains empty.
I'll appreciate it if you could let me know what might the issue be, and if there is any places I should inspect / modifications I should make. Thank you!
The text was updated successfully, but these errors were encountered:
wenbowen123
changed the title
Code stuck at early stage in run_ycbineoat.py
mso_resnet_detector error, code stuck at early stage in run_ycbineoat.py
Aug 20, 2023
Hello Wenbo,
Thanks for the great work!
I'm trying to setup BundleTrack on my Ubuntu machine with a Nvidia A6000 gpu. I followed the setup steps in README, but when I attempted to run
python scripts/run_ycbineoat.py --data_dir [PATH_TO_YCBInEOAT] --port 5555 --model_name [The YCB object's name, e.g. 021_bleach_cleanser]
, I encountered the issue that the code stucked at zmq start waiting for reply:Regarding the error I attempted to change
line 82 in run_ycbineoat.py parser.add_argument('--model_dir')
and set default value to my directory for ycb objects, while after doing this my code would be stuck at right afterob_in_cam0
is printed (i.e. I cannot see the outputdata has xxx images
).Some extra informations regarding my setup process:
cd lf-net-release && python run_server.py
, I received the following errorI'll appreciate it if you could let me know what might the issue be, and if there is any places I should inspect / modifications I should make. Thank you!
The text was updated successfully, but these errors were encountered: