nv-tlabs / GSCNN

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

How to evaluate the edge score? #20

Closed lxtGH closed 4 years ago

lxtGH commented 4 years ago

Hi! Thanks for your code. Could you tell me how to evaluate the edge which is reported in your paper. I want to evaluate it locally. Also how to generate the edges results in your demo. It looks so cool.

tovacinni commented 4 years ago

Thanks for the interest in our work, and sorry for the late reply!

Much of our edge evaluation code is contained within https://github.com/nv-tlabs/GSCNN/blob/master/train.py and https://github.com/nv-tlabs/GSCNN/blob/master/datasets/edge_utils.py . Feel free to let me know if you need more specific guidance on how to get this to work.