Object Detection

From Open Source Ecology
Revision as of 22:18, 10 April 2020 by Eric (talk | contribs) (Added some more links under the "Useful Links" section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Basics

  • The usage of Machine Vision to recognise objects
  • Typically uses standard cameras, but some systems use other methods in conjunction such as laser dot grids (like the xbox kinect etc)

Example

Tensorflow - OSS by Google

  • An open source object detection and recognition/naming software
  • Has two versions, the more intense Tensorflow , for pc's and render farms, and Tensorflow Lite

https://towardsdatascience.com/is-google-tensorflow-object-detection-api-the-easiest-way-to-implement-image-recognition-a8bd1f500ea0

COCO

COCO dataset - common objects in context.

Luminoth - OSS

See Also

Useful Links