janelia-flyem / gala

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

Enable progress bar during learning #48

Open jni opened 9 years ago

jni commented 9 years ago

The progress bar is currently turned off during training because the total number of queue pops is unknown (since a pop can be valid but not result in a merge), and exceeding 100% of merges results in a crash.

Possible options:

jni commented 9 years ago

Note: the total number of actual merges during learning is equal to the number of superpixels minus 1 minus the number of segments in the ground truth.