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: Improved Darknet and YOLO flexibility #45

Merged
merged 7 commits into from
May 28, 2020
Merged

Conversation

frgfm
Copy link
Owner

@frgfm frgfm commented May 28, 2020

This PR adds user flexibility in Darknet and YOLO usage by:

  • adding the possibility to specify the normalization layer of Darknets
  • added backbone freezing option, which will also convert backbone BN to frozen BN

@frgfm frgfm added this to the 0.1.2 milestone May 28, 2020
@frgfm frgfm self-assigned this May 28, 2020
@codecov
Copy link

codecov bot commented May 28, 2020

Codecov Report

Merging #45 into master will decrease coverage by 0.04%.
The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
- Coverage   84.50%   84.46%   -0.05%     
==========================================
  Files          29       29              
  Lines        1407     1416       +9     
==========================================
+ Hits         1189     1196       +7     
- Misses        218      220       +2     
Impacted Files Coverage Δ
holocron/models/darknet.py 98.12% <93.10%> (-1.22%) ⬇️
holocron/models/detection/yolo.py 98.04% <100.00%> (+<0.01%) ⬆️

@frgfm frgfm merged commit 8717c83 into master May 28, 2020
@frgfm frgfm deleted the yolo-improvement branch May 28, 2020 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant