-
Notifications
You must be signed in to change notification settings - Fork 72
mso_resnet_detector error, code stuck at early stage in run_ycbineoat.py #80
Description
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 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!