You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hyojin Park, Lars Lowe Sjösund, YoungJoon Yoo, Nicolas Monet, Jihwan Bang, Nojun Kwak
SINet: Extreme Lightweight Portrait Segmentation Networks with Spatial Squeeze Modules and Information Blocking Decoder
config file : SINet.json
Param : 0.087 M
Flop : 0.064 G
IoU : 95.2
Run example
Preparing dataset
Download datasets
if you use audgmented dataset, fix the code in dataloader.py in line 20 depending on location of augmented dataset.
Also, please make different pickle file for Augmented dataset and baseline dataset.
Train
1 . ExtremeC3Net
python main.py --c ExtremeC3Net.json
2 . SINet
python main.py --c SINet.json
Additonal Dataset
We make augmented dataset from Baidu fashion dataset.
Our augmented dataset is here.
We use all train and val dataset for training segmentation model.
CityScape
If you want SINet code for cityscapes dataset, please go to this link.
Citation
If our works is useful to you, please add two papers.
@article{park2019extremec3net,
title={ExtremeC3Net: Extreme Lightweight Portrait Segmentation Networks using Advanced C3-modules},
author={Park, Hyojin and Sj{\"o}sund, Lars Lowe and Yoo, YoungJoon and Kwak, Nojun},
journal={arXiv preprint arXiv:1908.03093},
year={2019}
}
@article{park2019sinet,
title={SINet: Extreme Lightweight Portrait Segmentation Networks with Spatial Squeeze Modules and Information Blocking Decoder},
author={Park, Hyojin and Sj{\"o}sund, Lars Lowe and Monet, Nicolas and Yoo, YoungJoon and Kwak, Nojun},
journal={arXiv preprint arXiv:1911.09099},
year={2019}
}
Acknowledge
We are grateful to Clova AI, NAVER with valuable discussions.