Where to place the pretrained data for GOTURN tracker
Hi,
following the documentation
//In order to use GOTURN tracker, GOTURN architecture goturn.prototxt and goturn.caffemodel are required to exist in root folder.
I have to put the pre trained caffemodel and the goturn.prototxt into the root folder, but which root? I've tried so far:
- openCV src dir (github contrib repo/ + contrib/modules/tracking/+subfolders
- opencv build dir(similar directories here)
- opencv dirs in /usr/local/lib+include+bin
- project src and project build
I am sure there is someone who successfully used it and can help me with this easy question :)
You can see here the code to load the Caffe models. Have you tried to put the files in the same directory than the executable?
Yep, that's exactly what I tried :D Maybe there is more to do than just drop these two files? Or do I need to rebuild openCV with the fhe files instead of just placing them afterwards?
Where to place the pretrained data for GOTURN tracker in Android project? @nrparikh@00Zetti
@rainY , please do not post answers here, if you have a question or comment, thank you.
@berak OK, Do you know this question?
it has to be in the same folder, where your program runs. where that is on android -- no idea.