DigitalSlideArchive / wsi-superpixel-guided-labeling

Other
2 stars 5 forks source link

Allow labeling even if some images are missing annotations #117

Closed bnmajor closed 3 months ago

bnmajor commented 3 months ago

Add support for images that may be missing annotations in the initial labeling step. Currently this simply disables selecting images that are missing their superpixel annotations (images added after generation has completed) in the initial labeling step. This behavior will be improved in #116.

Fixes #114