slavesocieties / openai

0 stars 0 forks source link

Build image segmentation performance algorithm #8

Closed d-genk closed 2 weeks ago

d-genk commented 1 month ago

Build a simple algorithm to assess the performance of our automated image segmentation algorithm via comparison with manually-performed segmentation of the same image. The algorithm will take as input two sets of coordinates -one produced computationally and the other manually - and produce as output an assessment of the computational segmentation based on the manual ground truth. At minimum, this should contain standard performance metrics like precision, recall, f-score, etc., and ideally it might also produce more specific, human-readable comments (i.e. "failed to segment marginal notation from main entry of body", "failed to detect vertical break between consecutive entries", etc.).

d-genk commented 1 month ago

Updated "block-level" performance algorithm specification: