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 Distance-IoU and Complete IoU #12

Merged
merged 4 commits into from
Feb 25, 2020
Merged

feat: Added Distance-IoU and Complete IoU #12

merged 4 commits into from
Feb 25, 2020

Conversation

frgfm
Copy link
Owner

@frgfm frgfm commented Feb 25, 2020

This PR aims at:

  • introducing the ops module
  • adding implementations of distance iou and complete iou losses
  • adding corresponding tests
  • adding corresponding docs

@frgfm frgfm added topic: documentation Improvements or additions to documentation module: ops Related to ops labels Feb 25, 2020
@frgfm frgfm added this to the 0.1.0 milestone Feb 25, 2020
@frgfm frgfm self-assigned this Feb 25, 2020
@codecov
Copy link

codecov bot commented Feb 25, 2020

Codecov Report

Merging #12 into master will increase coverage by 2.47%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   51.85%   54.32%   +2.47%     
==========================================
  Files          15       17       +2     
  Lines         702      740      +38     
==========================================
+ Hits          364      402      +38     
  Misses        338      338
Impacted Files Coverage Δ
holocron/ops/boxes.py 100% <100%> (ø)
holocron/ops/__init__.py 100% <100%> (ø)

@frgfm frgfm merged commit 52af95a into master Feb 25, 2020
@frgfm frgfm deleted the ops-module branch February 25, 2020 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: ops Related to ops topic: documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant