Join us at GITEX 2025! Discover our solutions at Hall 4, Booth H-30 Schedule a Meeting Today.
Automate Marketing Initiatives with Salesforce Marketing Cloud Learn More
Join us at GITEX 2024! Discover our solutions at Hall 4, Booth H-30 Book your live demo today.

Real Time Object Detection Using Yolov5 and Tensorflow

We know that Machine learning (ML) is a part of artificial intelligence (AI). This helps software applications to enhance accurate prediction. ML and its libraries are very tricky and complex.

 

Tensorflow basically used for text and object detection. For example, Google Email software uses ‘text classification’ to decide whether to place the incoming emails in the inbox or spam folder. And Google ‘image search’ worked on machine learning (object detection), ML is match pixel by pixel with indexed images and then gives the applicable result.

Yolov5 is an object detection algorithm that worked on a grid system. So, now in this article, we learn about YOLOv5 and basic TensorFlow.

email image

Object Detection

Object detection is one of the important fields of AI (Artificial Intelligence). It refers to the capability of computer and software systems to locate objects in an image/scene and identify each object.

 

let’s understand object detection with real-world examples. Recognition of objects in an image is believed to be a normal human brain function.

 

Identification of objects in videos and images is a computer language called ‘object detection. Many object detection algorithm has emerged in the last few years to detect the problem for example ‘R-CNN, Mask R-CNN, MobileNet, SqueezeDet, YOLO, etc.

Tensorflow

Tensorflow is an open-source platform for ML (machine learning). It was originally developed by Google. TensorFlow applications can run on either conventional CPU, higher-performance GPU (graphics processing units), and also TPU (tensor processing units). It’s a machine learning library that is used across Google for applying deep learning to a lot of different areas. It provides a collection of workflow and best object detection APIs, with this collection we can easily train models.


If you want more about Tensorflow then you can visit this website (https://www.tensorflow.org/).


The Requirement to Train a Custom Object Detection Model

  • Basic knowledge of python language.
  • Data sets (Images) of the object you want to train.
  • Label for the images (You can try this website https://www.makesense.ai).
  • GPU or Height speed CPU (You can also try online netbooks).

How and Where Can We Train a Model?


We have two ways to train the model
  1. Local code editor (ex. vs code)
  2. Online Notebook editor (ex. Colab)

Local Code Editor -You can train the model on your PC, but sometimes it’s a very time taking process ,if your PC doesn’t support heavy programs please use an online GPU editor ,but it’s support so you just need to clone the YOLOv5 official code from Github (https://github.com/ultralytics/yolov5.git) repository and for the setup run the requirements.txt file on the terminal.

Screenshot 2022 06 10 151647 1536x449 1

Online Notebook Editor – We have multiple online notebooks (Google Colab, Kaggle, Jupyter notebook) for training the models. But I would suggest you use “Google Colab” because its UI is simple and processing speed is very fast. Colab provides Free GPUs for Everyone, and Google Colab provides you the best experience of Machine Learning and Deep Learning.

 

Please make sure you have to download the model file after the model is trained because sometimes The model file is automatically deleted when the PC is turned off.
Screenshot 2022 06 10 151834 1536x597 1

Model training is not a very difficult task. but the size, accuracy, and speed of the model basically depend on a few fundamentals. and these basic effects affect your object detection model.

  1. Numbers of the object image.
  2. Batch size.
  3. Epoch number
  • Images are a very important part of any type of object detection model. Clear and high numbers of images help you train the model with accuracy. Without the images, we can’t train the model.
  • An Epoch represents one iteration over the entire dataset. it means One epoch- one forward and backward pass of all training data.
  • We cannot pass the entire dataset into the Neural network at once. So, to solve this problem we divide the dataset into a number of batches. Batch size means the number of training examples(images) in one forward and backward pass.
With the help of an example, we can easily understand
  1. We have 2000 images as data and a batch size of 40, the epoch should run 2000/40 =50 iterations. so we need 50 iterations to complete one epoch.
  2. We have 400 training examples (images), and if your batch size is 200 then it will take 2 iterations to complete 1 epoch.

A place for big ideas.

Reimagine organizational performance while delivering a delightful experience through optimized operations.

Screenshot 2022 06 10 150225
Predefined models

Colab and YoloV5 provide some predefined models for training custom object detection models for example(YOLOv5n, YOLOv5s, YOLOv5m, YOLOv5l, YOLOv5x, YOLOv5n6, YOLOv5s6, YOLOv5m6 , YOLOv5l6, YOLOv5x6TTA).

 

To start a training mode you need to run this command on a notebook

!python train.py --img 640 --batch 16 --epochs 3 --data coco128.yaml --weights yolov5s.pt --cache

But if you are a beginner then I would suggest you use YOLOv5x. Because it’s a medium size model and enough for you.

TensorFlow is a popular AI technology and it’s uses tensors and allows you to perform graph computations. Some main benefits of TensorFlow “Open-source, Use of Graph Computation ,  Flexible ,Versatile” etc.

 

I hope after reading this article you must have understood

  • How object detection algorithms work and what TensorFlow, yolov5, and colab.
  • How can we train a model better.
  • Important key points of object detection, epoch, batch size, iteration.

 If you want to explore more about YOLOv5 here are some documentation you can follow


* YOLOv5 Documentation https://docs.ultralytics.com/


* Docker Image https://hub.docker.com/r/ultralytics/yolov5

Top Stories

Odoo Hubspot Connector
How to connect hubSpot to odoo a step-by-step setup guide
This guide walks you through connecting HubSpot to Odoo using the Zehntech Odoo HubSpot Connector from generating your API key in HubSpot to your first live sync. Most teams complete this in under 10 minutes. Prerequisites Before you begin: Odoo version: v16, v17, v18 or v19 (Online, Odoo.sh or On-Premise)
Odoo AI: How AI Agents Are Automating Business Operations in 2026
Odoo+AI: How AI Agents Are Automating Business Operations in 2026
Your Odoo system knows everything about your business. It knows which products are below reorder level right now. It knows which purchase orders are overdue. It knows which outlets sold below target yesterday and which customers are approaching their credit limit. Your team does not know any of this until
Odoo AI Integration 2026
Odoo AI Integration 2026 — Complete Guide
Most businesses running Odoo treat AI as a separate tool. ChatGPT for content, a BI tool for reporting, Odoo for operations — and someone spending hours every week moving data between all three by hand. That is the gap this guide addresses. How Odoo AI integration actually works in 2026,
Odoo migration guide 2026
Odoo Migration Guide 2026: Upgrade to Odoo 17 or 18 Safely
If your business is running Odoo 14, 15, or 16, you need to plan your odoo migration now. Odoo 17 launched in October 2023. Odoo 18 launched in October 2024. Every month you stay on an older version, you run without the latest security patches, miss performance improvements, and stay
Odoo MCP Server
What is the Odoo MCP Server? Why Your Business Needs It in 2026
Your team runs Odoo. Your team also uses AI tools — ChatGPT, Copilot, or something similar. But here is the problem: those two systems do not talk to each other. Every time someone needs data from Odoo, a human has to pull it manually, copy it somewhere, and then feed
Odoo Purchase Order Approval Workflow
Odoo Purchase Order Approval Workflow — Multi-Level Setup Guide
Most procurement problems are not purchasing problems. They are visibility problems. A team member submits a purchase request, it goes to a manager who is traveling, nothing happens for a week, and the vendor either follows up or the order never gets placed. The purchase module is working. The odoo

          Success!!

          Keep an eye on your inbox for the PDF, it's on its way!

          If you don't see it in your inbox, don't forget to give your junk folder a quick peek. Just in case.



              You have successfully subscribed to the newsletter

              There was an error while trying to send your request. Please try again.

              Zehntech will use the information you provide on this form to be in touch with you and to provide updates and marketing.