PyLessons July 17, 2019 YOLOv3 theory explained In this tutorial, I will explain to you what is YOLO v3 object detection model, and how it works behind the math
PyLessons July 21, 2019 YOLOv3 code explained In this tutorial, I will try to explain how TensorFlow YOLO v3 object detection works. If you only want to try or use it without getting deeper details, go to my GitHub repository
PyLessons August 22, 2019 Preparing YOLO v3 Custom Data In this step-by-step tutorial, I will show you how to prepare data for your own custom YOLO v3 object detector
PyLessons August 26, 2019 Training custom YOLOv3 object detection model Continuing from my previous tutorial, where I showed how to prepare custom data for YOLO v3 object detection training, finally, I will show you how to train that model
PyLessons August 28, 2019 Testing YOLOv3 CSGO Keras object detection This is my last tutorial with object detection in CS:GO, check out what results I got with the custom YOLO v3 object detection model in this unusual aimbot
PyLessons October 19, 2019 Demonstrating YOLOv3 object detection with WebCam In this short tutorial, I will show you how to set up YOLO v3 real-time object detection on your webcam capture