Skip to content
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

Add face detection #524

Open
wants to merge 107 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    5018719 View commit details
    Browse the repository at this point in the history
  2. add face detection

    i-Still-Believe committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    7e74432 View commit details
    Browse the repository at this point in the history
  3. face part

    i-Still-Believe committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    027883e View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    i-Still-Believe committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    4aad1cb View commit details
    Browse the repository at this point in the history
  5. add face part

    i-Still-Believe committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    79279ce View commit details
    Browse the repository at this point in the history
  6. Delete pPose_nms.py

    i-Still-Believe committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    10c02a2 View commit details
    Browse the repository at this point in the history
  7. add face_write

    i-Still-Believe committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    688554c View commit details
    Browse the repository at this point in the history
  8. add face detection

    i-Still-Believe committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    db66a70 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Delete centerface.bin

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    2c02a69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac007f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3277af5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a89a024 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    539968b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c420fd7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9cc8988 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e85db7 View commit details
    Browse the repository at this point in the history
  9. Update pPose_nms.py

    combine face to json
    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    b32ec71 View commit details
    Browse the repository at this point in the history
  10. Update writer.py

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    cff1b33 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b9b920 View commit details
    Browse the repository at this point in the history
  12. Delete resfcn256.py

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    2d93ec0 View commit details
    Browse the repository at this point in the history
  13. Delete prnet.py

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    ad93d66 View commit details
    Browse the repository at this point in the history
  14. Delete centerface.py

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    7cfc278 View commit details
    Browse the repository at this point in the history
  15. Delete utils.py

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    e8d5a6a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1abff6e View commit details
    Browse the repository at this point in the history
  17. Delete render_app.py

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    fc2d7d8 View commit details
    Browse the repository at this point in the history
  18. Delete render.py

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    a12b33c View commit details
    Browse the repository at this point in the history
  19. Delete losses.py

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    fceb8cc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fd4e9ca View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1ad9a31 View commit details
    Browse the repository at this point in the history
  22. Delete cv_plot.py

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    9d6c8ae View commit details
    Browse the repository at this point in the history
  23. Delete BFM_UV.mat

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    bfed77c View commit details
    Browse the repository at this point in the history
  24. Delete face_ind.txt

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    2636d94 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    70aded0 View commit details
    Browse the repository at this point in the history
  26. Delete triangles.txt

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    3dd09eb View commit details
    Browse the repository at this point in the history
  27. Delete uv_kpt_ind.txt

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    90ed893 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7a19cd3 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f8247d7 View commit details
    Browse the repository at this point in the history
  30. Delete reid_utils.py

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    ee8ba2e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    3df5dda View commit details
    Browse the repository at this point in the history
  32. Delete base_idbase.py

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    3d78f9a View commit details
    Browse the repository at this point in the history
  33. Add files via upload

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    afeae48 View commit details
    Browse the repository at this point in the history
  34. Add files via upload

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    3c58b24 View commit details
    Browse the repository at this point in the history
  35. Add files via upload

    i-Still-Believe committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    bc78653 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Update pPose_nms.py

    i-Still-Believe committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    d186526 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6934a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Add files via upload

    i-Still-Believe committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    43a58e7 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    i-Still-Believe committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    9135ce0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93969bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e0ea84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    299a80f View commit details
    Browse the repository at this point in the history
  6. Update writer.py

    i-Still-Believe committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    41e1a48 View commit details
    Browse the repository at this point in the history
  7. Update pPose_nms.py

    i-Still-Believe committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    9407844 View commit details
    Browse the repository at this point in the history
  8. Update pPose_nms.py

    i-Still-Believe committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    1343d77 View commit details
    Browse the repository at this point in the history
  9. delete some parts

    i-Still-Believe committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    fa2975f View commit details
    Browse the repository at this point in the history
  10. delete some parts

    i-Still-Believe committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    75f00e5 View commit details
    Browse the repository at this point in the history
  11. delete some parts

    i-Still-Believe committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    ebaa7dd View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Update pPose_nms.py

    i-Still-Believe committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    5cae1f1 View commit details
    Browse the repository at this point in the history
  2. Update face.py

    i-Still-Believe committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    03568cf View commit details
    Browse the repository at this point in the history
  3. Update deform_conv.py

    i-Still-Believe committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    861c6c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Delete utils.py

    i-Still-Believe committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    333c6a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    748f7d8 View commit details
    Browse the repository at this point in the history
  3. Update face.py

    i-Still-Believe committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    f0e7ba4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2a59c0 View commit details
    Browse the repository at this point in the history
  5. Update face.py

    i-Still-Believe committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    2b7f0cc View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. Delete cv_plot.py

    i-Still-Believe committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    967d4f7 View commit details
    Browse the repository at this point in the history
  2. Delete BFM_UV.mat

    i-Still-Believe committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    03f912d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49f059b View commit details
    Browse the repository at this point in the history
  4. Delete reid_utils.py

    i-Still-Believe committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    691e4b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a5cb93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8740ae View commit details
    Browse the repository at this point in the history
  7. Update writer.py

    i-Still-Believe committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    baf3739 View commit details
    Browse the repository at this point in the history
  8. Update vis.py

    i-Still-Believe committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    91d3045 View commit details
    Browse the repository at this point in the history
  9. Update face.py

    i-Still-Believe committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    27d15e5 View commit details
    Browse the repository at this point in the history
  10. Update face.py

    i-Still-Believe committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    34f9fa7 View commit details
    Browse the repository at this point in the history
  11. update color

    i-Still-Believe committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    1022fd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Update writer.py

    i-Still-Believe committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    cc1cbae View commit details
    Browse the repository at this point in the history
  2. Update face.py

    i-Still-Believe committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    fffbede View commit details
    Browse the repository at this point in the history
  3. Update prnet.py

    i-Still-Believe committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    0a1d4f0 View commit details
    Browse the repository at this point in the history
  4. Update vis.py

    i-Still-Believe committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    f0c2951 View commit details
    Browse the repository at this point in the history
  5. Update vis.py

    i-Still-Believe committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3bb9893 View commit details
    Browse the repository at this point in the history
  6. Update vis.py

    i-Still-Believe committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    fbb1949 View commit details
    Browse the repository at this point in the history
  7. Update writer.py

    i-Still-Believe committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    9304c96 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Delete vis.py

    i-Still-Believe committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    5813022 View commit details
    Browse the repository at this point in the history
  2. Delete writer.py

    i-Still-Believe committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    4a657a9 View commit details
    Browse the repository at this point in the history
  3. Delete pPose_nms.py

    i-Still-Believe committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    8f5b956 View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    i-Still-Believe committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    096f367 View commit details
    Browse the repository at this point in the history
  5. Add files via upload

    i-Still-Believe committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    b701a60 View commit details
    Browse the repository at this point in the history
  6. update

    i-Still-Believe committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    d77d095 View commit details
    Browse the repository at this point in the history
  7. update poseNMS

    i-Still-Believe committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    d310123 View commit details
    Browse the repository at this point in the history
  8. back to older version

    i-Still-Believe committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    2407d78 View commit details
    Browse the repository at this point in the history
  9. fix bad commit

    i-Still-Believe committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    7945351 View commit details
    Browse the repository at this point in the history
  10. fix some bugs

    i-Still-Believe committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    856055a View commit details
    Browse the repository at this point in the history
  11. fix some bugs

    i-Still-Believe committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    97f8bef View commit details
    Browse the repository at this point in the history
  12. fix some bugs

    i-Still-Believe committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    53892cd View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. fix bugs

    Fang-Haoshu committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    b5402ba View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    cb38a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7dfc58 View commit details
    Browse the repository at this point in the history
  3. Update writer.py

    i-Still-Believe committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    1bf437a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. small update

    i-Still-Believe committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    249f896 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. update

    Fang-Haoshu committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    4fe7a30 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    ce34e79 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. add hand demo

    i-Still-Believe committed May 19, 2020
    Configuration menu
    Copy the full SHA
    815d3ec View commit details
    Browse the repository at this point in the history
  2. add hand detection!

    i-Still-Believe committed May 19, 2020
    Configuration menu
    Copy the full SHA
    570070d View commit details
    Browse the repository at this point in the history
  3. small updates

    i-Still-Believe committed May 19, 2020
    Configuration menu
    Copy the full SHA
    c636ba8 View commit details
    Browse the repository at this point in the history
  4. update

    i-Still-Believe committed May 19, 2020
    Configuration menu
    Copy the full SHA
    60dbea0 View commit details
    Browse the repository at this point in the history
  5. add hands detection!

    i-Still-Believe committed May 19, 2020
    Configuration menu
    Copy the full SHA
    d86362c View commit details
    Browse the repository at this point in the history
  6. small update

    i-Still-Believe committed May 19, 2020
    Configuration menu
    Copy the full SHA
    3f681b2 View commit details
    Browse the repository at this point in the history