xuebinqin / Binary-Segmentation-Evaluation-Tool

This repo is developed for evaluating binary image segmentation results. Measures, such as MAE, Precision, Recall, F-measure, PR curves and F-measure curves are included.
124 stars 34 forks source link

How can multiple algorithms be implemented in one graph? #3

Closed z716315wm closed 4 years ago

z716315wm commented 4 years ago

Hello, author, I simply entered four data sets, but finally I got this error, how do I need to fix it? image image

xuebinqin commented 4 years ago

you need to add additional line styles in line 21: lineSylClr = ['r-','b-'] # curve style, same size with rs_dirs.

z716315wm commented 4 years ago

Thanks NathanUA . The problem has been solved.