Awesome
<img height="23" src="https://github.com/lh9171338/Outline/blob/master/icon.jpg"/> PaddleSeg
This is a image segmentation package based on PaddlePaddle.
Model
- UNet
- DeepLabV3P, DeepLabV3
- SegFormer
Install
git clone https://github.com/lh9171338/PaddleSeg.git
cd PaddleSeg
python -m pip install -r requirements.txt
python -m pip install -v -e .
Train
sh train.sh <config>
Test
sh test.sh <config>