get start

This commit is contained in:
ShangGaoG
2023-04-16 21:22:38 +08:00
parent b3b160772d
commit 7ab26794ab

View File

@@ -18,7 +18,7 @@ cd Track-Anything
pip install -r requirements.txt
# Run the Caption-Anything gradio demo.
python app.py ----device cuda:0 --sam_model_type vit_h --port 12212
python app.py --device cuda:0 --sam_model_type vit_h --port 12212
```
## Acknowledgement