epic-kitchens / epic-kitchens-100-object-masks

:wine_glass: Support library for the MaskRCNN masks extracted on EPIC-KITCHENS-100
14 stars 2 forks source link

Confirm code and weights models #3

Open escorciav opened 3 years ago

escorciav commented 3 years ago

Hi Will,

Could you please confirm the code and weights used on your end?

Cheers, Victor

MaJian8 commented 3 years ago

Hi Will,

Could you please confirm the code and weights used on your end?

Cheers, Victor

Hi Victor,

Thanks for your interests in our work.

You can find more details from https://github.com/matterport/Mask_RCNN.git

We use pre-trained COCO weights to extract objects' masks where the confidence is above 0.7. You can download pre-trained COCO weights (mask_rcnn_coco.h5) from https://github.com/matterport/Mask_RCNN/releases

Hopefully, this can answer your question.

Best wishes, Jian