Update README.md

This commit is contained in:
Mingqi Gao
2023-04-28 04:33:02 +08:00
committed by GitHub
parent 482cc0db81
commit b2a18e29e4

View File

@@ -34,23 +34,29 @@
- 2023/04/14: We made Track-Anything public!
## Demo
## :world_map: Video Tutorials
https://user-images.githubusercontent.com/30309970/234902447-a4c59718-fcfe-443a-bd18-2f3f775cfc13.mp4
### Multiple Object Tracking and Segmentation (with [XMem](https://github.com/hkchengrex/XMem))
---
### :joystick: Example - Multiple Object Tracking and Segmentation (with [XMem](https://github.com/hkchengrex/XMem))
https://user-images.githubusercontent.com/39208339/233035206-0a151004-6461-4deb-b782-d1dbfe691493.mp4
### Video Object Tracking and Segmentation with Shot Changes (with [XMem](https://github.com/hkchengrex/XMem))
---
### :joystick: Example - Video Object Tracking and Segmentation with Shot Changes (with [XMem](https://github.com/hkchengrex/XMem))
https://user-images.githubusercontent.com/30309970/232848349-f5e29e71-2ea4-4529-ac9a-94b9ca1e7055.mp4
### Video Inpainting (with [E2FGVI](https://github.com/MCG-NKU/E2FGVI))
---
### :joystick: Example - Video Inpainting (with [E2FGVI](https://github.com/MCG-NKU/E2FGVI))
https://user-images.githubusercontent.com/28050374/232959816-07f2826f-d267-4dda-8ae5-a5132173b8f4.mp4
## Get Started
## :computer: Get Started
#### Linux & Windows
```shell
# Clone the repository:
@@ -66,7 +72,7 @@ python app.py --device cuda:0
```
## Citation
## :book: Citation
If you find this work useful for your research or applications, please cite using this BibTeX:
```bibtex
@misc{yang2023track,
@@ -79,6 +85,6 @@ If you find this work useful for your research or applications, please cite usin
}
```
## Acknowledgements
## :clap: Acknowledgements
The project is based on [Segment Anything](https://github.com/facebookresearch/segment-anything), [XMem](https://github.com/hkchengrex/XMem), and [E2FGVI](https://github.com/MCG-NKU/E2FGVI). Thanks for the authors for their efforts.