xiaoyufenfei / Efficient-Segmentation-Networks

Lightweight models for real-time semantic segmentationon PyTorch (include SQNet, LinkNet, SegNet, UNet, ENet, ERFNet, EDANet, ESPNet, ESPNetv2, LEDNet, ESNet, FSSNet, CGNet, DABNet, Fast-SCNN, ContextNet, FPENet, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add new class to this project

niuxiaoming1983 opened this issue · comments

I have a question to consult you. I want to add three categories (water, bridge and others) to the cityscapes data sets; Should I attribute "the else class" to "ignore_ Label", or add a new kind of class "else"; That means to set classes to 21 or 22. Thank you.