8000 GitHub - lnikioffic/track-anything-annotate
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lnikioffic/track-anything-annotate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Track Anything Annotate

Quick Start

🛠️ Installation via uv

# For CUDA  
uv sync --extra cu124

# For CPU  
uv sync --extra cpu

Download Models

uv run checkpoints/download_models.py

Run the Demo (Access at http://127.0.0.1:8080 )

gradio demo.py

alt text

Dataset Creation

uv run annotation.py

Installation via pip

Install for CUDA Windows

# Clone the repository:
git clone https://github.com/lnikioffic/track-anything-annotate.git
cd track-anything-annotate

# Install dependencies:
pip install -r requirements.txt --index-url https://download.pytorch.org/whl/cu124

# Download Models
python checkpoints/download_models.py

# Run the gradio demo.
python demo.py

# Dataset Creation
python annotation.py

Install Linux

# Clone the repository:
git clone https://github.com/lnikioffic/track-anything-annotate.git
cd track-anything-annotate

# Install dependencies:
pip install -r requirements.txt

# Download Models
python checkpoints/download_models.py

# Run the gradio demo.
python demo.py

# Dataset Creation
python annotation.py

📚 Citation

If you use this project in your work, please cite the paper:

@article{ivanov2025track,
    title={Track Anything Annotate: Video annotation and dataset generation of computer vision models},
    author={Ivanov, Nikita and Klimov, Mark and Glukhikh, Dmitry and Chernysheva, Tatiana and Glukhikh, Igor},
    journal={arXiv preprint arXiv:2505.17884},
    year={2025}
}

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0