Top "Object-detection" questions

Object detection deals with recognizing the presence of objects of a certain semantic class (e.g. “humans”, “buildings”, “cars”, &c) in digital image and video data.

Advanced square detection (with connected region)

if the squares has connected region in image, how can I detect them. I have tested the method mentioned in …

python opencv image-processing computer-vision object-detection
Yolo Custom Training - couldn't open file: data/obj.names

I recently trained Yolo using the steps provided by https://github.com/AlexeyAB/darknet on Windows10 and had great results …

computer-vision object-detection darknet
Best strategy to reduce false positives: Google's new Object Detection API on Satellite Imagery

I'm setting up the new Tensorflow Object Detection API to find small objects in large areas of satellite imagery. It …

machine-learning tensorflow computer-vision deep-learning object-detection
non-maximum suppression on detection windows

In object detection literature it is common to use a classifier and a sliding window approach to detect the presence …

image-processing object-detection sliding-window
How to run eval.py job for tensorflow object detection models

I have trained an object detector using tensorflow's object detection API on Google Colab. After researching on the internet for …

python-3.x tensorflow object-detection google-colaboratory
TensorFlow Object Detection API Weird Behavior

I was playing with TensorFlow's brand new Object Detection API and decided to train it on some other publicly available …

python machine-learning tensorflow classification object-detection
OpenCV: How to improve accuracy of eyes detection using Haar Classifier Cascade?

I have an application using Haar cascade to detect eyes in the image capture from video camera. The method used …

c++ opencv object-detection
Return coordinates for bounding boxes Google's Object Detection API

How can i get the coordinates of the produced bounding boxes using the inference script of Google's Object Detection API? …

tensorflow object-detection object-detection-api
OpenCV: Merging overlapping rectangles

In using OpenCV for detection tasks I keep running into the problem of merging overlapping bounding boxes; that is, essentially …

c++ opencv bounding-box object-detection
Tensorflow object detection api SSD model using 'keep_aspect_ratio_resizer'

I am trying to detect objects in different shaped images (not square). I used faster_rcnn_inception_v2 model and …

tensorflow object-detection object-detection-api