Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 855 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 855 Bytes

DemoTFObjectDetection

C# Example using TensorFlow to make Object detection.

The example includes several Models (Trained and Frozen) to be able to test de application as fast as possible.

The application includes a User Interface to capture the camera directly or to process a video file. You can choose also between several models to make the object recognition and a model to make Hand detection.

This example was done in the way to make a clone of amazon go technology and it's just a demo app.

You can find more information on:

http://www.signalrt.com/2018/11/04/cloning-amazon-go-object-detection-3-5/

http://www.signalrt.com/2018/11/06/cloning-amazon-go-4-5/

To execute this software you need to download the models from here:

http://www.signalrt.com/wp-content/uploads/2018/12/AI_Models.zip

And decompress the models in the Data folder