An open API service indexing awesome lists of open source software.

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

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).