xwjabc / hed

A PyTorch reimplementation of Holistically-Nested Edge Detection
170 stars 42 forks source link

new datset train #43

Open xujinyun opened 3 years ago

xujinyun commented 3 years ago

hi ! I try to trained the model on another dataset BIPED. However i met similar problems with issue 36 but not same. I already used the pretrained model. But for my trainning output, only the fifth and sixth output images are white. I don't know what is the problem and how to fix it.

xwjabc commented 3 years ago

Could you compare your BIPED dataset with the BSDS dataset we provided? Perhaps it is due to the difference between the datasets.