Giter VIP home page Giter VIP logo

roam's Introduction

ROAM: Recurrently Optimizing Tracking Model

Introduction

This is the PyTorch implementation of our ROAM tracker published in CVPR, 2020. Detailed comparision results can be found in the author's webpage

Prerequisites

  • Python 3.5 or higher
  • PyTorch 1.4.0 or higher

Path setting

Set proper root_dir in config.py accordingly in order to proceed the following step. Make sure that you place the tracking data properly according to your path setting.

Training

  1. Download the ILSRVC data from the official website and extract it to proper place according to the path in config.py.
  2. Then run the python3 make_vid_info.py in to build the meta data file for ILSVRC data.
  3. Run:
python3 experiment.py \
  --mGPUs \
  --epochs 20 \
  --bs [BATCH_SIZE] \
  --nw [NUM_WORKERS] \
  --lr_mi 1e-6 \
  --lr_mo 1e-3

to train the model. Note we train our model on a 4-GPUs machine with BATCH_SIZE=16

Tracking Demo

After training, you can run python3 demo.py to test our tracker.

Citing ROAM

If you find the code is helpful, please cite

@inproceedings{Yang2020cvpr,
	author = {Yang, Tianyu and Xu, Pengfei and Hu, Runbo and Chai, Hua and Chan, Antoni B},
	booktitle = {CVPR},
	title = {{ROAM: Recurrently Optimizing Tracking Model}},
	year = {2020}
}

roam's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.