Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 471 Bytes

mmeng_setup.md

File metadata and controls

22 lines (15 loc) · 471 Bytes

Install the SegFormer++ without MMSegmentation/MMPose

Step 0. Prerequisites

  • Pytorch: 2.3 (CUDA 12.1) (older versions should also work fine)

Step 1. Install MMCV using MIM.

pip install -U openmim
mim install mmengine
mim install "mmcv>=2.0.0"

Step 2. Install Segformer++

cd model
pip install .

Step 3. Run the SegFormer++