All Projects → arbitularov → SiamFusion

arbitularov / SiamFusion

Licence: other
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SiamFusion

rtfmbot
Because we're all tired of answering questions when people should clearly RTFM.
Stars: ✭ 14 (-46.15%)
Mutual labels:  fusion
MySB
MySB (MySeedBox) is more than a simplified installation script of a multi-users Seedbox. There are many solutions to install a Seedbox, but we never talk about safety and regular operations. MySB could be renamed MySSB (MySecuredSeedBox).
Stars: ✭ 105 (+303.85%)
Mutual labels:  tracker
scrapeer
Essential PHP library that scrapes HTTP(S) and UDP trackers for torrent information.
Stars: ✭ 81 (+211.54%)
Mutual labels:  tracker
covid19-tracker
📱 Tracking the impact of COVID-19 cases based on your location, built in Flutter
Stars: ✭ 34 (+30.77%)
Mutual labels:  tracker
covid-19-tracker
Covid 19 tracker is created using React JS. This tracker aims to show the numbers & trends of people affected, recovered and deceased due to COVID-19.
Stars: ✭ 23 (-11.54%)
Mutual labels:  tracker
RGB-Fusion-Tool-PS
Powershell that use RGB Fusion CLI to associate profiles with Windows Processes
Stars: ✭ 30 (+15.38%)
Mutual labels:  fusion
CovidIndiaStats
A dashboard to visualise the spread of covid19 in India(state and districtwise) and around the world(countrywise).
Stars: ✭ 22 (-15.38%)
Mutual labels:  tracker
Expense Tracker with Pdf report
An expense Tracker 🔥🔥 which lets you add transactions 🖊🖊 and generate a pdf report of all of your transactions📋📋
Stars: ✭ 16 (-38.46%)
Mutual labels:  tracker
mailbox
📨 簡易電子報發送系統,使用 #Golang 實作,send campaign mail with open, click tracker.
Stars: ✭ 26 (+0%)
Mutual labels:  tracker
Prediction-using-Bayesian-Neural-Network
Prediction of continuous signals data and Web tracking data using dynamic Bayesian neural network. Compared with other network architectures aswell.
Stars: ✭ 28 (+7.69%)
Mutual labels:  object-tracking
video labeler
A GUI tool for conveniently label the objects in video, using the powerful object tracking.
Stars: ✭ 87 (+234.62%)
Mutual labels:  object-tracking
flutter page tracker
flutter埋点、弹窗埋点、页面埋点事件捕获框架,支持普通页面的页面曝光事件(PageView),页面离开事件(PageExit)。支持在TabView和PageView组件中发送页面曝光和页面离开
Stars: ✭ 103 (+296.15%)
Mutual labels:  tracker
JT808Platform
简单的JT808车辆监控平台
Stars: ✭ 97 (+273.08%)
Mutual labels:  tracker
pybtracker
UDP BitTorrent tracker written in Python 3.5 using co-routines and asyncio.
Stars: ✭ 46 (+76.92%)
Mutual labels:  tracker
corona tracker
COVID-19 tracking app - submission for https://wirvsvirushackathon.org/
Stars: ✭ 13 (-50%)
Mutual labels:  tracker
beboptwo4g
4G/LTE softmod for the Parrot Bebop 2
Stars: ✭ 50 (+92.31%)
Mutual labels:  tracker
FortniteTracker
🔎 A tracker for the various Fortnite Files
Stars: ✭ 32 (+23.08%)
Mutual labels:  tracker
MCF-3D-CNN
Temporal-spatial Feature Learning of DCE-MR Images via 3DCNN
Stars: ✭ 43 (+65.38%)
Mutual labels:  fusion
wht
Working Hours Tracker for Sailfish OS
Stars: ✭ 20 (-23.08%)
Mutual labels:  tracker
windy-plugins
🚁extend functionality of Windy.com. Develop your plugin in less than 5 minutes.
Stars: ✭ 147 (+465.38%)
Mutual labels:  tracker

SiamFusion PyTorch implementation

Introduction

This is my Thesis in the direction of Visual Object Tracking.

SiamFusion architecture

How to Run - Training

  1. Prerequisites: The project was built using python 3.6 and tested on Ubuntu 18.04 and 16.04. It was tested on a GTX 1080 Ti. Furthermore it requires PyTorch 4.1.

  2. Download the GOT-10k Dataset in http://got-10k.aitestunion.com/downloads and extract it on the folder of your choice, in my case it is /home/arbi/desktop/GOT-10k (OBS: data reading is done in execution time, so if available extract the dataset in your SSD partition).

  1. Download the ImageNet VID Dataset in http://bvisionweb1.cs.unc.edu/ILSVRC2017/download-videos-1p39.php and extract it on the folder of your choice (OBS: data reading is done in execution time, so if available extract the dataset in your SSD partition). You can get rid of the test part of the dataset, since it has no Annotations.

  2. In config.py script root_dir_for_GOT_10k, root_dir_for_VID and and root_dir_for_OTB change to your directory.

root_dir_for_GOT_10k = '/home/arbi/desktop/GOT-10k' <-- change to your directory 
root_dir_for_VID     = '/home/arbi/desktop/VID'     <-- change to your directory
root_dir_for_OTB     = '/home/arbi/desktop/OTB2015' <-- change to your directory 
  1. Run the train.py script:
python3 train.py

How to Run - Testing

  1. Download pretrained model_e31.pth from Yandex Disk, and put the file under model/model_e31.pth.

  1. Run the test.py script:
python3 test.py

Results - Training

OTB2015

Results on each epoch

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