Git Product home page Git Product logo

nettrack's Introduction

🏃‍♀️NetTrack

[Project] [Paper] [Demo] [Dataset (Google)] [Dataset (Baidu)] [Dataset (Ali)]

Guangze Zheng¹, Shijie Lin¹, Haobo Zuo¹, Changhong Fu², Jia Pan¹*

HKU¹, Tongji University²

PyTorch implementation for NetTrack. SOTA performance on BFT, TAO, TAO-OW, AnmimalTrack, and GMOT-40 without any training or finetuning!

📣 News

  • [2024/03/16] 💻 Code has been released.
  • [2024/03/01] 📰 NetTrack has been accepted by CVPR 2024.

🛠️ Install

  • Prerequisite

    conda create -n nettrack python=3.10 # please use the default version
    pip3 install torch torchvision # --index-url https://download.pytorch.org/whl/cu121
    pip3 install -r requirements.txt
    pip3 install cython; pip3 install 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'
    pip3 install cython_bbox
    sudo apt update
    sudo apt install ffmpeg

    Install Grounding DINO and CoTracker:

    pip install git+https://github.com/IDEA-Research/GroundingDINO.git
    pip install git+https://github.com/facebookresearch/co-tracker.git@8d364031971f6b3efec945dd15c468a183e58212
  • Prepare weights: Download the default pretrained Grouding DINO and CoTracker model:

    cd weights
    cd groundingdino
    wget https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/groundingdino_swinb_cogcoor.pth
    cd ..
    mkdir cotracker && cd cotracker
    wget https://dl.fbaipublicfiles.com/cotracker/cotracker_stride_4_wind_8.pth
    cd ..

🐦 BFT dataset

  • 📊 Bird flock tracking (BFT) dataset:

    • 🎬106 various bird flight videos with 22 species and 14 scenes
    • 🎯collected for artifical intelligence and ecological research
    • 📈 We provide a Multiple Object Tracking (MOT) benchmark for evaluating open-world MOT for highly dynamic object tracking.
  • 📥 Download BFT dataset v1.5

    • [Recommended] Download with Google Drive
    • Download with Baidu Pan
    • Download with AliPan Due to policy limitations of Alipan, please run the .exe file directly to decompress data.

🚀 Get started

  • Run default demo video.

    sh tools/demo/demo_seq.sh

    The results will be shown in ./output/track_res.

  • Evaluate Please ref to ./docs/evalutate.md.

🎞️ Video

Watch our video on YouTube!

IMAGE ALT TEXT HERE

🥰 Acknowledgement

The primary data of BFT dataset is from the BBC nature documentary series Earthflight. The code is based on GroundingDINO, CoTracker, and ByteTrack. Dr. Ming-Shan Wang provided valuable biological suggestions for this work. The authors appreciate the great work and the contributions they made.

😮 Cite our work

If you find this dataset useful, please cite our work. Looking forward to your suggestions to make this dataset better!

@Inproceedings{nettrack,
title={{NetTrack: Tracking Highly Dynamic Objects with a Net}},
author={Zheng, Guangze and Lin, Shijie and Zuo, Haobo and Fu, Changhong and Pan, Jia},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
year={2024},
pages={1-8}}

nettrack's People

Contributors

george-zhuang 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.