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

Add SSN losses. #52

Merged
merged 22 commits into from
Aug 1, 2020
Merged

Add SSN losses. #52

merged 22 commits into from
Aug 1, 2020

Conversation

JackyTown
Copy link
Contributor

@JackyTown JackyTown commented Jul 24, 2020

This PR adds SSN losses which contain OHEMHingeLoss, activity_loss, completeness_loss, classwise_regression_loss.

@codecov
Copy link

codecov bot commented Jul 24, 2020

Codecov Report

Merging #52 into master will increase coverage by 0.42%.
The diff coverage is 93.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   84.90%   85.32%   +0.42%     
==========================================
  Files          73       75       +2     
  Lines        3889     4083     +194     
  Branches      632      652      +20     
==========================================
+ Hits         3302     3484     +182     
- Misses        485      493       +8     
- Partials      102      106       +4     
Flag Coverage Δ
#unittests 85.32% <93.20%> (+0.42%) ⬆️

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

Impacted Files Coverage Δ
mmaction/datasets/pipelines/__init__.py 100.00% <ø> (ø)
mmaction/models/__init__.py 100.00% <ø> (ø)
mmaction/models/losses/ohem_hinge_loss.py 75.75% <75.75%> (ø)
mmaction/datasets/pipelines/formating.py 93.85% <85.71%> (+0.34%) ⬆️
mmaction/datasets/rawframe_dataset.py 87.36% <95.23%> (+2.00%) ⬆️
mmaction/datasets/pipelines/loading.py 93.79% <96.62%> (+0.70%) ⬆️
mmaction/models/losses/ssn_loss.py 98.14% <98.14%> (ø)
mmaction/models/losses/__init__.py 100.00% <100.00%> (ø)
... and 1 more

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 97b768e...6138bda. Read the comment docs.

@innerlee innerlee requested a review from JoannaLXY July 24, 2020 15:50
@innerlee innerlee merged commit 42c06ec into open-mmlab:master Aug 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants