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

Inference on custom dataset #85

Open
guillermodecelisrodriguez opened this issue Oct 23, 2023 · 0 comments
Open

Inference on custom dataset #85

guillermodecelisrodriguez opened this issue Oct 23, 2023 · 0 comments

Comments

@guillermodecelisrodriguez

First of all thank you for sharing your incredible work!!

I am trying to perform inference on data from YCBInEOAT ("006_mustard_bottle") and the script run_ycbineoat.py seems to work but this is the output from the command line:

data has 737 images
Connected to port 5555
color file: /home//Desktop/BundleTrack/YCBInEOAT/mustard0/rgb/1581120424100262102.png

New frame 1581120424100262102
zmq start waiting for reply
zmq got reply
color file: /home//Desktop/BundleTrack/YCBInEOAT/mustard0/rgb/1581120424148532296.png

New frame 1581120424148532296
zmq start waiting for reply
zmq got reply
finding corres between 1581120424148532296(id=1) and 1581120424100262102(id=0)
frame 1581120424148532296 and 1581120424100262102 findNN too few match, 1581120424148532296 status marked as FAILcolor file: /home//Desktop/BundleTrack/YCBInEOAT/mustard0/rgb/1581120424213125141.png

New frame 1581120424213125141
zmq start waiting for reply
zmq got reply
finding corres between 1581120424213125141(id=1) and 1581120424100262102(id=0)
frame 1581120424213125141 and 1581120424100262102 findNN too few match, 1581120424213125141 status marked as FAILcolor file: /home//Desktop/BundleTrack/YCBInEOAT/mustard0/rgb/1581120424269362478.png

And continues like this for all the images located in the directory without saving any results on the corresponding results folder.

I would appreciate any help, thanks in advance!!

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

1 participant