kmaninis / OSVOS-PyTorch

PyTorch implementation of One-Shot Video Object Segmentation (OSVOS)
http://vision.ee.ethz.ch/~cvlsegmentation/osvos
GNU General Public License v3.0
564 stars 106 forks source link

How to Evaluate the model? #39

Closed Deepanshu-beep closed 3 years ago

Deepanshu-beep commented 4 years ago

@kmaninis How to get the Evaluation metrics as mentioned in the paper. I've got the pth model after training the model from the code but don't know how to evaluate it. I'm new to research domain so I'd be thankful if you could guide me through it.

Also, can we get a combined model for all object masks detection or would it be just individual pth models?

kmaninis commented 3 years ago

hi, please use this code on DAVIS 2016. You can find more info in the DAVIS main page.

As for the output, you get an individual pth model per object.