DigitalSlideArchive / wsi-superpixel-guided-labeling

Other
3 stars 5 forks source link

Support new images during active learning #97

Closed bnmajor closed 7 months ago

bnmajor commented 7 months ago

In order to allow adding images during a training epoch without requiring immediate re-training we now ensure there are labels and predictions present for an image rather than assuming they always are.

Fixes #85