Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotting Precision-Recall Curve #20

Open
ftlong6666 opened this issue Dec 9, 2020 · 5 comments
Open

Plotting Precision-Recall Curve #20

ftlong6666 opened this issue Dec 9, 2020 · 5 comments

Comments

@ftlong6666
Copy link

Hello @fyangneil I have a question how to plot the precision and recall curve?, Can we use the mTpIUPR.txt that available in evalIu folder where the column indicates [threshold, IU, precision, recall]?

@fyangneil
Copy link
Owner

fyangneil commented Dec 10, 2020 via email

@ftlong6666
Copy link
Author

Hi @fyangneil thank you for the reply. I have tried to use it. Basically I used your precomputed result. The number in ODS, OIS, and AIU are same. However when I tried to plot precision recall curve, I got this result which is quite different from your images in the paper. I used mTpIUPR.txt where the 4th column (Recall) as x-axis and 3rd column (precision) as y-axis. However I got this result which is quite different. Do you know why?, do you have a code to plot this? , should we sort the recall first before plotting?.
Thank you so much for your help.

image

@fyangneil
Copy link
Owner

fyangneil commented Dec 10, 2020 via email

@ftlong6666
Copy link
Author

@fyangneil In the measurement do you use any transitional areas like thinning the edges? I see in this script crack_nms.m where we have this command predmap = edgesNmsMex(predmap, O, 2, 5, 1.01, 8);. So what is the meaning of 2 and 5 here?, do you use 5 pixel for thinning the edges?

@fyangneil
Copy link
Owner

fyangneil commented Dec 14, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants