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

What are the GPU memory requirements to run this program? #2

Closed kaisark closed 6 years ago

kaisark commented 6 years ago

What are the GPU memory requirements to run this program?

Can this code run on a Nvidia TX1 with 4GB of memory?

MathLee commented 6 years ago

Hello! The program needs 8GB memory to run. And I run this code on a Nvidia Titan XP with 12GB of memory.

At 2018-02-14 10:46:19, "kaisar khatak" notifications@github.com wrote:

What are the GPU memory requirements to run this program?

Can this code run on a Nvidia TX1 with 4GB of memory?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

kaisark commented 6 years ago

Thanks for the quick response. Maybe, I can throw the code up onto an AWS P2 instance.

Is matcaffe (matlab) required to run the demo? Matlab is not free...

scaelles commented 6 years ago

Matlab is required to run this demo. If you don't have a license, I would recommend you to check the Pytorch or Tensorflow versions.