Thursday, June 30, 2022

100 prisoners problem

 Watched a youtube video about the 100 prisoners problem. Of course needed to write a program to simulate and verify it.


Sunday, June 5, 2022

TensorFlow Lite person detection preview

 While testing out the TFLite micro example of person detection on SparkFun Edge, I needed a way to see what the camera is "seeing" for debugging purpose.

So, here is a simple script to preview the image and check the output of the model via serial connection .