seoungwugoh / RGMP

Fast Video Object Segmentation by Reference-Guided Mask Propagation
192 stars 37 forks source link

Davis annotation #6

Open InstantWindy opened 5 years ago

InstantWindy commented 5 years ago

Hi ,How do you handle the multiple instances tag for Davis 2017 dataset? Is it converted into two categories? How do you visualize Davis 2017 data sets?Because Davis is not a different category with different colors. For example, the label color of bear is the same as that of bicycle.Thank you!

seoungwugoh commented 5 years ago

1) handling multiple instances in DAVIS-2017 Each instance is processed independently and merged at every frame process using soft aggregation. Please refer our paper for the formulation for the soft aggregation.

2) We use color code from Pascal VOC to visualize different object with different colors.