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.

Simple OpenCV project - detecting and tracking a tennis ball

I have a project where I need to use OpenCV to detect an object (Tennis Ball) on a webcam, and …

opencv object-detection video-tracking
protoc object_detection/protos/*.proto: No such file or directory

I am following the example found here. But whenever I enter the command "C:/Program Files/protoc/bin/protoc" object_…

python tensorflow object-detection protoc
How to get the coordinates of the bounding box in YOLO object detection?

I need to get the bounding box coordinates generated in the above image using YOLO object detection.

python deep-learning computer-vision object-detection
Annotate images in pascal voc xml

I need a tool to annotate images with a rectangular bounding box. The output is going to be in pascal …

image-processing machine-learning computer-vision object-detection
Yolo Darknet Detecting Only Specific Class like Person, Cat, Dog etc

We are using YOLO Darknet for object detection. We are using Python3, tensorflow 1.0, numpy, opencv 3. Using yolo.weight for detection. 
…

python image-processing object-detection darknet
Could not install pycocotools in windows: fatal error C1083: Cannot open include file: 'io.h': No such file or directory error:

I'm new to machine learning and have started with a windows 8.1 pc having GeForce GTX 540M. I followed this tutorial …

python windows tensorflow object-detection pycocotools
What is the purpose of the ROI layer in a Fast R-CNN?

In this tutorial about object detection, the fast R-CNN is mentioned. The ROI (region of interest) layer is also mentioned. …

deep-learning computer-vision conv-neural-network object-detection
Train Tensorflow Object Detection on own dataset

After spending a couple days trying to achieve this task, I would like to share my experience of how I …

machine-learning tensorflow object-detection
Image preprocessing in deep learning

I am experimenting with deep learning on images. I have about ~4000 images from different cameras with different light conditions, image …

image-processing deep-learning object-detection
Rectangle detection / tracking using OpenCV

What I need I'm currently working on an augmented reality kinda game. The controller that the game uses (I'm talking …

c++ opencv image-processing object-detection