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

Yolo skeleton code #49

Open
wants to merge 67 commits into
base: main
Choose a base branch
from
Open

Yolo skeleton code #49

wants to merge 67 commits into from

Commits on Jul 31, 2023

  1. upload yolov7 human tracker

    Nathan903 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d04cbc3 View commit details
    Browse the repository at this point in the history
  2. Update readme.md

    Nathan903 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f4cb412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6eac873 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. added default options

    so command line opt is no longer required to run model
    
    also cleaned up some confusing variable names
    Nathan903 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5bbe882 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    848af70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b354b3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9989390 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a54bf7b View commit details
    Browse the repository at this point in the history
  6. added example_usage.py

    Nathan903 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4fe1df7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f23b58c View commit details
    Browse the repository at this point in the history
  8. changed movenet to yolov7

    Nathan903 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c2198ba View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Removing globals in human detection (#50)

    * remove all globals
    
    * moved all constants to yaml file
    
    * fixed typo and added ApproachState
    Nathan903 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b80b886 View commit details
    Browse the repository at this point in the history
  2. Update example_usage.py

    Nathan903 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    bea1006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    375b5f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b2e80e View commit details
    Browse the repository at this point in the history
  5. Update readme.md

    Nathan903 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    5d111a4 View commit details
    Browse the repository at this point in the history
  6. Update readme.md

    Nathan903 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    9d385e6 View commit details
    Browse the repository at this point in the history
  7. fixed global var error

    Nathan903 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c41c628 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82ed90f View commit details
    Browse the repository at this point in the history
  9. change movenet to yolov7

    Nathan903 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    87883b2 View commit details
    Browse the repository at this point in the history
  10. remove extra dependencies

    Nathan903 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    91b4ef9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. import vision_msgs

    Nathan903 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3f4ff4e View commit details
    Browse the repository at this point in the history
  2. Update human_detection_node.py

    untested
    Nathan903 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    488226b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Update readme.md

    Nathan903 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4469eac View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    25aeb7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b287922 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    c173885 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c36dd05 View commit details
    Browse the repository at this point in the history
  3. d

    Nathan903 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b2fe592 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47f82d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e25e2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e98062 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eeeba2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2f3d38 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a70be90 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e301862 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    75f86b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9bd48b9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8f59051 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    167ab96 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f6fa749 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    932de36 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    15208f7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4c5dac2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1ec1cd7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    20ecff4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9fa7d5c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e718cbb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2eecd87 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0aefbd1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9bd5386 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3832096 View commit details
    Browse the repository at this point in the history
  27. a

    Nathan903 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1fa98bf View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    500d042 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b98d122 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. updated readme

    Nathan903 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    04f42b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd1566c View commit details
    Browse the repository at this point in the history
  3. remove old code

    Nathan903 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    91b5e36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    021c5b4 View commit details
    Browse the repository at this point in the history
  5. change import to relative

    Nathan903 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    3409a8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9a6fba View commit details
    Browse the repository at this point in the history
  7. Update yolov7.py

    Nathan903 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    921e834 View commit details
    Browse the repository at this point in the history
  8. Update yolov7.py

    Nathan903 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    54d9f54 View commit details
    Browse the repository at this point in the history
  9. Update yolov7.py

    Nathan903 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    85f114a View commit details
    Browse the repository at this point in the history
  10. Update google_utils.py

    Nathan903 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    178419f View commit details
    Browse the repository at this point in the history
  11. new launch file

    nickoenig37 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b2c6e0c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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