-
Notifications
You must be signed in to change notification settings - Fork 353
Open
Description
`
conda create -n segtrack python=3.9
conda activate segtrack
cd ../sam; pip install -e .
cd -
pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu118
pip install numpy opencv-python pycocotools matplotlib Pillow==10.2.0 scikit-image
pip install transformers==4.30.2
Install Grounding-Dino
cd GroundingDINO/
python setup.py install
Install other lib
pip install gradio==3.39.0 ffmpeg==1.4
pip install timm==0.4.5
Install Pytorch Correlation
cd ../Pytorch-Correlation-extension/
python setup.py install
cd -`
Metadata
Metadata
Assignees
Labels
No labels