Problem Description
The code for YOLOv5 Detector uses OpenCV's DNN module. To use GPU with this detector, we will need to build OpenCV from source which is cumbersome inside a docker container.
Rewrite the whole code using ultralytics. This will reduce the lines of code and make it future proof
Problem Description The code for YOLOv5 Detector uses OpenCV's DNN module. To use GPU with this detector, we will need to build OpenCV from source which is cumbersome inside a docker container.
Rewrite the whole code using ultralytics. This will reduce the lines of code and make it future proof