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.

ImportError: No module named absl.testing

I've been trying to run the Object detection API, at the point to test if the instalation worked: python object_…

python tensorflow object-detection object-detection-api
Mobilenet SSD Input Image Size

I would like to train a Mobilenet SSD Model on a custom dataset. I have looked into the workflow of …

tensorflow object-detection object-detection-api
EMGU CV SURF image match

I have been working with the SURF feature detection example from the EMGU CV library. So far it's working amazingly; …

c# image-processing emgucv surf object-detection
Drawing rectangle around detected object using SURF

I am trying to detect an object from the following code involving surf detector, I do not want to draw …

opencv surf object-detection homography
DETECT the Edge of a Document in iPhoneSDK

I am looking something like attached image, How can I implement this in iPhoneSDK. Can anybody suggest me some open …

iphone ios4 image-processing edge-detection object-detection
How can I download a specific part of Coco Dataset?

I am developing an object detection model to detect ships using YOLO. I want to use the COCO dataset. Is …

python computer-vision dataset object-detection yolo
Tensorflow serving No versions of servable <MODEL> found under base path

I was following this tutorial to use tensorflow serving using my object detection model. I am using tensorflow object detection …

tensorflow deep-learning object-detection tensorflow-serving
Cannot connect to X server GOOGLE COLAB

I am trying to make a prediction using Tensorflow Object Detection API on Google COLAB. Already I successfully completed the …

tensorflow machine-learning object-detection google-colaboratory
Fine-tuning and transfer learning by the example of YOLO

I have a general question regarding fine-tuning and transfer learning, which came up when I tried to figure out how …

machine-learning object-detection yolo transfer-learning
I want to know the size of bounding box in object-detection api

I have used the API (https://github.com/tensorflow/models/tree/master/object_detection) And then, How would I know …

tensorflow object-detection