Object Detection: Difference between revisions
Jump to navigation
Jump to search
(Added some more information) |
(Added some more information) |
||
Line 14: | Line 14: | ||
=Luminoth - OSS= | =Luminoth - OSS= | ||
<html><iframe width="560" height="315" src="https://www.youtube.com/embed/CAYn6A1zsrw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></html> | <html><iframe width="560" height="315" src="https://www.youtube.com/embed/CAYn6A1zsrw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></html> | ||
=See Also= | |||
*[[3D Scanner]] | |||
*[[Cobot]] | |||
*[[Automated Sorting of Mixed Recyclables]] | |||
=Useful Links= | |||
* |
Revision as of 20:05, 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)
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