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

Your coco-style shape datasets can be evaluated by cocoapi? #1

Open
gaqiness opened this issue May 5, 2018 · 2 comments
Open

Your coco-style shape datasets can be evaluated by cocoapi? #1

gaqiness opened this issue May 5, 2018 · 2 comments

Comments

@gaqiness
Copy link

gaqiness commented May 5, 2018

Hi waspinator
@waspinator
You write the /libraries/mextra/utils.py for model evaluating in your shape datasets. right?
But, I think the your shape datasets is coco-style.
Can I use coco-API to evaluate the model in your shape dataset?
https://github.com/nightrome/cocoapi
https://github.com/nightrome/cocoapi/blob/master/PythonAPI/pycocoEvalDemo.ipynb
How can I do this?
Could you tell me more detail?
many thanks!

@waspinator
Copy link
Owner

I haven't used cocoeval.py, but it looks like you need both the ground truth and the results to be in coco-style. I don't convert the output back into coco-style, but that's a good idea for improvement.

I'm not sure when I can get to it, but if you wanted to try and implement mask-rcnn output to coco, you could try using https://github.com/waspinator/pycococreator as a reference.

@gaqiness
Copy link
Author

gaqiness commented May 7, 2018

many thanks, I will try this

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