CoinCheung / DeepLab-v3-plus-cityscapes

mIOU=80.02 on cityscapes. My implementation of deeplabv3+ (also know as 'Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation' based on the dataset of cityscapes).
MIT License
172 stars 27 forks source link

How to label my own image #14

Open huidemie opened 4 years ago

huidemie commented 4 years ago

Thank you for your coding. I want to use my own images to train the model. So when I label my images, I just need to label them like "xxxxgtFine_labelIds.png " .Other file such as ".json" and other ".png" file is not needed, right?

VipulRamtekkar commented 3 years ago

Yup, if you keep the same format for labelling as cityscapes that should be fine.