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 implementation of YOLOv1 #23

Merged
merged 8 commits into from
May 2, 2020
Merged

feat: Added implementation of YOLOv1 #23

merged 8 commits into from
May 2, 2020

Conversation

frgfm
Copy link
Owner

@frgfm frgfm commented May 2, 2020

This PR aims at:

  • adding a first draft implementation of Darknet24 & YOLOv1
  • adding corresponding tests
  • adding corresponding documentation

@frgfm frgfm added module: models ext: tests Related to test labels May 2, 2020
@frgfm frgfm added this to the 0.1.0 milestone May 2, 2020
@frgfm frgfm self-assigned this May 2, 2020
@codecov
Copy link

codecov bot commented May 2, 2020

Codecov Report

Merging #23 into master will increase coverage by 2.78%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   65.76%   68.55%   +2.78%     
==========================================
  Files          21       21              
  Lines         926     1008      +82     
==========================================
+ Hits          609      691      +82     
  Misses        317      317              
Impacted Files Coverage Δ
holocron/models/darknet.py 100.00% <100.00%> (ø)
holocron/models/detection/yolo.py 100.00% <100.00%> (ø)

@frgfm frgfm merged commit 6bfbc42 into master May 2, 2020
@frgfm frgfm deleted the yolo-v1 branch May 2, 2020 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant