Face-Track-Detect-Extract icon indicating copy to clipboard operation
Face-Track-Detect-Extract copied to clipboard

💎 Detect , track and extract the optimal face in multi-target faces (exclude side face and select the optimal face).

Results 15 Face-Track-Detect-Extract issues
Sort by recently updated
recently updated
newest added

is any body interested in c++ version of this repo? i started to convert this code to c++ and add face recog to end of it, i want to share...

Hi! I'm trying to apply your project under the CCTV scenario and your sample video in the results section of README is a good test video. Could you please provide...

i think your code is amazing i want to make it better, when we extract face sometime it is side face and i dont want side face at all i...

File "start.py", line 176, in main() File "start.py", line 41, in main pnet, rnet, onet = detect_face.create_mtcnn(sess, os.path.join(project_dir, "align")) File ".\align\detect_face.py", line 290, in create_mtcnn pnet.load(os.path.join(model_path, 'det1.npy'), sess) File ".\align\detect_face.py",...

你好,我用GPU和CPU测试你的mtcnn,怎么检测速度差不多?

File "d:\ZERO2\�Ѻ�˹��\Face-Track-Detect-Extract-master\start.py", line 176, in main() File "d:\ZERO2\�Ѻ�˹��\Face-Track-Detect-Extract-master\start.py", line 39, in main with tf.Session(config= tf.ConfigProto(gpu_options=tf.GPUOptions(allow_growth=True), AttributeError: module 'tensorflow' has no attribute 'Session'

Are you planning to make it compatible with Tensorflow 2? Thanks!

Hi can you provide us any information about FPS ? Thank you

你好,请问可以简单介绍下如何判断正脸的思路(judge_side_face)吗?谢谢!