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: Added first draft of YOLOv2 #22

Merged
merged 17 commits into from
May 1, 2020
Merged

feat: Added first draft of YOLOv2 #22

merged 17 commits into from
May 1, 2020

Conversation

frgfm
Copy link
Owner

@frgfm frgfm commented Apr 30, 2020

This PR aims at:

  • adding more flexibility in Darknet classification model
  • adding a first implementation of YOLOv2
  • adding corresponding tests
  • updating documentation

@frgfm frgfm added topic: documentation Improvements or additions to documentation module: models ext: tests Related to test labels Apr 30, 2020
@frgfm frgfm added this to the 0.1.0 milestone Apr 30, 2020
@frgfm frgfm self-assigned this Apr 30, 2020
@codecov
Copy link

codecov bot commented Apr 30, 2020

Codecov Report

Merging #22 into master will increase coverage by 4.61%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   61.15%   65.76%   +4.61%     
==========================================
  Files          19       21       +2     
  Lines         816      926     +110     
==========================================
+ Hits          499      609     +110     
  Misses        317      317              
Impacted Files Coverage Δ
holocron/models/__init__.py 100.00% <100.00%> (ø)
holocron/models/darknet.py 100.00% <100.00%> (ø)
holocron/models/detection/__init__.py 100.00% <100.00%> (ø)
holocron/models/detection/yolo.py 100.00% <100.00%> (ø)

@frgfm frgfm merged commit 814836a into master May 1, 2020
@frgfm frgfm deleted the yolo-draft branch May 1, 2020 15:13
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 topic: documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant