scaelles / OSVOS-TensorFlow

One-Shot Video Object Segmentation
http://vision.ee.ethz.ch/~cvlsegmentation/osvos/
GNU General Public License v3.0
438 stars 132 forks source link

Performance Metrics #14

Closed imraviagrawal closed 6 years ago

imraviagrawal commented 6 years ago

Can you please point out where and how you are calculating the performance metric in the code.

I don't seem to find the script for the validation results.

If the script is not available in the code can you please share the appropriate script to recreate your results.

kmaninis commented 6 years ago

Hi, for the DAVIS metrics there are two repos, written in MATLAB and Python, respectively. You can access them here: http://davischallenge.org/davis2016/code.html

In order not to update everything twice, we kept those two contributions separate. I hope this helps.

imraviagrawal commented 6 years ago

Thanks, I will check the repo.