A Computer Vision System’s Walk Through Times Square Video from deepython demonstrates an object recognition neural network…
A Computer Vision System’s Walk Through Times Square
Video from deepython demonstrates an object recognition neural network framework applied to footage taken in New York:
This is a state of the art object detection framework called Faster R-CNN described here https://arxiv.org/abs/1506.01497 using tensorflow.
I took the following video and fed it through Tensorflow Faster R-CNN model, this isn’t running on an embedded device yet.