- Augumented + organized the dataset to be compatible with YOLOv5
- Model conversion from PyTorch to Tensorflow to be used with TFLite
- Posibility to be ran in a C program
- Make the model be read from memory(+ contribution to TFLite repo?)
- Make it run on MXRT1020 without a camera(image from memory)
- Make the camera get images on the MXRT1020
- Full run on MXRT1020 with camera
Due to running out of time, try to test multiple models and draw graphs with each one of the state-of-the-art models instead of trying to get it working on MXRT.
Steps 1 to 3. Make a full run on Linux. First, test YOLO to see how it runs