Part 1| Custom Code Object Detector with Tensorflow2 and YoloV3 Algorithm Tutorial

Опубликовано: 24 Март 2026
на канале: Md. Iqbal Hossain
1,193
12

Object detection with yolov3 algorithm using Tensorflow-2

Github link: https://github.com/Iqbal1282/YoloV3.git

Prerequisites
This project is written in Python using Tensorflow 2.0 (deep learning), NumPy (numerical computing), OpenCV (computer vision) and absl (flags) packages



Hey guys and welcome back, so in this video I'm going to show you how to implement Yolo V3 Object Detection using tensorflow on Windows 10. We'll walk through everything from requirements to setup, then all the way to executing the CNN. Now we are not going to go through the theory as I mentioned earlier, this will just be hands-on practical tutorial to get you up and running.

Just be aware that I have not been able to train YoloV3 on Windows, but this turned out to be a blessing in disguise as I now use a new workflow called Supervisely. I will show you how we can use this new workflow for annotation, to training as well as data augmentation. But for now lets get started with the execution of Yolo V3

If you want to skip this video of image scraping and annotation, you can go over the github repo, and download the annotated dataset.

#ObjectDetection # YOLOV3 #Tensorflow2 #CustomCode #ComputerVision