GeekyAntsforGeekyAnts Tech Blogtechblog.geekyants.com·Nov 5, 2023How to Train YOLOv3 to Detect Custom Objects? (Demo Video Included)This is a step-by-step tutorial on training object detection models on a custom dataset. What is Object Detection? Object Detection (OD) is a computer vision technique that allows us to identify and locate objects in digital images/videos. It is bas...46 readsYOLOv3
Harish AKakblogs.hashnode.dev·Aug 27, 2023Detect people from cctv footage using yolov3Introduction In this blog, we are going to see how yolov3(a pre-trained model) is used to detect humans in CCTV footage, To follow up you need to have prior knowledge in Python cause am going to do this prediction using Python. This process involves ...31 readsPython 3
Bhagirath Deshani bhagirathkd.hashnode.dev·Jan 29, 2023#80 Machine Learning & Data Science Challenge 80What is YOLO and explain the architecture of YOLO (You Only Look Once)? One use case? YOLO v1: The first YOLO You only look once (YOLO) version came about in May 2016 and sets the core of the algorithm, the following versions are improvements that f...Machine Learning & Data Science Interview ChallengesMachine Learning
Raghav Kavimandanelessar123.hashnode.dev·Aug 28, 2022Custom Model Training Using YOLOv3 and Darknet (in Colab)Question: Why custom model training? ---> There are a wide variety of ML/DL models out there that we can use for our use cases. But, sometimes we encounter various peculiar problems that force us to think out of the box, develop our own logic and mat...1 like·171 readsMachine Learning