bpfliegel

Results 8 comments of bpfliegel

Even faster to keep the outer loop: ``` def calc_precision_recall(contours_a, contours_b, threshold): x = contours_a y = contours_b xx = np.array(x) hits = [] for yrec in y: d =...

Thanks to you for your work! :)

@minar09 too busy, sorry, but I posted you the source code above ^^^ thanks

Hello Darius, ok, got it. I did implement one so far just to get the hang of aligning to the code structure. Hope I will have the time, life got...

Thanks Bill, but I do not want to do it like this. I'm behind a lot of commits, I know. But I want to follow a clear order as I...

Sorry, I thought you have a forked repo. I suspect you could post it here.

Oh man. Thanks.

Bill, I won't merge it now, I'm very busy for the next month for certain...