David Held
David Held
The raw results from running our tracker on the VOT 2014 dataset can be found here . On Wed, Mar 1, 2017 at 2:19 AM, David Held wrote: > The...
Try adding: set(Caffe_DIR ) in your CMakeLists.txt, replacing "" with your actual path. The line should be placed above: find_package(Caffe REQUIRED)
Not sure - are you using the latest version of Caffe? Did you install Caffe and compile using the CMake build instructions: http://caffe.berkeleyvision.org/installation.html ? On Tue, Sep 6, 2016 at...
Are you using the latest version of Caffe? This might be a problem if you are using an old version.
@vj-1988 good find! Feel free to submit a pull request if you think that this would be helpful to others (you can use path names like ).
The current method does not handle this, so you will need to extend the method to handle this case. Best of luck! On Sun, Dec 3, 2017 at 11:35 PM,...
I don't think there's a great way of doing this at the moment. You can change the network to accept multiple images as input, but then you'd need to retrain...
Good question! I didn't help with implementing the OpenCV version, but as far as I can tell it's a decent implementation. I didn't benchmark and compare though.
You should write a method that loads the data - see loader_alov.cpp or loader_vot.cpp as an example. Then do something similar to test_tracker_alov.cpp, using your loader instead of LoaderAlov.
If you would like this feature, I recommend that you implement it and create a pull request!