precision-sustainable-ag / SemiF-DataReporting

This repository provides detailed reports on Semifield image data, including data contents, species distribution, temporal and spatial distribution, missing data analysis, and status of unprocessed or backlog data.
MIT License
0 stars 0 forks source link

export cutout blob metrics #16

Closed mkutu closed 3 months ago

mkutu commented 3 months ago

look into the semifield-cutout blob container and calculate: cutout data filename convention is the semifield image name with "_" appended to the file stem. Each appended integer represents a new cutout for that image. For example: image_id = MD_164345343454 cutout_id = MD_164345343454_0

  1. the number of:
    • masks (*_mask.png)
    • cropouts (*.jpg)
    • cutouts (.png)
    • metadata (.json) for each batch

examples of naming mask = MD_164345343454_0_mask.png cropout = MD_164345343454_0.jpg cutout = MD_164345343454_0.png metadata = MD_164345343454_0.json

mkutu commented 3 months ago