Hello there,
I've finished training my custom YOLOv4 algorithm through this tutorial and would like to make it run live.
My goal was to run the code on python on a raspberry pi and for the given moment when the algorithm detects the object(s) on the video I'd like to save a full resolution picture + the results from the YOLO detection.
The way to combine a python code managing outputs from the camera is still not clear to me.
Any comments/ideias will be appreciated, thank you in advance!