nv-tlabs / GSCNN

Gated-Shape CNN for Semantic Segmentation (ICCV 2019)
https://nv-tlabs.github.io/GSCNN/
Other
918 stars 201 forks source link

Binary semantic segmentation #52

Open ntelo007 opened 4 years ago

ntelo007 commented 4 years ago

Hi,

congrats on your work! I am wondering, could your method be applied to a binary semantic segmentation task? I am interested in segmenting roads from aerial imagery, by classifying roads as one class and all the remaining pixels as background class.

If this is possible, could you tell me which parts I should modify to train your network for a binary semantic segmentation task? Would it be beneficial to use your pre-trained model as a starting training point?

Have a nice day!

lucafei commented 3 years ago

hi, did you have solved this? if yes, could you pls share the modifying details?