davisvideochallenge / davis-matlab

A Benchmark Dataset and Evaluation Methodology for Video Object Segmentation
https://davischallenge.org
MIT License
63 stars 24 forks source link

Implement three measures #15

Closed InstantWindy closed 5 years ago

InstantWindy commented 5 years ago

Hello, thank you for sharing your code.But I have a question about the official code "jaccard_region.m" file and the "f_boundary.m" file.But I don't know what the input parameters of the "f_boundary " function of the'jaccard_region.m'file and 'jaccard_region' function of the 'f_boundary.m' file should be? Thank you!

scaelles commented 5 years ago

For the evaluation, we use the default parameters of the functions and you only have to provide the ground truth and your output mask. I would strongly recommend not using the functions individually and using the scripts to evaluate your method suggested in here.