Create a conda virtual environment
conda create --name ovseg python==3.10.4
Install torch==1.11.0+cu113
pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113
Install mmcv-full==1.3.14 and mmsegmentation==0.18.0
pip install -U openmim
mim install mmcv-full==1.3.14
pip install mmsegmentation==0.18.0
Install clip
pip install ftfy regex tqdm
pip install git+https://github.com/openai/CLIP.git
Install other dependencies
pip install -r requirements.txt