_Ouya

Results 13 comments of _Ouya

@davheld I according to your code(tracker.prototxt and solver.prototxt ,iteration 500000) and use the train.cpp to train the network use dataset(2014_DET and ALOV300+), the train loss value is not convergent, and...

yet, i only use your code and prototxt( run the train.cpp, keep params of solver.prototxt and tracker.prototxt) to re-train the network, i don't change anymore. the convolutional layer is from...

the pretrian param from your offer address http://cs.stanford.edu/people/davheld/public/GOTURN/weights_init/tracker_init.caffemodel, i dont change the prototxt, i only want to run train.cpp code to get tracker_iter_500000.caffemodel, then can test the tracker

not convergent? oscillation?

@Evelyn5589 may i have your email?@Evelyn5589  Can you give more details about how to integrate GOTURN into the VOT? I have meet the trouble such as :"Tracker execution interrupted: Unable...

i have solve this problem by use the previous version of VOT-2016-final , you can try it ~~~ @GuokunWang

I have the same problems as you @metropt ,how do you solver it?

@metropt my trouble is "/GOTURN/src/network/regressor.h:4:27: fatal error: caffe/caffe.hpp: No such file or directory",and I have build the latest version of Caffe, you means #14 only can build caffe with cpu...

thanks, @metropt,I have adds Caffe_DIR to FindCmake.cmake,but no useful,and then I solver it by export PATH=caffe/include and export CPLUS_INCLUDE_PATH=caffe/build/include in ~/.bashrc to find head file,complie sucessfully.

@JohnKeating24 its my FindCaffe.cmake file: # Caffe package unset(Caffe_FOUND) ###Set the variable Caffe_DIR as the root of your caffe directory set(Caffe_DIR /home/ouya/GOTURN/caffe/build) find_path(Caffe_INCLUDE_DIRS NAMES caffe/caffe.hpp caffe/common.hpp caffe/net.hpp caffe/proto/caffe.pb.h caffe/util/io.hpp caffe/vision_layers.hpp...