yun-liu / RCF

Richer Convolutional Features for Edge Detection
Other
753 stars 259 forks source link

F1-score measuring issue #101

Open TeerathChandani opened 4 years ago

TeerathChandani commented 4 years ago

Since we know that we can calculate f-score using percision and recall very easily in classificaiton task. When it comes to edge detection, how can we measure f-score? Can you explain?

Thanks,

yun-liu commented 4 years ago

You can read this classical paper: (TPAMI'04)Learning to detect natural image boundaries using local brightness, color, and texture cues This paper defines current metrics for edge detection.