GOTURN icon indicating copy to clipboard operation
GOTURN copied to clipboard

Source code for paper: Learning to Track at 100 FPS with Deep Regression Networks, Held, et al. ECCV 2016

Results 59 GOTURN issues
Sort by recently updated
recently updated
newest added

Hi everyone, I have downloaded the pre-trained model and I'm trying to test it using GPU mode. When I'm trying to run the test, I get the following error ***********************************...

trying to run the goturn show_tracker_test.sh example and i got this error Setting up Caffe in GPU mode with ID: 0 Setting phase to test Network image size: 227, 227...

Did you ever try anything smaller than 8*8 pixel sizes? Cheers

Now compatible with OpenCV4 I removed the #include references as this is fully depreceated and not part of OpenCV4 any more. There were only a few references that needed updating,...

Hi dear I draw some of annotations of sample images with rectangles. but annotation ractangles does not correspond to object cordinates. May you help me on it? regards

Hello, I found opencv version of Goturn. (check the link below) [opencv Goturn](https://docs.opencv.org/3.3.1/d7/d4c/classcv_1_1TrackerGOTURN.html#details) I wonder the performance of the opencv version is the same as the Caffe version if they...

Are there any detailed instructions on how to train custom dataset (apart from Imagenet and ALOV dataset) ? And are there any python implementation to train the tracker?

My Caffe in installed on local file. Can you share a CMakeLists file to demonstrate how to link Caffe with your project, Thank you.

I am having and issue with my make sequence. I was wondering if someone could help me figure out why? Thank you ##boost version ```bash dpkg -s libboost-dev | grep...

I wrote these in CMakeLists.txt: `set(Caffe_DIR /home/zqk/caffe)` `set(Caffe_INCLUDE_DIRS /home/zqk/include)` and `cmake ..`,but here are my error: `CMake Error: The following variables are used in this project, but they are set...