janelia-flyem / gala

Automatic segmentation of electron microscopy volumes
BSD 3-Clause "New" or "Revised" License
76 stars 29 forks source link

Eval fixes #12

Closed jni closed 10 years ago

jni commented 11 years ago

I introduced a bug into evaluate.py when I converted it to sparse matrices that only manifested when using split_components with axis=1. This is now fixed.

Additionally, contingency table generation is much faster now when a significant portion of the volume is ignored.