jni / zarpaint

Paint segmentations directly to on-disk/remote zarr arrays
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

In addition to writing into the labels image, write to a "proofread" binary mask #3

Open jni opened 3 years ago

jni commented 3 years ago

The binary mask keeps track of which parts of the volume have been proofread by the user, which is useful to know which parts of the ground truth are trustworthy enough to do deep learning on. In other words, we should have a way to distinguish from the "starting", automated segmentation labels, and labels which have been manually painted/separated/whatever.