Object Detection for Dummies Part 1: Gradient Vector, HOG, and SS | Lil'Log
I’ve never worked in the field of computer vision and has no idea how the magic could work when an autonomous car is configured to tell apart a stop sign from a pedestrian in a red hat. To motivate myself to look into the maths behind object recognition and detection algorithms, I’m writing a few posts on this topic “Object Detection for Dummies”. This post, part 1, starts with super rudimentary concepts in image processing and a few methods for image segmentation.
Table of Contents Image Gradient Vector Common Image Processing Kernels Example: Manu in 2004 Histogram of Oriented Gradients (HOG) How HOG works Example: Manu in 2004 Image Segmentation (Felzenszwalb's Algorithm) Graph Construction Key Concepts How Image Segmentation Works Example: Manu in 2013 Selective Search How Selective Search Works Configuration Variations References I've never worked in the field of computer vision and has no idea how the magic could work when an autonomous car is configured to tell apart a stop sign from a pedestrian in a red hat. To motivate myself to look into the m
related reading
- 1612.03284.pdfarxiv.org
- Understanding Image Gradients | TheAILearnertheailearner.com
- Feature Visualizationdistill.pub
- 3D Object Detection via 2D Segmentation-Based Computational Integral Imaging Applied to a Real Videoncbi.nlm.nih.gov
- GitHub - xingyizhou/ExtremeNet: Bottom-up Object Detection by Grouping Extreme and Center Pointsgithub.com
- Neural networks and deep learningneuralnetworksanddeeplearning.com
- 2001.01629.pdfarxiv.org
- [1711.08189] An Analysis of Scale Invariance in Object Detection - SNIParxiv.org
- Convolutional Neural Networks, Explained | Towards Data Sciencetowardsdatascience.com
- An Analysis of Scale Invariance in Object Detection SNIP - Singh_An_Analysis_of_CVPR_2018_paper.pdfopenaccess.thecvf.com
- 2006.02474.pdfarxiv.org
- Foundations of Computer Visionvisionbook.mit.edu