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

feat: Adds support of YOLOv4 detection model #78

Merged
merged 51 commits into from
Sep 2, 2020
Merged

feat: Adds support of YOLOv4 detection model #78

merged 51 commits into from
Sep 2, 2020

Conversation

frgfm
Copy link
Owner

@frgfm frgfm commented Aug 30, 2020

This PR extends detection model support to YOLOv4 by:

  • implementing YOLOv4 class
  • speeding up global average pooling for classification models
  • adding support of generalized IoU
  • updating Darknet models
  • updating unittests
  • updating documentation
  • updating readme

@frgfm frgfm added topic: documentation Improvements or additions to documentation type: enhancement New feature or request module: models ext: tests Related to test module: ops Related to ops labels Aug 30, 2020
@frgfm frgfm added this to the 0.1.3 milestone Aug 30, 2020
@frgfm frgfm self-assigned this Aug 30, 2020
@frgfm frgfm merged commit 5e54efa into master Sep 2, 2020
@frgfm frgfm deleted the yolov4 branch September 2, 2020 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ext: tests Related to test module: models module: ops Related to ops topic: documentation Improvements or additions to documentation type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant