mirror of
https://github.com/gaomingqi/Track-Anything.git
synced 2025-12-16 08:27:49 +01:00
get start
This commit is contained in:
15
README.md
15
README.md
@@ -8,8 +8,19 @@
|
||||
https://user-images.githubusercontent.com/28050374/232312494-737066ea-93b2-4412-bdc3-30f8f0cf8647.mp4
|
||||
|
||||
## Get Started
|
||||
#### Linux
|
||||
```bash
|
||||
# Clone the repository:
|
||||
git clone https://github.com/gaomingqi/Track-Anything.git
|
||||
cd Track-Anything
|
||||
|
||||
# Install dependencies:
|
||||
pip install -r requirements.txt
|
||||
|
||||
# Run the Caption-Anything gradio demo.
|
||||
python app.py ----device cuda:0 --sam_model_type vit_h --port 12212
|
||||
```
|
||||
|
||||
This is Get Started.
|
||||
## Acknowledgement
|
||||
|
||||
s
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user