Closed xwhkkk closed 2 years ago
Yes, I have the ground truths. Is it means I need to write my own code to evaluate the metrics or I can referee the DAVIS official tool?
You can map your data into DAVIS format and use DAVIS's tool.
Thanks for your reply! It works well.
After I run the code _eval_davis2016.py, I only get the mask file in the output file. how could I get the value of metrics such as J, J&F? and how could we test the model on personal datasets to get those metrics after using _interactivegui.py? Thanks for your suggestions