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

How can i get the predicted classes from my retinanet model detection over the images. #29

Open
Monk5088 opened this issue Sep 30, 2022 · 0 comments

Comments

@Monk5088
Copy link

Monk5088 commented Sep 30, 2022

How to get the list of predicted classes for each image in my databunch, i want to map and show predictions of my retinanet model, I have tried using show_results_side_by_side. Still, it only shows the GT and prediction for some images in a batch only, is there any method in the evaluator.py of this repository where I can get the number of predictions for each class, e.g. if my dataset has 10 cycles so can I get the number of predictions where the cycle was detected and where it was detected as some other class, not the tp and fp from compute_class_ap as it gives the rough idea only, I want to display the number of overall correct and wrong predictions for each class.
If you could help me with how I can create such stats it would be really helpful.

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