kmaninis / OSVOS-caffe

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

how to modify the caffe path #10

Closed berylyellow closed 5 years ago

berylyellow commented 5 years ago

hi, can I install caffe by docker?And how to modify the caffe path in set_params.m?

scaelles commented 5 years ago

Hello, We have not tried to use this repository under docker. In my personal experience, I did once install Caffe in a docker file and it worked. Regarding the Caffe path, you can just set the parameter osvos_params.caffe_path in set_params.m to your path. Finally, I would strongly encourage you to use the Tensorflow or Pytorch ports as they are much easier to set up.