seoungwugoh / RGMP

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

Implement three measures #4

Closed InstantWindy closed 5 years ago

InstantWindy commented 5 years ago

Hello! I am a newcomer to learning video segmentation. Do you implement three measures:region similarity,contour accuracy and temporal instability? Thank you !

seoungwugoh commented 5 years ago

Use the evaluation tool from the DAVIS challenges: https://davischallenge.org/davis2017/code.html

InstantWindy commented 5 years ago

I have a question about the official code "jaccard.py" file and the "f_boundary.py" file.But I don't know what the input parameters of the db_eval_iou function of the'jaccard.py'file and 'db_eval_boundary' function of the 'f_boundary.py' file should be? Thank you!

seoungwugoh commented 5 years ago

You should ask the question on DAVIS repository.