(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
Blog
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
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
Train a custom YOLOv4 object detector on Windows
(Tutorial for beginners) My YouTube video on this! In this tutorial, we will be training a custom object detector for mask detection using YOLOv4 and Darknet on our Windows system
Train a custom YOLOv4 object detector on Linux
(Tutorial for beginners) My YouTube video on this! In this tutorial, we will be training a custom object detector for mask detection using YOLOv4 and Darknet on our Linux(Ubuntu 18.04)
Train a custom YOLOv4-tiny object detector on Windows
(Tutorial for beginners) My YouTube video on this! In this tutorial, we will be training a custom object detector for mask detection using YOLOv4-tiny and Darknet on our Windows system
Train a custom YOLOv4-tiny object detector on Linux
(Tutorial for beginners) My YouTube video on this! In this tutorial, we will be training a custom object detector for mask detection using YOLOv4-tiny and Darknet on our Linux(Ubuntu 18.04)