emlearn-micropython
emlearn-micropython copied to clipboard
JPEG encoder and decoder
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.