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

Face Recognition ROS and bug fixes #219

Merged
merged 7 commits into from
Feb 11, 2022

Commits on Feb 9, 2022

  1. This commit contains:

    1. face_recognition.py script and perception README.md update
    2. updated benchmarking_demo.py to correctly measure GPU memory allocation
    3. Added torch setting in model_mobilenet.py for faster CPU inference
    4. Sped up utils.py pair generation script
    5. Fixed a minor bug in face_recognition_learner.py
    Pavlos-Tosidis committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    7a93d7c View commit details
    Browse the repository at this point in the history
  2. This commit contains:

    1. face_recognition.py script and perception README.md update
    2. updated benchmarking_demo.py to correctly measure GPU memory allocation
    3. Added torch setting in model_mobilenet.py for faster CPU inference
    4. Sped up utils.py pair generation script
    5. Fixed a minor bug in face_recognition_learner.py
    6. Added create_new flag on face_recognition_learner.fit_reference()
    Pavlos-Tosidis committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    65d0f47 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

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

Commits on Feb 11, 2022

  1. Update docs/reference/face-recognition.md

    Co-authored-by: Nikolaos Passalis <passalis@users.noreply.github.com>
    Pavlos-Tosidis and passalis committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    5c95fc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e766991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e647e4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1833bc1 View commit details
    Browse the repository at this point in the history