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

Why does the terminal output a lot of model structure information? #58

Open zhouhao-learning opened 5 years ago

zhouhao-learning commented 5 years ago

Thank you for sharing your code. I am able to run your code correctly, but my terminal outputs a lot of unnecessary information, as follows:

image

But I debugged for a long time, I didn't find out where it was output. Can you tell me how can I remove these outputs?

Thank you