Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 840 Bytes

File metadata and controls

13 lines (9 loc) · 840 Bytes

TensorflowObjectDetectionCompare

logo This test compare Tensorflow Object Detaction API on Python(official) and C#(TensorflowSharp).

I had done a lot simplify work so you can execute this sample code easily, and fast compare it's different.

Python with model: ssd_mobilenet_v1_coco_2017_11_17

pyimg

TensorflowSharp with model: ssd_mobilenet_v1_coco_2017_11_17

csimg

More detail please check my blog Object Detection API test in Python and TensorflowSharp