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

Refactor darknet backbone as separate modules #33

Merged
merged 27 commits into from
Jan 27, 2021
Merged

Conversation

zhiqwang
Copy link
Owner

@zhiqwang zhiqwang commented Jan 14, 2021

Fixes #41

  • Refactor DarkNet
  • Refactor BackboneWithPAN
  • Refactor PathAggregationNetwork
  • Modify checkpoint update scripts
  • Cleanup hubconf and layers loading

@codecov
Copy link

codecov bot commented Jan 14, 2021

Codecov Report

Merging #33 (424ddb2) into master (d3a4bff) will increase coverage by 0.14%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   70.62%   70.77%   +0.14%     
==========================================
  Files           8        8              
  Lines         606      609       +3     
==========================================
+ Hits          428      431       +3     
  Misses        178      178              
Flag Coverage Δ
unittests 70.77% <100.00%> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
test/test_models.py 93.10% <100.00%> (+0.14%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d3a4bff...424ddb2. Read the comment docs.

@zhiqwang zhiqwang added the enhancement New feature or request label Jan 14, 2021
@zhiqwang zhiqwang merged commit 378a5c9 into master Jan 27, 2021
@zhiqwang zhiqwang deleted the refactor_backbone branch January 27, 2021 13:01
@zhiqwang zhiqwang added the API Library use interface label Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Library use interface enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor darknet backbone
1 participant