Skip to content

Commit eae355f

Browse files
committed
doc: Update TinyML status
1 parent 695219b commit eae355f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

doc/micropython-tinyml-status.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ Ideally would be compatible with that.
8181

8282
?No ready-to-install libraries for OPUS/MP3 encoding/decoding.
8383

84+
### Image files
85+
86+
!No mip-installable library for JPEG files.
87+
88+
!No mip installable library for PNG files.
89+
90+
OpenMV [omv.image](https://docs.openmv.io/library/omv.image.html) module supports loading/saving JPEG/PNG.
91+
8492
## Library interoperability
8593

8694
No interoperable datastructure for multi-dimensional arrays.
@@ -110,8 +118,11 @@ Could this be implemented as a .mpy native module?
110118

111119
#### Camera
112120
No standard interface in upstream MicroPython.
121+
Open issue: https://github.com/micropython/micropython/issues/15753
122+
With proof-of-concept implementation for ESP32.
113123

114-
OpenMV has . But is a custom distribution of MicroPython.
124+
OpenMV has a good module, with drivers for dozens of popular cameras.
125+
But is a custom distribution of MicroPython.
115126

116127
## Connectivity
117128

@@ -190,4 +201,7 @@ But over 10x slower than emlearn-micropython.
190201

191202
`tinymaix_cnn` available in [emlearn-micropython](https://github.com/emlearn/emlearn-micropython).
192203

204+
TensorFlow Lite support in [OpenMV](https://docs.openmv.io/library/omv.ml.html).
205+
But as a custom MicroPython distribution.
206+
193207

0 commit comments

Comments
 (0)