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.

People Detection and Tracking

I want to do pedestrian detection and tracking. Input: Video Stream from CCTV camera. Output: #(no of) people going from …

opencv image-processing computer-vision object-detection video-tracking
Mobilenet vs SSD

I have some confusion between mobilenet and SSD. As far as I know, mobilenet is a neural network that is …

machine-learning neural-network object-detection
OpenCV cv::findHomography runtime error

I am using to compile and run code from Features2D + Homography to find a known object tutorial, and I …

c++ opencv object-detection homography
Detecting object regions in image opencv

We're currently trying to detect the object regions in medical instruments images using the methods available in OpenCV, C++ version. …

opencv cluster-analysis object-detection connected-components
Tensorflow object detection evaluation pycocotools missing

Following the TF tutorial on pet object detection : https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/…

tensorflow object-detection evaluation
Square detection doesn't find squares

I'm using the program squares.c available in the samples of OpenCV libraries. It works well with every image, but …

c++ c opencv image-processing object-detection
Tensorflow Object Detection API on Windows - error "ModuleNotFoundError: No module named 'utils'"

I'm attempting to get the TensorFlow Object Detection API https://github.com/tensorflow/models/tree/master/research/object_detection working …

python tensorflow object-detection object-detection-api
YOLOv3 SPP and YOLOv3 difference?

I couldn't find any good explanation about YOLOv3 SPP which has better mAP than YOLOv3. The author himself states YOLOv3 …

conv-neural-network object-detection yolo darknet
Object detection using Keras : simple way for faster R-CNN or YOLO

This question has maybe been answered but I didn't find a simple answer to this. I created a convnet using …

deep-learning classification keras object-detection
Haar Cascade vs Hog Detection

I have been working around with OpenCV for few days now and I have a project where I should detect …

opencv image-processing object-detection