Coder Social home page Coder Social logo

Comments (6)

tirtile avatar tirtile commented on September 27, 2024

I was try to combine this model with onet in MTCNN to detect face and landmarks, it works well.

from faceboxes-tensorflow.

tenggyut avatar tenggyut commented on September 27, 2024

How to combine onet with faceboxes?use faceboxes's prediction as onet's input?

from faceboxes-tensorflow.

tirtile avatar tirtile commented on September 27, 2024

Yes. But, change it to a multi task network and retrain it may be better.

from faceboxes-tensorflow.

tenggyut avatar tenggyut commented on September 27, 2024

But the feature map generated by faceboxes is not reused, so may hurt the runtime efficiency?

Also, did you reproduce the performance described in the original paper?

from faceboxes-tensorflow.

tirtile avatar tirtile commented on September 27, 2024

Yep.
No, I haven't retrained yet.

from faceboxes-tensorflow.

TropComplique avatar TropComplique commented on September 27, 2024

Hi.
It is a good idea to use onet with FaceBoxes to detect facial landmarks.

But you could also train a simple keypoint detector by yourself.
Here is an example of training a simple and fast (~0.5 ms on GTX 1080) 5-keypoints detector:
https://github.com/TropComplique/wing-loss (it is not completely finished yet).
It is an implementation of this: https://arxiv.org/abs/1711.06753.

I believe that it will be hard to train FaceBoxes for keypoint prediction using multitask loss.
Because we will need a lot of training data:
images with a lot of face bounding boxes + keypoints for each face.
But we only have data like this:
images with only one face and keypoints for it. For example, CelebA dataset.
And this:
images with a lot of face bounding boxes only. For example, WIDER dataset.

And I believe onet is trained on face crops only. I mean, it sees only close face regions during training.

from faceboxes-tensorflow.

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.