this repository contains the whole pipeline to train (tiny) yolov3 and deploy it
traincontains scripts to train the modeldeploy-as-tflitecontains scripts to convert the model to .tflitedeploy-on-pi-with-nnpackcontains scripts to install nnpack on a raspberry pi and deploy the yolov3 model on itdeploy-on-pi-with-openvinocontains scripts to install openvino on a raspberry pi and deploy the yolov3 model on it
