In this post, I introduce Jdlib a java wrapper for Dlib toolkit.
In this post, we will learn how to apply a proposed method to make a classification network performs both object classification and object localization in a single forward-pass.
In this post, we will learn how to train YOLOv3 on a custom dataset using the Darknet framework and also how to use the generated weights with OpenCV DNN module to make an object detector.
In this post, we will learn how to build a custom object detector using Yolo. For example, I made a detector to detect my Rubik’s Cube.
In this post, we will learn how to solve a printed sudoku solver using a real-time feed from a camera.
In this post, we will learn how to develop an app to measure a distance between a pinhole camera and an object.
In this post, we will learn how to develop an application to segment a handwritten multi-digit string image and recognize the segmented digits using deep learning.
In this post, I introduce an implementation of a proposed CNN design for Arabic handwritten characters recognition.