Sponsored Links
-->

Friday, April 27, 2018

4K YOLO COCO Object Detection #2 - YouTube
src: i.ytimg.com

Object detection is a computer technology related to computer vision and image processing that deals with detecting instances of semantic objects of a certain class (such as humans, buildings, or cars) in digital images and videos. Well-researched domains of object detection include face detection and pedestrian detection. Object detection has applications in many areas of computer vision, including image retrieval and video surveillance.


Video Object detection



Uses

It is used in face detection and face recognition. It is also used in tracking objects, for example tracking a ball during a football match, tracking movement of a cricket bat, tracking a person in a video.


Maps Object detection



Concept

Every object class has its own special features that helps in classifying the class - for example all circles are round. Object class detection uses these special features. For example, when looking for circles, objects that are at a particular distance from a point (i.e. the center) are sought. Similarly, when looking for squares, objects that are perpendicular at corners and have equal side lengths are needed. A similar approach is used for face identification where eyes, nose, and lips can be found and features like skin color and distance between eyes can be found.


Tensorflow Object Detection Limit - Stack Overflow
src: i.stack.imgur.com


References

  • "Object Class Detection". Vision.eecs.ucf.edu. Retrieved 2013-10-09. 
  • "ETHZ - Computer Vision Lab: Publications". Vision.ee.ethz.ch. Retrieved 2013-10-09. 

4K YOLO COCO Object Detection #1 - YouTube
src: i.ytimg.com


See also

  • Teknomo-Fernandez algorithm

Pass A Video into Tensorflow Object Detection API ~ Sr. Roboto
src: 1.bp.blogspot.com


External links

  • Multiple object class detection

A tutorial on implementing tensor flow object detection API with ...
src: i.ytimg.com


References


Source of article : Wikipedia