Client Meeting Minutes
Date: October 23, 2024
Time: 10:00 AM - 11:00 AM
MVP is to recreate and/or modify existing example projects on our board. Posture related project is to be done later as we need to collect data for the model.
Example Projects to explore:
- Motion and presence detection is similar for flashing code.
- Dry or Wet is similar for python model.
Changes to be made when producing posture model:
- data set
- model
- parameters
- model structure
Model Process:
- Data is gathered into files from board (already available for example projects)
- Data is used to train using a model, this generates a .omnx file (file containing the trained model)
- C code is generated from the .omnx file
- C code is flashed to the board and then tested using CCS
- Now the model can be used as a library for C programs on the board