Skip to content

Present my environment version which can work #174

@Miaosheng1

Description

@Miaosheng1

`
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions