-
Notifications
You must be signed in to change notification settings - Fork 42
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
visualization #7
Comments
At the moment, you have to write the code to do this yourself. Currently, the repo only provides the code to replicate the results in the paper without any add-ons. But your request is reasonable, and it would be nice to visualize the output. I hope that I can provide an example soon. In the meantime, you can have a look at the code that already logs predictions for a start. |
Thank you magehrig for considering the request |
when we run validation.py I'm getting the log files so are those given from the code that you mentioned here or can you please explain on how we can use or pass arguments to detection.py to get the logs predictions |
the logging happens in the pytorch lightning callback which is not used in validation.py. The following could work for you:
I cannot help you more at this point because I don't have much time. I appreciate your understanding. |
Thank you for taking your time and answering the question have a great day! |
According to the error message, you are passing a |
Okay thank you magehrig |
Can you tell how the iterations are being calculated like how many iterations are needed for one event and what one iteration is doing everytime |
hey magehrig could you please consider answering this please |
how do i provide input to the model so that i get the image or video with bboxes with class labels(how can i visualize using a dataset of my own)
i run the validation file with the gen1 data i get only the log files but no image or video file playing showing the labels or bounding boxes
The text was updated successfully, but these errors were encountered: