z-x-yang / Segment-and-Track-Anything

An open-source project dedicated to tracking and segmenting any objects in videos, either automatically or interactively. The primary algorithms utilized include the Segment Anything Model (SAM) for key-frame segmentation and Associating Objects with Transformers (AOT) for efficient tracking and propagation purposes.
GNU Affero General Public License v3.0
2.77k stars 334 forks source link

tips:win可能需要额外安装的一些 #114

Open Spr-Peach opened 10 months ago

Spr-Peach commented 10 months ago
  1. zip: 到http://stahlworks.com/dev/index.php?tool=zipunzip下载unzip.exe和zip.exe放进一个文件夹,把路径添加进系统环境变量,解决“zip”不是内部或外部命令
  2. MSYS2: https://www.msys2.org/ 下载安装后将usr/bin路径添加到系统变量,解决“rm”不是内部或外部命令
  3. 安装过git就可以用bash,在文件夹内右键open git bash here(或在显示更多选项中)
  4. 运行conda init bash,然后重新启动git bash就可以进入虚拟环境了,但激活要用conda activate(不能直接用activate)

对于这个项目,还需要pip install spatial_correlation_sampler,报错并不一定是torch版本问题

Thunderltx commented 10 months ago

Thank you !谢谢!

WIFIwifi8966 commented 9 months ago

如果安装在win的话,对于GrounddingDINO的安装需要注意安装win版本,并且也需要安装wget

ailiangkuai commented 2 months ago

如果安装在win的话,对于GrounddingDINO的安装需要注意安装win版本,并且也需要安装wget

我看./script/install.sh里面有一段pip install wget 应该就是为了支持wget的。