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

[FEATURE] Support YOLOv6 3.0 inference #744

Merged
merged 3 commits into from
Apr 25, 2023

Commits on Apr 20, 2023

  1. [FEATURE] Support YOLOv6 3.0 inference

    * add CSPSPPFBottleneck module for YOLOv6 3.0 backbone
    
    * add BiFusion module, YOLOv6RepBiPAFPN module for YOLOv6 3.0 neck
    
    * modify YOLOv6HeadModule to support YOLOv6 3.0 head
    
    * add a yolov6v3 l/m/s/t/n conifgs
    Qingrenn committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    d8faff9 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. [Fix] Modify YOLOv6 3.0 neck

    * Modify YOLOv6RepBiPAFPN
    
    * Add unit tests
    Qingrenn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    a2ad032 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. [Fix] Modify configs

    * Rename yolov6_v3 configs
    
    * Fix a bug in building BiFusion Module
    
    * Add a checkpoint convert script
    Qingrenn committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    46bfc12 View commit details
    Browse the repository at this point in the history