Object Detection: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Example= | =Example= | ||
*Detecting a toy airplane with Tensorflow - [[https://towardsdatascience.com/building-a-toy-detector-with-tensorflow-object-detection-api-63c0fdf2ac95]] | *Detecting a toy airplane with Tensorflow - [[https://towardsdatascience.com/building-a-toy-detector-with-tensorflow-object-detection-api-63c0fdf2ac95]] | ||
*From there, how to use with AR? | |||
=Tensorflow - OSS by Google= | =Tensorflow - OSS by Google= |
Revision as of 20:18, 7 April 2020
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
- Detecting a toy airplane with Tensorflow - [[1]]
- From there, how to use with AR?
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
COCO
COCO dataset - common objects in context.
Luminoth - OSS