Giter Club home page Giter Club logo

atcais's Introduction

ATCAIS

It is the ATCAIS tracker for VOT-RGBD2019 challenge.

The code is implemented based on ATOM and HTC.

results

The F1-score is 0.7016 while the AO is 0.6463.

The results are available at ./vot_rgbd2019_result.

usage

run tracker_ATCAIS.m by VOT-toolkit, and you should adjust the path to your path.

installation

dependencies

system Ubuntu16.04

GPU 1080ti

cuda9.0

cudnn7.0.5

anaconda3.7

setup python environments

cd /path/to/this_code/
sh install_for_vot.sh

if it raise errors, you can run the command in it one by one

download models

download the atom checkpoint and move it to 'pytracking/networks'

Baidu Netdisk password: mwcp

or Google

download the detection checkpoint and move it to 'pytracking/mmdetection/checkpoints'

Baidu Netdisk password: njw1

setup path

change the config_file and checkpoint_file to corresponding absolute path in the file pytracking/tracker/ATCAIS/det_mmdet.py

change the path in the file tracker_ATCAIS.m to corresponding absolute path, and move it to the vot workspace

change the settings.results_path and settings.network_path to corresponding absolute path in the file pytracking/evaluation/local

Troublesome

For the first time to run, it will build the prroi_pooling and may be quit. It may be timeout. You can simply just try again.

if you meet the following error: Tracker execution interrupted: Invalid MEX-file '/home/tangjiuqi097/data/vot2019/vot-toolkit/native/traxclient.mexa64': Missing symbol '_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEPKc' required by '/home/tangjiuqi097/data/vot2019/vot-toolkit/native/traxclient.mexa64' Missing symbol '_ZNSt13runtime_errorC1EPKc' required by '/home/tangjiuqi097/data/vot2019/vot-toolkit/native/traxclient.mexa64' Missing symbol '_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_replaceEmmPKcm' required by '/home/tangjiuqi097/data/vot2019/vot-toolkit/native/traxclient.mexa64' Missing symbol 'ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4swapERS4' required by '/home/tangjiuqi097/data/vot2019/vot-toolkit/native/traxclient.mexa64' ...

I am not sure what happens, but you can run

export LD_PRELOAD=$LD_PRELOAD:/usr/lib/x86_64-linux-gnu/libstdc++.so.6:/usr/lib/x86_64-linux-gnu/libprotobuf.so.9

before you open matlab to solve it.

if you have any other questions, please contact to me [email protected]. if you have not got reply in time, try [email protected]

atcais's People

Contributors

tangjiuqi097 avatar

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.