matterport / Mask_RCNN

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Other
24.38k stars 11.65k forks source link

Dataset annotations for Mask RCNN #2507

Open sohinimallick opened 3 years ago

sohinimallick commented 3 years ago

So I am using Mask RCNN for a thesis project, and the dataset was provided to me with annotation as it had already been used as part of a different project. However the original project used Faster RCNN and so the annotations were done accordingly. Would it affect the Mask RCNN training to use those annotations?

@waleedka

yc0619 commented 3 years ago

Just try it, it brings no harm. Btw, what is the GT of the dataset? Bbox or Bbox + Mask?

sohinimallick commented 3 years ago

Just try it, it brings no harm. Btw, what is the GT of the dataset? Bbox or Bbox + Mask?

@yc0619Just BBox!

hamzanaeem1999 commented 3 years ago

Can anybody tell me that which version of VIA does owner has used for annotations ?