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

different inference performance #12

Open
wiamadaya opened this issue Jul 25, 2019 · 1 comment
Open

different inference performance #12

wiamadaya opened this issue Jul 25, 2019 · 1 comment

Comments

@wiamadaya
Copy link

wiamadaya commented Jul 25, 2019

i have a RetinaNet model trained on a custom dataset, however the inference/prediction is not identical if i run the model on the same image - from your application compared to inference notebook (https://github.com/fizyr/keras-retinanet/blob/master/examples/ResNet50RetinaNet.ipynb) - i have set the same score threshold for both (0.3)

@virajmavani
Copy link
Owner

virajmavani commented Apr 11, 2020

Hi @wiamadaya!

The issue here can be the fact that Anno-Mage resizes the images to a max of 500 width or height as in the Pascal VOC dataset. Due to this resizing and loss of information thereafter, there may be some misclassifications.

I understand that custom sized image annotations make a lot of sense and it is on the agenda for further development of the project.

Thank you!

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

2 participants