HOW TO BEGIN? Use any one of the following models: In this tutorial, we will be using the yolov7 model. You can use any of the following: Follow these
Blog
Train YOLOv8 Custom Object Detector
Using Google Colab In this tutorial, we will be training a custom detector for mask detection using YOLOv8 PyTorch implementations HOW TO BEGIN? Use any one of the following models:
Train YOLOv6 custom Object Detector on Google Colab
In this tutorial, we will be training a custom detector for mask detection using YOLOv6 PyTorch implementations HOW TO BEGIN? Use any one of the following models: In this
Build Android app for custom object detection
(For Latest Version TensorFlow App) Training a Deep Learning model for custom object detection using TensorFlow Object Detection API in Google Colab and converting it to a TFLite
Build a custom Image classification Android app using Teachable Machine (Latest Version TensorFlow App)
Train a Deep Learning model for custom object image classification using Teachable Machine, convert it to a TFLite model, and finally deploy it on mobile devices using the
YOLOv4 inference using OpenCV-DNN-CUDA on Linux
Run YOLOv4 inference using the OpenCV-DNN-CUDA module on Linux. In the previous blog “Setup OpenCV-DNN module with CUDA backend support (For Linux)”, we built the OpenCV-DNN module with CUDA
Setup OpenCV-DNN module with CUDA backend support (For Linux)
In this tutorial, we will be building OpenCV from source with CUDA backend support (OpenCV-DNN-CUDA module). IMPORTANT: The OpenCV-DNN module only supports inference so although you will get
YOLOv4 inference using OpenCV-DNN-CUDA on Windows
Run YOLOv4 inference using the OpenCV-DNN-CUDA module on Windows. In the previous blog “Setup OpenCV-DNN module with CUDA backend support (For Windows)”, we built the OpenCV-DNN module with CUDA
Train YOLOv5 custom Object Detector on Google Colab
In this tutorial, we will be training a custom detector for mask detection using YOLOv5 PyTorch implementations HOW TO BEGIN? Use any one of the following models: In this
Setup OpenCV-DNN module with CUDA backend support (For Windows)
In this tutorial, we will be building OpenCV from source with CUDA backend support (OpenCV-DNN-CUDA module). IMPORTANT: The OpenCV-DNN-CUDA module only supports inference. So although you will get