youtubevos / MaskTrackRCNN

MaskTrackRCNN for video instance segmentation based on mmdetection
Apache License 2.0
431 stars 75 forks source link

Mask-RCNN-baseline results #10

Closed lxtGH closed 3 years ago

lxtGH commented 5 years ago

Hi! Thanks for share your codes and I have some question about your paper. In your paper, I didn't find per frame mask-rcnn baseline results? Is it in table 2 row 1??? (16.2 AP) or it is Mask-Track-RCNN baseline on this dataset?

zack624 commented 4 years ago

According to the Evaluation Metrics, the IoU of one instance will be calculated across all the frames. So it may not be able to implement only per frame. ?_?