Object Detection: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=Tensorflow - OSS by Google= | =Tensorflow - OSS by Google= | ||
https://towardsdatascience.com/is-google-tensorflow-object-detection-api-the-easiest-way-to-implement-image-recognition-a8bd1f500ea0 | https://towardsdatascience.com/is-google-tensorflow-object-detection-api-the-easiest-way-to-implement-image-recognition-a8bd1f500ea0 | ||
COCO dataset - common objects in context. | |||
=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> |
Revision as of 19:50, 7 April 2020
Tensorflow - OSS by Google
COCO dataset - common objects in context.
Luminoth - OSS