Walstruzz / edge_eval_python

A python implementation of edge eval
56 stars 15 forks source link

An error at the line 196 of edges_eval_dir.py #9

Closed ZhenjiangFan closed 2 years ago

ZhenjiangFan commented 2 years ago

Hi,

Excuse me for posting another issue. Again, thank you for your work.

I got an error while trying to run the evaluation part. The error occurred at line 196 of the Python source file "edges_eval_dir.py", while computing AP and R50 using the function scipy.interpolate.interp1d(). And I am using Scipy's 1.6 version.

The input file is a 'png' file with a size of 321 and 481.

Apologize that I am not a CV person and I do not know a lot about this evaluation part. It will be great if you could give me some pointers on where the problem may arise or what may cause it.

Thank you.

Fan