ipazc / mtcnn

MTCNN face detection implementation for TensorFlow, as a PIP package.
MIT License
2.19k stars 526 forks source link

How to write the inference txt about mtcnn in the OpenVINO #89

Open RexLeeeeee opened 4 years ago

RexLeeeeee commented 4 years ago

Actually, I have already got the IR models about MTCNN( including all the nets .xml and .bin). I was wondering if anyone could tell me how to make an inference in OpenVINO or how to write the scripts of MTCNN API. It is difficult for meQAQ. Thank you so much.

AKclown commented 3 years ago

Hello, have you solved it? When I run mtcnn, only jpg is generated, but no txt file is generated.