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

Integretion of YoloV5 as possible pose estimation model #4

Open
wants to merge 45 commits into
base: main_refactor
Choose a base branch
from

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    fe16019 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a21d08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eac91a View commit details
    Browse the repository at this point in the history
  4. tests with different patch sizes, transformation matrices apparently …

    …not optimizing anymore
    phanfeld committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3fc6e02 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. perspective_grid function: copy transformation matrix coefficients di…

    …fferently to hopefully keep gradient
    phanfeld committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    313593f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    394d45e View commit details
    Browse the repository at this point in the history
  3. got rid of additional tampering with the transformation coefficients …

    …and transfered function inside patch_placement
    phanfeld committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    524dde9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    332eaa5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf3c417 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. adapted example settings.yaml to include configurable patch size, ada…

    …pted range for inital random initialization of position
    phanfeld committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    73b6f59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e8522c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    30ffda7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c55bd48 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    72dc77f View commit details
    Browse the repository at this point in the history
  2. merge complete

    phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cd2a312 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c19fa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abd20a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    423ea55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b94c776 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4aa9d12 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c67c94d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64ee315 View commit details
    Browse the repository at this point in the history
  10. change to generate many patches in parallel

    --edits for merge--
    natalieh235 authored and phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8f9d856 View commit details
    Browse the repository at this point in the history
  11. changes

    --edit for merge--
    natalieh235 authored and phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4a35611 View commit details
    Browse the repository at this point in the history
  12. patches

    --edit for merge--
    natalieh235 authored and phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9e8a9fa View commit details
    Browse the repository at this point in the history
  13. start yolo

    --edit for merge--
    natalieh235 authored and phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    540217c View commit details
    Browse the repository at this point in the history
  14. testing

    natalieh235 authored and phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d9bb577 View commit details
    Browse the repository at this point in the history
  15. camera testing

    natalieh235 authored and phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b7211e8 View commit details
    Browse the repository at this point in the history
  16. yolo testing

    natalieh235 authored and phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e3d0e3b View commit details
    Browse the repository at this point in the history
  17. model to test

    natalieh235 authored and phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b3f0160 View commit details
    Browse the repository at this point in the history
  18. remove yolo

    natalieh235 authored and phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    53e755e View commit details
    Browse the repository at this point in the history
  19. fix

    natalieh235 authored and phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    87ff3a8 View commit details
    Browse the repository at this point in the history
  20. changes

    natalieh235 authored and phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    84d2eda View commit details
    Browse the repository at this point in the history
  21. ignore logs

    --edit for merge--
    natalieh235 authored and phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5460658 View commit details
    Browse the repository at this point in the history
  22. generate and test yolo patches

    --edit for merge--
    natalieh235 authored and phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5650ced View commit details
    Browse the repository at this point in the history
  23. diffusion model

    --edit for merge--
    natalieh235 authored and phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    db66032 View commit details
    Browse the repository at this point in the history
  24. documentation

    natalieh235 authored and phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7a11439 View commit details
    Browse the repository at this point in the history
  25. Update NATALIE_README.md

    natalieh235 authored and phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cc348f7 View commit details
    Browse the repository at this point in the history
  26. tests and adaptations for dataset creation on hemera

    --edit for merge--
    phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a4e67ed View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    be1a908 View commit details
    Browse the repository at this point in the history
  28. deleted yaml files

    phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e284d7d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8db2ebb View commit details
    Browse the repository at this point in the history
  30. updated gitignore

    phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f336f78 View commit details
    Browse the repository at this point in the history
  31. additional clean up

    phanfeld committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4779fff View commit details
    Browse the repository at this point in the history