feevos / resuneta

mxnet source code for the resuneta semantic segmentation models
Other
117 stars 30 forks source link

distance #12

Closed long123524 closed 1 year ago

long123524 commented 3 years ago

Hello, I would like to ask how you obtained the distance map as training data? Does it need to go through special pre-procesing? Can you share your experience?

feevos commented 3 years ago

Hi @long123524 , line 80 has what you are after. No special pre-processing other than translating the labels to 1hot encoding.

Regards.