File size: 505 Bytes
60465e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# MMSegmentation Setup

**Step 0.** Prerequisites

- Pytorch: 2.0.1 (CUDA 11.8)

**Step 1.** Install [MMCV](https://github.com/open-mmlab/mmcv) using [MIM](https://github.com/open-mmlab/mim).

```shell

pip install -U openmim

mim install mmengine

mim install "mmcv==2.0.0"

```

**Step 2.** Install MMPose

```shell

# starting from the project root

cd mmpose

pip install -r requirements.txt

pip install -v -e .

```

**Step 3.** [Run the SegFormer++ using MMPose](../run/run_mmpose.md)