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

OSVOS Contour Branch code in PyTorch #4

Closed omkar13 closed 6 years ago

omkar13 commented 6 years ago

Hey, It would be great if we could have the entire OSVOS code (including Contour Branch) ported to PyTorch so that we can reproduce the results in the paper and implement our own ideas on top of it. Thanking you in anticipation.

kmaninis commented 6 years ago

Hi,

The contour branch is available in the Caffe repo of OSVOS. It is implemented in Matlab and C++, and implementing it in python would require quite a lot of time so we are not planning to do it.