Giter VIP home page Giter VIP logo

tf-blazeface's People

Contributors

furkanom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

tf-blazeface's Issues

The the300w_lp dataset error

First of all, thank you for sharing your code :)

I have been trying to get the the300w_lp but it is giving errors using the way you call it. I also investigated what the error could be as in https://stackoverflow.com/questions/63532993/how-to-load-downloaded-image-dataset-the300w-lp-in-tensorflow, it only says here is a list of available TF datasets. It is like there is no TF dataset as the300w_lp.

Could you please elaborate?

I also tried to convert other datasets to train the network but, unsuccessful.

Low accuracy in inference

Hello
How are you?
I've trained a model for detecting 6 keypoints and face bounding box.
I used your project without any modification.
I tested the model on some images but it's accuracy is very poor.

image

image

Even for some images, it is impossible to detect the face bounding box.
Please let me know the reason.
Thanks

a bug in tf-blazeface/utils/data_utils.py

should the line 69 and 70 be swapped?

gt_boxes = generate_bboxes_from_landmarks(gt_landmarks)
gt_landmarks = filter_landmarks(gt_landmarks)

The bounding box should be the bbox of filtered landmarks rather than the whole 68 landmarks, is it?

Customize landmark detection

Hello
how are you?
Thanks for contributing this project.
I have a question.
Is it possible to detect more 6 points for landmark even if the Blazeface architecture is changed ?
Thanks.

I think there is a bug in function: calculate_actual_outputs

add the following line.
actual_deltas = tf.where(tf.expand_dims(pos_cond, -1), actual_deltas, tf.zeros_like(actual_deltas)).
for prior_boxes are not all zeros.
the clear zero action before bbox_utils.get_deltas_from_bboxes_and_landmarks was wasted.

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.