he010103 / CFWCR

5th visual object tracking(VOT) tracker CFWCR
MIT License
130 stars 61 forks source link

Install.m has erronous call to install matconvnet #8

Open Cosmopal opened 5 years ago

Cosmopal commented 5 years ago

the install.m has the following line 19 vl_compilenn('enableGpu', true, 'cudaMethod', 'nvcc','cudaRoot', 'your cuda path','verbose', 2);

which has 'your cuda path' for cudaRoot. It is not mentioned in the README that we need to set/change/remove this first before running install

Also, this is a bit unnecessary, since the 2nd step in the README already asks to compile and install matconvnet via the link 'more install details'