OpenCV face detection network in TensorFlow
authorDmitry Kurtaev <dmitry.kurtaev+github@gmail.com>
Tue, 20 Feb 2018 15:04:03 +0000 (18:04 +0300)
committerDmitry Kurtaev <dmitry.kurtaev+github@gmail.com>
Wed, 21 Feb 2018 16:58:24 +0000 (19:58 +0300)
commiteab556e1e012ff9e7140433ccb338ee932a15e4b
tree8ca06e40958b399dbf3079128cbdf0dd9b77977f
parent53305d4a7e018e98fd798b3e5b024fd3a63c70cf
OpenCV face detection network in TensorFlow
modules/dnn/misc/face_detector_accuracy.py [new file with mode: 0644]
modules/dnn/misc/quantize_face_detector.py [new file with mode: 0644]
modules/dnn/src/tensorflow/tf_importer.cpp
modules/dnn/test/test_tf_importer.cpp