YOLOv4 Object Detection with TensorFlow, TFLite and TensorRT | Windows, Linux | Image, Video, Webcam

How to implement YOLOv4 Object Detector with TensorFlow , TFLite, and TensorRT. At the end of this tutorial, you will be able to perform object detection on images, videos, and webcams. This tutorial with guide you step by step for setting up the environment, installing prerequisites, converting YOLOv4 Darknet weights to TensorFlow and TFLite models, and running the object detection. You can also gain a speedup up to 8x by using the TensorRT model if you have a high-end GPU. Introduction: (0:00) Cl
Back to Top