From 9632b9623922fa679a43f97ba3ce4665ffe1563c Mon Sep 17 00:00:00 2001 From: zh-plus Date: Wed, 26 Apr 2023 16:24:32 +0800 Subject: [PATCH] Windows already tested. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 806ecef..6017b1b 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ https://user-images.githubusercontent.com/30309970/232848349-f5e29e71-2ea4-4529- https://user-images.githubusercontent.com/28050374/232959816-07f2826f-d267-4dda-8ae5-a5132173b8f4.mp4 ## Get Started -#### Linux -```bash +#### Linux & Windows +```shell # Clone the repository: git clone https://github.com/gaomingqi/Track-Anything.git cd Track-Anything @@ -60,8 +60,10 @@ pip install -r requirements.txt # Run the Track-Anything gradio demo. python app.py --device cuda:0 +# python app.py --device cuda:0 --sam_model_type vit_b # for lower memory usage ``` + ## Citation If you find this work useful for your research or applications, please cite using this BibTeX: ```bibtex