Files
Track-Anything/README.md

16 lines
684 B
Markdown
Raw Normal View History

2023-04-12 13:21:43 +08:00
# Track-Anything
2023-04-14 23:19:28 +08:00
**Track-Anything** is an Efficient Development Toolkit for Video Object Tracking and Segmentation, based on [Segment Anything](https://github.com/facebookresearch/segment-anything) and [XMem](https://github.com/hkchengrex/XMem).
2023-04-12 13:21:43 +08:00
2023-04-14 00:10:07 +08:00
![image](https://github.com/gaomingqi/Track-Anything/blob/master/overview.png)
2023-04-12 13:21:43 +08:00
## Demo
2023-04-12 13:31:20 +08:00
2023-04-14 22:21:03 +08:00
https://user-images.githubusercontent.com/28050374/232070852-af2e85e5-a834-4bbc-b2e0-c7961315b6c6.mp4
2023-04-12 13:31:20 +08:00
2023-04-14 22:21:03 +08:00
## Get Started
2023-04-13 20:15:02 +00:00
2023-04-12 13:21:43 +08:00
This is Get Started.
## Acknowledgement
2023-04-12 13:31:20 +08:00
2023-04-12 14:03:31 +08:00
The project is based on [Segment Anything](https://github.com/facebookresearch/segment-anything) and [XMem](https://github.com/hkchengrex/XMem). Thanks for the authors for their efforts.