File size: 385 Bytes
60465e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Install the SegFormer++ without OpenMMLab

**Step 0.** Prerequisites

- Pytorch: 2.3 (CUDA 12.1) (older versions should also work fine)
- Setup a virtual enviroment (optional, python -m venv "name of the environment")

**Step 1.** Install Segformer++

```shell

cd model_without_OpenMMLab

pip install .

```

**Step 2.** [Run the SegFormer++](../run/run_noopenmmlab.md)