xwjabc / hed

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

evaluation of edge result on NYUD dataset #26

Closed rrryan2016 closed 3 years ago

rrryan2016 commented 3 years ago

Thanks for your great work and kind sharing.

Have you ever test your model on NYU depth dataset? I came up against a problem in this step.

I could not find the NYUD edge ground truth file after training on its training sets, could you please give me any advice?

Thanks in advance.

xwjabc commented 3 years ago

Hi @rrryan2016, thank you for your interest in this repo! Unfortunately, I have only trained and evaluated my model on BSDS dataset. Perhaps you can refer to RCF code base for more details about NYUD dataset.

rrryan2016 commented 3 years ago

Thanks for your kind reply. I found it in https://github.com/yun-liu/RCF/issues/87 :P