How to train on my dataset?
zxshi opened this issue · 3 comments
zxshi commented
Thanks for your share!
I want to konw how to train on my datasets?
My image and label is RGB
shahsohil commented
@zxshi Currently the code accepts image in .jpg and labels in .png format. In order to convert labels from RGB to .png format please follow encode_segmap
sunets/ptsemseg/loader/pascal_voc_loader.py
Line 164 in 11057da
sunets/ptsemseg/loader/pascal_voc_loader.py
Line 158 in 11057da
zxshi commented
OK, thank you very much!
I will try it.
zxshi commented
I noticed that you have used the network to get good results in the land cover classification challenge. Can you share the complete code in this challenge?