-
Notifications
You must be signed in to change notification settings - Fork 287
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 doesn`t show any output of images and json file with projected cuboid #364
Comments
Could you share a few examples of the belief maps? I think the inference.py can save them as well. Did you look at the tensorboard when you trained? How does it look, is inference belief map matching with GT? Try to give me a few examples of your data as well, are they symmetries? |
I am running the Git repo inference file, i tried running it. I figured out that there was dimension mismatch in config file and 3D model so I am getting out in inference with projected cuboid but still not able to see output in ROS-Dope |
can you try to match the ratio in the webcam to match your training data? Can you post your 3d model here as well? |
how should I match ratio? and I tried tuning threshold in config files but the output is confusing. Can you clear the understanding of relation of threshold parameter in config file with the dataset inference |
Hello, I have been working on creating a dataset in nvisii as per the repo. I trained it on 5000 images and 100 epochs, the debug file shows the correct orientation of bounding box. After that, I configured config files for dimension, class ID and weights. When I tried running inference, it worked fine and gives output but the json file in output is empty and generated output pictures shows no bounding boxes. I tried changing the threshold parameters in config file too but it doesnt produce any result either. Other than that the DOPE-ROS inference also doesnt show any output. Can you please guide me on what to do about it?
The text was updated successfully, but these errors were encountered: