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

Implementation of : HIC-YOLOv5: Improved YOLOv5 for Small Object Detection #12264

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

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    e7e1cdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16fd02c View commit details
    Browse the repository at this point in the history
  3. handle GPU err on

    use_deterministic_algorithms
    aash1999 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    7eff0ef View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from aash1999/cbam-imp

    Done necessary code changes for implementing CBAM and Involution to yolov5.
    aash1999 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    b7715ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55ea408 View commit details
    Browse the repository at this point in the history
  6. readme update

    aash1999 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    02469f2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from aash1999/cbam-imp

    Added yolo5m-cbam-involution.yaml
    aash1999 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    a27e8d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1b1ab9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Update general.py

    refactoring to meet inline comment rules
    
    Signed-off-by: Aakash Singh <aakashsingh717@gmail.com>
    aash1999 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2ee59f6 View commit details
    Browse the repository at this point in the history
  2. Update common.py

    added few comments 
    
    Signed-off-by: Aakash Singh <aakashsingh717@gmail.com>
    aash1999 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    79112df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d46323 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from aash1999/cbam-imp

    adding hyp and model files as mentioned in paper
    aash1999 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f0b2ffc View commit details
    Browse the repository at this point in the history
  5. Delete models/yolo5m-cbam-involution.yaml

    Signed-off-by: Aakash Singh <aakashsingh717@gmail.com>
    aash1999 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1204c74 View commit details
    Browse the repository at this point in the history
  6. Update general.py

    removing trailing white space
    
    Signed-off-by: Aakash Singh <aakashsingh717@gmail.com>
    aash1999 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    947266a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Update yolov5s-cbam-involution.yaml

    Typo correction
    
    Signed-off-by: Aakash Singh <aakashsingh717@gmail.com>
    aash1999 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a56bf81 View commit details
    Browse the repository at this point in the history
  2. Update CITATION.cff

    Signed-off-by: Aakash Singh <aakashsingh717@gmail.com>
    aash1999 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    5208303 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccf2664 View commit details
    Browse the repository at this point in the history
  4. yapf formatting

    aash1999 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    16ed93a View commit details
    Browse the repository at this point in the history
  5. yapf formatting

    aash1999 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    11ddc58 View commit details
    Browse the repository at this point in the history
  6. Delete CITATION.cff

    Signed-off-by: Aakash Singh <aakashsingh717@gmail.com>
    aash1999 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    02bf256 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f85ade View commit details
    Browse the repository at this point in the history
  8. yapf reformat

    aash1999 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    8738c27 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0fd8fe3 View commit details
    Browse the repository at this point in the history
  10. typo correction

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

Commits on Oct 28, 2023

  1. Merge branch 'master' into master

    Signed-off-by: Aakash Singh <aakashsingh717@gmail.com>
    aash1999 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    ad78882 View commit details
    Browse the repository at this point in the history