Track-Anything is a flexible and interactive tool for video object tracking and segmentation. It is developed upon Segment Anything, can specify anything to track and segment via user clicks only. During tracking, users can flexibly change the objects they wanna track or correct the region of interest if there are any ambiguities. These characteristics enable Track-Anything to be suitable for:
```
git clone https://github.com/gaomingqi/Track-Anything.git cd Track-Anything
pip install -r requirements.txt
python app.py --device cuda:0
```
If you find this work useful for your research or applications, please cite using this BibTeX:
``` @misc{yang2023track, title={Track Anything: Segment Anything Meets Videos}, author={Jinyu Yang and Mingqi Gao and Zhe Li and Shang Gao and Fangjing Wang and Feng Zheng}, year={2023}, eprint={2304.11968}, archivePrefix={arXiv}, primaryClass={cs.CV} }
```