developmentseed / pearl-frontend

PEARL (Planetary Computer Land Cover Mapping) Frontend
https://landcover.io
MIT License
19 stars 6 forks source link

Unable to see predictions from checkpoint on batch AOI #143

Closed LanesGood closed 7 months ago

LanesGood commented 8 months ago

I am successfully able to run inference and see predictions (after manually reloading the window) on batch AOIs.

However, when I run a checkpoint on a batch AOI, after reloading I see no predictions, and the mosaic selector displays This checkpoint doesn't have any predictions, you must select a mosaic and run first prediction.. I tested and found the issue occurs when the large/batch AOI already has base model predictions, and when it does not and inference is run first on the (saved) checkpoint. I've also tested and found the issue occurs on both geojson AOIs and regular rectangle batch AOIs.

I believe the issue may have something to do with identifying the connection between batch AOI<>timeframe<>Checkpoint

image

cc @vgeorge @srmsoumya @geohacker

LanesGood commented 7 months ago

Fixed on backend, closing.