nasa / OnAIR

The On-board Artificial Intelligence Research (OnAIR) Platform is a framework that enables AI algorithms written in Python to interact with NASA's cFS. It is intended to explore research concepts in autonomous operations in a simulated environment.
58 stars 14 forks source link

150 generic tflite plugin #151

Open williamzhang0306 opened 1 month ago

williamzhang0306 commented 1 month ago

This plugin allows users to run a tflite model within onair. Currently the plugin generates random input data based on the model's input shapes. The 'render_reasoning` methods returns the outputs of a model inference on the random data.

These are the tflite models I've downloaded that I have tested this plugin with:

Current TODO List: