All Projects → arbitularov → Siamrpn Pytorch

arbitularov / Siamrpn Pytorch

Implementation SiamRPN on PyTorch with GOT-10k dataset

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Siamrpn Pytorch

Animetrackerlist
动漫磁性链接加速方案(animeTrackerList)
Stars: ✭ 572 (+728.99%)
Mutual labels:  tracker
Mintable
🍃 Automate your personal finances – for free, with no ads, and no data collection.
Stars: ✭ 849 (+1130.43%)
Mutual labels:  tracker
Ricerous
The diary of ricers.
Stars: ✭ 53 (-23.19%)
Mutual labels:  tracker
Bassoontracker
Webbased old-school Amiga music tracker in plain old javascript - Plays and edits Amiga Mod files and FastTracker XM files
Stars: ✭ 698 (+911.59%)
Mutual labels:  tracker
Carpark
CarPark is a small application that will allow you to keep the position of your car in memory just to find it easier and especially faster.
Stars: ✭ 16 (-76.81%)
Mutual labels:  tracker
Lol Chime
🔔 A cross-platform(Linux, Windows, OSX) terminal utility that notifies the user with a bard chime when their friends are out of the game.
Stars: ✭ 35 (-49.28%)
Mutual labels:  tracker
Tracking With Darkflow
Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
Stars: ✭ 515 (+646.38%)
Mutual labels:  tracker
Theorytracker
🎼 HTML5/WebAudio multi-track functional harmony analysis and songwriting app! -- https://hlorenzi.github.io/theorytracker/
Stars: ✭ 62 (-10.14%)
Mutual labels:  tracker
Nyaa
Nyaa.se replacement written in golang
Stars: ✭ 924 (+1239.13%)
Mutual labels:  tracker
Babybuddy
A 👶 buddy to help caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby's needs without (as much) guess work.
Stars: ✭ 1,021 (+1379.71%)
Mutual labels:  tracker
Py Motmetrics
📊 Benchmark multiple object trackers (MOT) in Python
Stars: ✭ 768 (+1013.04%)
Mutual labels:  tracker
Update Background Locations
A sample iOs example that tracks background locations.
Stars: ✭ 7 (-89.86%)
Mutual labels:  tracker
Lovetracker
A module tracker written in lua/LöVE.
Stars: ✭ 38 (-44.93%)
Mutual labels:  tracker
Covid19india React
Tracking the impact of COVID-19 in India
Stars: ✭ 6,847 (+9823.19%)
Mutual labels:  tracker
Espresso
🚚 Espresso is an express delivery tracking app designed with Material Design style, built on MVP(Model-View-Presenter) architecture with RxJava2, Retrofit2, Realm database and ZXing
Stars: ✭ 1,084 (+1471.01%)
Mutual labels:  tracker
Iou Tracker
Python implementation of the IOU Tracker
Stars: ✭ 562 (+714.49%)
Mutual labels:  tracker
Anka Tracker
Miniprogram user behavior tracking library. Supports task queues, automatically suspended and retry strategies.
Stars: ✭ 29 (-57.97%)
Mutual labels:  tracker
Alttracker
Alt Tracker is a beautiful, simple, cryptocurrency portfolio management tool
Stars: ✭ 65 (-5.8%)
Mutual labels:  tracker
Miui Updates Tracker
A Script that automatically track Xiaomi MIUI ROM releases and send to channels notifying users!
Stars: ✭ 60 (-13.04%)
Mutual labels:  tracker
Torrenter
Simple nodejs package to download torrents using torrent-indexer and webtorrent, especially movie and series.
Stars: ✭ 42 (-39.13%)
Mutual labels:  tracker

I got on OTB2015 result 8.41 and 0.625 without RPN. In the SiamFusion project

result

SiamRPN-PyTorch

Implementation SiamRPN on PyTorch with GOT-10k dataset

How to run Training

  1. Download the GOT-10k dataset in http://got-10k.aitestunion.com/downloads
  2. Run the train_siamrpn.py script:
cd train

python3 train_siamrpn.py --train_path=/path/to/dataset/GOT-10k/train

How to run Tracking

[Coming Soon]

pip install

pip3 install shapely

How to fix GOT-10k dataset

  1. First you need to delete four videos:
GOT-10k_Train_008628
GOT-10k_Train_008630
GOT-10k_Train_009058  
GOT-10k_Train_009059

Because they are ymin and xmin is greater than the size of the image.

  1. Run the fixed.py script:
python3 fixed.py --dataset_path=/path/to/dataset/GOT-10k/train

After you have new_file.txt file. In this file a lot of information about where the error.

You do not need to change anything yourself, the fixed.py script will do it for you.

My contacts

E-mail: [email protected]

WeChat: tularov_arbi

Authors

Citation

Paper: @InProceedings{Li_2018_CVPR,
author = {Li, Bo and Yan, Junjie and Wu, Wei and Zhu, Zheng and Hu, Xiaolin},
title = {High Performance Visual Tracking With Siamese Region Proposal Network},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2018}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].