MMSegmentation Setup
Step 0. Prerequisites
- Pytorch: 2.0.1 (CUDA 11.8)
Step 1. Install MMCV using MIM.
pip install -U openmim
mim install mmengine
mim install "mmcv==2.0.0"
Step 2. Install MMSegmentation
# starting from the project root
cd mmsegmentation
pip install -v -e .
pip install -r requirements.txt