We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
我按照你这个做了,然后出现了以下错误:
#158 (comment)
不好意思我是个小白。。。不太搞得懂到底是什么问题,要怎么解决。可以帮我吗?谢谢!!
Sorry, something went wrong.
No branches or pull requests
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.
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:
The text was updated successfully, but these errors were encountered: