Minerva-J / Pytorch-Segmentation-multi-models

Pytorch implementation for Semantic Segmentation with multi models (Deeplabv3, Deeplabv3_plus, PSPNet, UNet, UNet_AutoEncoder, UNet_nested, R2AttUNet, AttentionUNet, RecurrentUNet,, SEGNet, CENet, DsenseASPP, RefineNet, RDFNet)
Apache License 2.0
183 stars 43 forks source link

Multi-class segmentation problems #2

Closed GinkgoX closed 4 years ago

GinkgoX commented 4 years ago

Dear Minerva-J: When I try to do a simple demo as you do: RITE dataset Artery and Vein segmentation. I have confused about your label genetation method, could you please share with the the labeled images generated? thanks a lot!