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

Precision/recall #36

Open
jbogp opened this issue May 7, 2020 · 5 comments
Open

Precision/recall #36

jbogp opened this issue May 7, 2020 · 5 comments

Comments

@jbogp
Copy link

jbogp commented May 7, 2020

Hello,
I'm currently iterating over DeepLogo with some more recent object detection models, and was wondering if you could share the global average precision/recall you obtained on the flickr logos 27 dataset after training DeepLogo?

@satojkovic
Copy link
Owner

Hi @jbogp

I've evaluated DeepLogo using mean average precision because Tensorflow Object Detection API provides an evaluation script for this metric.
Do you know any publicly available script for global average preison/recall metric?

@jbogp
Copy link
Author

jbogp commented May 8, 2020

Hi @satojkovic
I'm sorry, I wrote too fast I meant mean average precision.

@satojkovic
Copy link
Owner

@jbogp

Never mind. Here is my evaluation result.
PascalBoxes_Precision/[email protected]: 0.858025

If it's possible, could you share your evaluation results when you finished training?

Thanks!

@jbogp
Copy link
Author

jbogp commented May 11, 2020

Hi @satojkovic
Sorry for the delayed reply. Cool, so I got DetectionBoxes_Precision/[email protected]: 0.8595 and DetectionBoxes_Precision/[email protected]:0.725 using faster_rcnn_inception_resnet

On the 0.5IOU it's pretty similar so I guess SSD which I think is simpler would be the better choice.

@satojkovic
Copy link
Owner

Hi @jbogp

Very interesting results!
It might be a good idea to train with larger dataset than flickr_logos_27 when you use bigger models.

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