XingangPan/SCNN

lane_evaluation : Error when 'make'

lmameri opened this issue · 1 comments

Hi,
Thank you for posting your code on Github. When I try to calculate precision, recall, and F-measure, here's the result :
makeerror
In VS Code, I can see 4 lines with the same error 'identifier 'line' is undefined' :

  • In lane_compare.cpp : line 43 and 47.
  • In evaluate.cpp : line 236 and 271.
    Thank you for your time

The line() function is supposed to be imported from opencv, and even if the importation itself doesn't raise any issue, something must be going wrong with my developping environment, but it is not an issue with the code.