ebgoldstein / SegmentationActiveLearning

Experiments in active learning of segmentations for NOAA post storm images
MIT License
0 stars 0 forks source link

rank by loss #4

Open ebgoldstein opened 2 years ago

ebgoldstein commented 2 years ago

call model.evaluate on images and use reduction= None in the loss

https://keras.io/api/losses/

ebgoldstein commented 2 years ago

High Loss examples will be illustrative.. One idea is to find images w/ high loss, and then find similar images and label those..
this can be done via the embeddings from the autoencoder.