georgeslabreche / opssat-smartcam

On November 8, 2020, this project achieved the first use of deep convolutional neural networks (CNN) on-board a spacecraft.
https://www.esa.int/opssat
MIT License
16 stars 2 forks source link

log metadata collected by a classification pipeline program #31

Open georgeslabreche opened 2 years ago

georgeslabreche commented 2 years ago

Context

Enhancement

Classification pipeline programs can sometimes included key-value pairs that have nothing to do with classification labels and their predication confidences. We refer to these key-value pairs as metadata. This is done so that special values produced by the program can be logged into the SmartCam's log file. The log file is not machine readable friendly with respect to extracting this data so instead we want to include this data in the SmartCam's images' metadata CSV file.

Technicalities