Git Product home page Git Product logo

Comments (6)

yinguobing avatar yinguobing commented on August 27, 2024

I have no experiences in this kind of project but, you might want to checkout this post:
https://medium.com/neuromation-blog/neuronuggets-understanding-human-poses-in-real-time-b73cb74b3818

from facial-landmark-detection-hrnet.

soans1994 avatar soans1994 commented on August 27, 2024

thank you. yes i have to use pose estimation methods for detecting multi faces.
I want to ask how to train images of 96x96 faces and heatmap labels on 256x256 input network size.
Currently I use 96x96 image and its heatmap labelsl with same size 96x96x1 network input and it can predict only 1 face of output size 96x96x15, where 15 maps are 15 keypoints.
In your case the input image is larger than the face size. How can i do it?

please help me

from facial-landmark-detection-hrnet.

yinguobing avatar yinguobing commented on August 27, 2024

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.

from facial-landmark-detection-hrnet.

soans1994 avatar soans1994 commented on August 27, 2024

oh i see,
so you use the face bonding box information from your dataset and crop and feed if for training? all iamges are same size after crop? and what about the network input size and output size?

thank you

from facial-landmark-detection-hrnet.

soans1994 avatar soans1994 commented on August 27, 2024

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.

from facial-landmark-detection-hrnet.

yinguobing avatar yinguobing commented on August 27, 2024

Exactly! You can find some details in the preprocessing module:
https://github.com/yinguobing/facial-landmark-detection-hrnet/blob/master/preprocessing.py

from facial-landmark-detection-hrnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.