yeephycho / tensorflow-face-detection

A mobilenet SSD based face detector, powered by tensorflow object detection api, trained by WIDERFACE dataset.
Apache License 2.0
768 stars 264 forks source link

this pb model how convert to tflite? what is the input output arrays? #66

Closed cjl84914 closed 3 years ago

ZJUZZH commented 3 years ago

do you solve this problem? @cjl84914 if so, could you please share your methods, thanks very much

yeephycho commented 3 years ago

input and output array names can be easily found in the script (like 'image_tensor:0' around line 59), good luck.