emlearn-micropython icon indicating copy to clipboard operation
emlearn-micropython copied to clipboard

JPEG encoder and decoder

Open jonnor opened this issue 11 months ago • 1 comments

When working on image classification (like with the emlearn Convolutional Neural Network), it is desirable to be able to work with standard image formats. Both on PC (for evaluation, testing) and on device (for data collection, verification). The most relevant file format is JPEG, as is widely implemented in hardware cameras, and a very practical and simple format with good levels of compression.

jonnor avatar Dec 18 '24 22:12 jonnor