martin-danelljan / ECO

Matlab implementation of the ECO tracker.
GNU General Public License v3.0
614 stars 252 forks source link

CPU only #12

Closed Jilliansea closed 7 years ago

Jilliansea commented 7 years ago

Hello, I want to know whether can I use this code without GPU?

so-as commented 7 years ago

The runfile demo_ECO_HC.m is cpu version for ECO algorirhm. So just run this script @Jilliansea

martin-danelljan commented 7 years ago

The GPU is only used if you set params.use_gpu = true in the runfile.

Jilliansea commented 7 years ago

@so-as Thank you~ It runs~