NamgyuCho / Linelet-code-and-YorkUrban-LineSegment-DB

A Novel Linelet-based Representation for Line Segment Detection (code and db)
30 stars 9 forks source link

Evaluation with Precision over 1 #2

Open Sefray opened 2 years ago

Sefray commented 2 years ago

Description

Using evaluation, output precision might be over 1.

How to reproduce

Truth file 20,10,20,50 30,10,30,50

Predicted line segment 25,17,25,52

True positive conditions

Output must be :

Cause

Multiple matching for Predicteds on Truths.

NamgyuCho commented 2 years ago

Hi, Sefray. Thanks for bringing up this issue. You are correct. I will come back with more detailed answers later. I need to spend some time remembering the code - it's been a long time since the release.