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

Using mask rcnn data #7

Open
nirat1606 opened this issue Nov 22, 2019 · 1 comment
Open

Using mask rcnn data #7

nirat1606 opened this issue Nov 22, 2019 · 1 comment

Comments

@nirat1606
Copy link

Hi Fabien,

I want to use the mask-rcnn predictions for EPIC-Kitchen dataset. Can you elaborate how to interpret the pickle files provided as Complementary data-masks. For beginning, I would like to know a way to overlay mask and bounding boxes on the corresponding frames. Any tutorial or readme for doing so would be highly appreciated

Thanks,
Nirat

@fabienbaradel
Copy link
Owner

Hi Nirat,

Thanks for the interest in our work.
You can find the line by line implementation about how to retrieve the bboxes/segmentations for each detected objects per frames here.
First I am retrieving the object id, then reformatting the bounding box and finally rescaling the mask.
If you feel that the predictions are not good enough you can use this pre-trained Mask-RCNN on your own data.
I hope that these explanations could help for your work.
Best,

Fabien

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