-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-face detection #17
Comments
I have no experiences in this kind of project but, you might want to checkout this post: |
thank you. yes i have to use pose estimation methods for detecting multi faces. please help me |
I guess this training process is similar to body key points detection, and this repo do not support that kind of training. The training images in this repo contains only a single sample, and the input image is naturally down sampled by the conv layers; while a bottom up approach may consists multiple. They are so different. |
oh i see, thank you |
you use some face detector to get the boudning box, crop and then feed to predcition network right? thats why you can use any resolution image while testing. |
Exactly! You can find some details in the preprocessing module: |
hello author,
Does this repo has multi-face keyoint detection support?
I want to ask wheter the COCO person dataset is specialized for multi-person?
i have trained a simple model using FCN for face keypoint regression. Can you please tell me how we can get heatmaps of muliple faces in the bottom-up approach. My current model takes input of 96x96x1 image and gives 96x96x15 size heatmaps for 15 keypoints. I trained my model using kaggle datset consisting of images with single face pre cropped to 96x96. Do i need the dataset with multiple faces? and do I need bouding box information or mask information too?
Please give me your advice
thank you
The text was updated successfully, but these errors were encountered: