https://github.com/quva-lab/long-term-siamese-tracker
This repository contains code associated with https://arxiv.org/abs/1711.10217
https://github.com/quva-lab/long-term-siamese-tracker
Last synced: 4 months ago
JSON representation
This repository contains code associated with https://arxiv.org/abs/1711.10217
- Host: GitHub
- URL: https://github.com/quva-lab/long-term-siamese-tracker
- Owner: QUVA-Lab
- License: other
- Created: 2018-12-14T10:58:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T08:33:17.000Z (about 5 years ago)
- Last Synced: 2024-12-30T17:43:12.426Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
This repository contains code associated with
Tao, Ran, Efstratios Gavves, and Arnold WM Smeulders. "Tracking for Half an Hour." arXiv preprint arXiv:1711.10217 (2017)
(https://arxiv.org/abs/1711.10217)
#
Pytorch implementation
- pytorch version: 0.1.12
- torchvision version: 0.1.8
- python 2.7 (anaconda2)
#
GPU: NVIDIA GTX TITANX, 12G memory
CPU: 2.6GHz Intel Xeon E5-2640 CPU
#
ImageNet pre-trained VGG16 can be found at http://isis-data.science.uva.nl/rantao/vgg16-3d698e8a.pth
This is converted from the caffe model provided by Ross Girshick (https://github.com/rbgirshick/fast-rcnn/blob/master/data/scripts/fetch_imagenet_models.sh).