-
Notifications
You must be signed in to change notification settings - Fork 13
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
How to visualize the prediction #17
Comments
Dear all,
If you write some code with two information above, you can get the following image: p.s. I had to put the following code in the line 98 of /detectron2/detectron2/data/dataset_mapper.py in order to correctly visualize the predicted boxes and segmentation on the image.
|
Hi @JunbongJang , sorry for the delayed reply, just saw you have already found a way to obtain the vertices point, nice! Yes all the predictions need proper scaling since the training / testing operate on some fixed scales. If you have further questions welcome to leave an issue or email me :) |
No Problem! @lkevinzc Thank you for your work. Your framework will be very useful for my future project. |
Thanks for your sharing. It works well. |
Hi
When I run the following command,
DANCE model predicts box coordinates and classes but does not produce a segmentation mask, as shown below.
How do I get the segmentation?
Also, which code did you use to visualize the predictions, like the figures in your DANCE paper?
Thank you for your help in advance.
The text was updated successfully, but these errors were encountered: