Git Product home page Git Product logo

pysiamtracking's Introduction

PySiamTracking

Introduction

PySiamTracking is an open source toolbox that supports a series of siamese-network-based tracking methods like SiamFC / SiamRPN / SPM. It's built based on PyTorch.

We follow the modular design in mmdetection. The components in a typical siamese-network-based tracker (e.g. backbone, fusion module, post head, loss functions, ...) are decomposed so that it is easy to verify the effectiveness of each component. One can also easily replace some components with the customized modules. We hope this project can help to the research in visual object tracking.

Benchmark and Model Zoo

We provide dozens of models trained on 4 datasets: COCO, TrackingNet, LaSOT-train, GOT10K. For more information, please visit to Model Zoo.

Getting Started

Requirement

  • Linux (Ubuntu 16.04 is tested)
  • Python > 3.5 (Python 3.6 is tested)
  • CUDA >= 9.0 (CUDA 9.0 & 10.0 are tested)

Installation

  1. (Recommend) Create a new virtual environment and install PyTorch >= 1.0.
conda create -n siamtracking python=3.6 -y
conda activate siamtracking
# please select a suitable version for your device
conda install pytorch==1.2.0 torchvision==0.4.0 cudatoolkit=10.0 -c pytorch
  1. Clone this repository.
  2. Install some necessary python packages
pip install --upgrade pip
pip install -r requirements.txt
  1. Compile some custom operations.
bash ./compile.sh

Play with pre-trained models

The pre-trained models can be downloaded from Model Zoo. See INFERENCE.md for more detailed instruction.

Training models

Please see TRAIN.md for more details about training.

Reference


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

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.