Meet Travis - Your AI-Powered tutor
Learn more about Object detection with these recommended learning resources

Object Detection
Object detection, especially recognition can be done using different technics, like a combination of OpenCV functions. For me, it was rather interesting to build a quick model in R then to spend…
Read more at Towards Data SciencePlaying with object detection
A couple of months ago, Google announced the 5th release of Open Images Dataset (OID) along with some pre-trained models for the object detection task. Let’s play with one of those models and check…
Read more at Towards Data Science
Object Detection : Simplified
Object Detection is a common Computer Vision problem which deals with identifying and locating object of certain classes in the image. Interpreting the object localisation can be done in various…
Read more at Towards Data Science
Feature Detection
In this tutorial you will learn how to: Theory Code C++ Java Python Explanation Result
Read more at OpenCV TutorialUnderstanding Object Detection
In recent years, image classification has gained huge traction especially with CNN and disruptive applications (e.g: self driving cars). In 2015, the ImageNet competition produced RESNet which…
Read more at Towards Data Science
Object Detection Algorithms - Computer vision
Computer vision is one of the interesting and exiting domain in Deep learning space. In this blog we will explore the following computer vision techniques for object detection. Before get started…
Read more at Analytics Vidhya
Introduction to Object Detection
Object Detection deals with identifying the "what" & "where" of the objects in an image. Image classification identifies which class a given image belongs to. But how do we build on top of image class...
Read more at Towards Data Science
Label training data using Cloud Annotation for object detection
Object detection is a a computer vision technique that detects presence of a certain class of objects in an image or a video. Object detection combines the tasks of object localisation and object…
Read more at Analytics Vidhya
Object Detection- Tensorflow
The model is trained using the Tensorflow Object Detection API for training the model for 20 classes on the Pascal VOC 2012 dataset. There has been a buzz all around, about Machine Learning and Deep…
Read more at Towards Data Science
Interview Questions: Object Detection
I am currently in a job search for a Computer vision engineer. In this article, I am trying to share the things which I have learned. I would like to thank Jonathan for this awesome Object detection…
Read more at Towards AI
Object Detection with KerasCV
Object detection introduction Object detection is the process of identifying, classifying, and localizing objects within a given image. Typically, your inputs are images, and your labels are bounding ...
Read more at Keras Developer guidesObject detection with neural networks
A very lightweight tutorial to object detection in images. We will bootstrap simple images and apply increasingly complex neural networks to them. In the end, the algorithm will be able to…
Read more at Towards Data Science
Object Detection and Bounding Boxes
In earlier sections (e.g., Section 8.1 – Section 8.4 ), we introduced various models for image classification. In image classification tasks, we assume that there is only one major object in the image...
Read more at Dive intro Deep Learning Book
Object Detection with Python
The idea is create a model that is capable of detecting vehicles on different lanes and store the data into a csv format.Using this model we can monitor traffic flow pattern in our locals and…
Read more at Analytics Vidhya
Object Detection with 10 lines of code
One of the important fields of Artificial Intelligence is Computer Vision. Computer Vision is the science of computers and software systems that can recognize and understand images and scenes…
Read more at Towards Data Science
On Object Detection Metrics With Worked Example
Average Precision (AP) and mean Average Precision (mAP) are the most popular metrics used to evaluate object detection models such as Faster R_CNN, Mask R-CNN, YOLO among others. The same metrics…
Read more at Towards Data Science
Object Detection Algorithms: Cross-Domain Object Detection
In today’s post, I will present computer vision task, which tackles the domain shift problem, namely Cross Domain Object Detection (CDOD).
Read more at Towards Data Science
Segmentation and Object Detection — Part 2
In this tutorial, we discuss advanced segmentation methods starting with U-net, SegNet, to DeepLab, Convolutional Pose Machines, and Conditional Random Fields.
Read more at Towards Data Science
Annotator for Object Detection
In computer vision, object detection is an interesting field with numerous application. Like any other supervised machine learning task, we need annotation or labels for this very task as well…
Read more at Towards Data Science
Object Detection Neural Network: Building a YOLOX Model on a Custom Dataset
A Comprehensive Guide Continue reading on Towards Data Science
Read more at Towards Data Science
Object Detection using OpenCV
Object detection is an important part of image processing. The autonomous vehicle has to detect lanes, road surfaces, other vehicles, people, signs, and signals, etc. We live in such a dynamic world…
Read more at Towards AI
Segmentation and Object Detection — Part 1
This tutorial describes the basic ideas towards image segmentation using deep learning. In particular, we explain upsampling mechanisms in this post.
Read more at Towards Data Science
Object Detection in a few lines of code
Object detection is a crucial part of computer vision. This fact can be seen in its numerous applications like vision for Autonomous Cars, Face Detection in phones, species counting and tracking in…
Read more at Analytics Vidhya
Computer Vision Object Detection: challenges faced
Some years ago, finding and classifying individual objects within an image was an extremely difficult task. Today, with the help of computer vision, digital devices can simply and quickly identify…
Read more at Becoming Human: Artificial Intelligence Magazine- «
- ‹
- …