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

Squashed changes with YoloNASPose & Loss #1512

Merged

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    238e41c View commit details
    Browse the repository at this point in the history
  2. Cleanup leftovers

    BloodAxe committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    efeb4ef View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

    BloodAxe committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    88cef73 View commit details
    Browse the repository at this point in the history
  3. :attr -> :param

    BloodAxe committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a29f58a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c797100 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b1b9ee View commit details
    Browse the repository at this point in the history
  6. Improved tests

    BloodAxe committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0d00668 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a445917 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f388fcc View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/feature/SG-1060-yolo-nas-pose-re…

    …lease' into feature/SG-1060-yolo-nas-pose-release
    BloodAxe committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    5b24d06 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    a7c97ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b84817d View commit details
    Browse the repository at this point in the history
  3. KeypointsRemoveSmallObjects

    BloodAxe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    4a21438 View commit details
    Browse the repository at this point in the history
  4. KeypointsRemoveSmallObjects

    BloodAxe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    53ecb3e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Merge branch 'master' into feature/SG-1060-yolo-nas-pose-release

    # Conflicts:
    #	src/super_gradients/recipes/dataset_params/coco_pose_estimation_dataset_params.yaml
    BloodAxe committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    577804c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Feature/sg 1060 yolo nas pose release pr to add datasets and metric (#…

    …1506)
    
    * Cherry pick changes to post-prediction, visualization and metric
    
    * Remove unwanted references to new datasets
    
    * Remove YoloNASPoseCollateFN
    
    * Fixed unit test
    
    * Improve clarify of bbox format by giving it more explicit name and added a bunch of docstrings
    
    * Improve variable names
    BloodAxe committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    fd41b71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81091b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1284be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d01377 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Remove print statement

    BloodAxe committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3ed26ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    359dcf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    928da84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e540e5 View commit details
    Browse the repository at this point in the history
  5. Added docstrings

    BloodAxe committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8dc7647 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e23800 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15cef48 View commit details
    Browse the repository at this point in the history
  8. _insert_heads_list_params

    BloodAxe committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    295b0c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge master

    shaydeci authored and BloodAxe committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0474536 View commit details
    Browse the repository at this point in the history
  2. Added tests

    BloodAxe committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    94a15fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74ea314 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

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

    BloodAxe committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    408b5d0 View commit details
    Browse the repository at this point in the history
  3. Improved docstrings

    BloodAxe committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e8b3f18 View commit details
    Browse the repository at this point in the history
  4. Improved docstrings

    BloodAxe committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b2ff5e9 View commit details
    Browse the repository at this point in the history
  5. Improved docstrings

    BloodAxe committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    90bca43 View commit details
    Browse the repository at this point in the history
  6. Improved docstrings

    BloodAxe committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    84aa12b View commit details
    Browse the repository at this point in the history
  7. Rename bboxes -> bboxes_xyxy

    BloodAxe committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    fe00d56 View commit details
    Browse the repository at this point in the history
  8. Fixed instructions text

    BloodAxe committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    632d62d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11d3eb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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