Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest installation notes win #134

Open
Spr-Peach opened this issue Mar 12, 2024 · 1 comment
Open

latest installation notes win #134

Spr-Peach opened this issue Mar 12, 2024 · 1 comment

Comments

@Spr-Peach
Copy link

Spr-Peach commented Mar 12, 2024

my python=3.10 and cuda=11.8

installation:
download both zip.exe and unzip.exe from the url, put them into a folder & add the folder path to environment variables.

git clone https://github.com/z-x-yang/Segment-and-Track-Anything.git
python -m venv venv
venv\scripts\activate.bat
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
cd sam
pip install -e .
cd..
pip install -e git+https://github.com/IDEA-Research/GroundingDINO.git@main#egg=GroundingDINO
pip install numpy opencv-python pycocotools matplotlib Pillow==9.2.0 scikit-image
pip install gradio==3.39.0 gdown ffmpeg==1.4
git clone https://github.com/ClementPinard/Pytorch-Correlation-extension.git
cd Pytorch-Correlation-extension
cd..

model:
create a new folder named "ckpt" at ./ download these .pth files below and drop them into
sam_vit_b_01ec64.pth
R50_DeAOTL_PRE_YTB_DAV.pth
groundingdino_swint_ogc.pth

running:

python app.py
@cyandddd
Copy link

我按照你这个做了,然后出现了以下错误:

#158 (comment)

不好意思我是个小白。。。不太搞得懂到底是什么问题,要怎么解决。可以帮我吗?谢谢!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants