You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Fabien,
thank you for your works!
the paper doesn't mention how to train a mask-r-cnn since VLOG dataset does has any mask annotation, i wonder if your team has annotate the mask by yourself or use other open datasets to train mask-r-cnn?
thanks again!
The text was updated successfully, but these errors were encountered:
Hi @JackSparrow3
Thanks :)
You can find the annotations here: https://fabienbaradel.github.io/masks_data/
We have used MaskRCNN pretrained on COCO. We did not train MaskRCNN on our datasets (VLOG, Something Something, EPIC) because we do not have access to object labels. We have only used the prediction made by Maskrcnn.
I hope it is clear now.
In case you want to train MaskRCNN you can have a look at this repo: https://github.com/facebookresearch/maskrcnn-benchmark
Hi Fabien,
thank you for your works!
the paper doesn't mention how to train a mask-r-cnn since VLOG dataset does has any mask annotation, i wonder if your team has annotate the mask by yourself or use other open datasets to train mask-r-cnn?
thanks again!
The text was updated successfully, but these errors were encountered: