mocleiri / tensorflow-micropython-examples

A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
MIT License
170 stars 79 forks source link

Remove unused code related to models and openmv #16

Closed mocleiri closed 2 years ago

mocleiri commented 2 years ago

I started from trying to use the openmv C -> C++ bridge code but I've ended up with a similiar but different approach.

I want to cleanup the code base to remove the unused openmv functions.

The same for the model. I ended up getting inference to work using the interpreter object so I should remove the non-working microlite.model object skeleton.

mocleiri commented 2 years ago

Also includes commits: 8ca54269d2e077d859b6a847fc99f704f954aa97 a7f4c8910795d2a9dd332cc62291d5179aaad905 e47fe3dc61d663108ffa1f71133b7aac29b8beab