Tiny_Faces_in_Tensorflow icon indicating copy to clipboard operation
Tiny_Faces_in_Tensorflow copied to clipboard

A Tensorflow Tiny Face Detector, implementing "Finding Tiny Faces"

Results 29 Tiny_Faces_in_Tensorflow issues
Sort by recently updated
recently updated
newest added

using a webcam for finding the number of faces

When performing multi-person recognition, sometimes the hand or hair is recognized as a face.

Traceback (most recent call last): File "tiny_face_eval.py", line 6, in import tensorflow as tf File "/Users/nicksonmbwavi/anaconda3/envs/mypython3/lib/python3.6/site-packages/tensorflow/__init__.py", line 22, in from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import File "/Users/nicksonmbwavi/anaconda3/envs/mypython3/lib/python3.6/site-packages/tensorflow/python/__init__.py", line 47,...

What runtime did you observe during your experiments?

@cydonia999 ,hello! how to use the GPU test model?Is it modified in the tiny_faces_model.py file? thank you

@cydonia999 ,Hello! Have you tested it with video? I'd like to consult you.

Hi @cydonia999, First, thank you for your work. I try to detect the face with resized image (`512x512x3`). I added the `cv2.resize` function to your code but the result was...

In this paper"finding tiny face", I find author use foveal structure to find small face, but in your project I can't find any code about context.

can you tell me how to draw the resnet101 network saved as pdf just as you given? Thank @cydonia999