Having had some good success using DarkNet Yolo3 object detection, from C, on a Jetson Nano, I wanted to get a bit deeper and understand more about the underlying implementation of deep learning networks. TensorFlow seems the obvious place to start but I really didn’t want to use a horribly inefficient scripting language like Python…
Read More