hukenovs / easyportrait

EasyPortrait - Face Parsing and Portrait Segmentation Dataset
https://arxiv.org/abs/2304.13509
255 stars 21 forks source link

Mmseg1.x-updated #27

Open guimCC opened 4 months ago

guimCC commented 4 months ago

I have migrated the implementation of this dataset from MMSegmentation0.x to MMSegmentation1.x.

It basically follows this migration guide: https://mmsegmentation.readthedocs.io/en/latest/migration/interface.html

It includes both the Dataset Classes and the configs to use those classes.