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 do multiple algorithms in a graph code need to be modified #2

Closed z716315wm closed 4 years ago

z716315wm commented 4 years ago

The code you give is to draw the effect of two methods in a diagram, so if I want to add more methods in a diagram how to implement? Or what improvements does the code need to make?