IndTechSpprt / Split_inference_microcontrollers_fork

This is the repository for my research internship with the Embedded Systems Group at TU Delft, based on Junyu Lu's master thesis - https://github.com/Eagleggs/Split_inference_microcontrollers
0 stars 0 forks source link

Store `coor_lines` and `lines` in the flash #13

Open IndTechSpprt opened 4 days ago

IndTechSpprt commented 4 days ago

Currently, once weights are downloaded, the values of coor_lines and lines are printed in serial and these then have to be used to initialize the arrays. To simplify the testbed setup workflow, introduce a feature that stores these values in the flash after downloading (make this change in download.ino). Then, when the MCU is put into inference mode, read the stored values and initialize the coor_lines and lines arrays in worker_code.ino.