mmsegment

1
2
3
conda create -n mmsegment python=3.10 -y
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117

比较常用的网络

UNet
Deeplabv3
Deeplabv3+
PSPNet
KNet
Segformer
FastSCNN