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

mso_resnet_detector error, code stuck at early stage in run_ycbineoat.py #80

Open
TangYihe opened this issue Aug 20, 2023 · 1 comment

Comments

@TangYihe
Copy link

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:
Screen Shot 2023-08-19 at 10 58 16 PM

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 Screen Shot 2023-08-19 at 11 10 08 PM
  • 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!

@wenbowen123 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
@wenbowen123
Copy link
Owner

You have to run cd lf-net-release && python run_server.py
For the mso_resnet_detector error, did you try this #31 (comment)?

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

2 participants