rockkingjy / OpenTracker

Real-time C++ ECO tracker etc. speed-up by SSE/NEON, support Linux, Mac, Jetson TX1/2, raspberry pi
GNU General Public License v3.0
751 stars 197 forks source link

Can i use cnn feature with CPU-only Caffe? #67

Closed tututuski closed 4 years ago

tututuski commented 4 years ago

USE_CAFFE=1 USE_CUDA=0 ?,but it not working. Setting up Caffe in GPU mode with ID: 0 WARNING: Logging before InitGoogleLogging() is written to STDERR F0309 13:49:37.475033 27789 common.cpp:66] Cannot use GPU in CPU-only Caffe: check mode. Check failure stack trace: Aborted (core dumped)

tututuski commented 4 years ago

just modify parameters.hpp:245: bool use_gpu = false; // whether Caffe use gpu or not