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.
I have a project where I need to use OpenCV to detect an object (Tennis Ball) on a webcam, and …
opencv object-detection video-trackingI am following the example found here. But whenever I enter the command "C:/Program Files/protoc/bin/protoc" object_…
python tensorflow object-detection protocI need to get the bounding box coordinates generated in the above image using YOLO object detection.
python deep-learning computer-vision object-detectionI 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-detectionWe 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 darknetI'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 pycocotoolsIn 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-detectionAfter spending a couple days trying to achieve this task, I would like to share my experience of how I …
machine-learning tensorflow object-detectionI 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-detectionWhat 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