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

[Improvement] Return features during inference #458

Merged
merged 8 commits into from Dec 24, 2020

Conversation

dreamerlin
Copy link
Collaborator

No description provided.

@dreamerlin dreamerlin linked an issue Dec 18, 2020 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Dec 18, 2020

Codecov Report

Merging #458 (af09aec) into master (777546f) will increase coverage by 0.08%.
The diff coverage is 92.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #458      +/-   ##
==========================================
+ Coverage   84.65%   84.73%   +0.08%     
==========================================
  Files         118      120       +2     
  Lines        8348     8407      +59     
  Branches     1365     1373       +8     
==========================================
+ Hits         7067     7124      +57     
- Misses        933      935       +2     
  Partials      348      348              
Flag Coverage Δ
unittests 84.72% <92.72%> (+0.08%) ⬆️

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

Impacted Files Coverage Δ
mmaction/apis/inference.py 80.95% <84.61%> (-0.87%) ⬇️
mmaction/core/hooks/output.py 94.87% <94.87%> (ø)
mmaction/core/__init__.py 100.00% <100.00%> (ø)
mmaction/core/hooks/__init__.py 100.00% <100.00%> (ø)
mmaction/core/evaluation/accuracy.py 93.18% <0.00%> (+0.90%) ⬆️
...maction/models/roi_extractors/single_straight3d.py 84.90% <0.00%> (+3.08%) ⬆️

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 777546f...af09aec. Read the comment docs.

@dreamerlin
Copy link
Collaborator Author

This PR should be merged after #459

@innerlee innerlee requested a review from SuX97 December 19, 2020 03:55
mmaction/apis/inference.py Outdated Show resolved Hide resolved
mmaction/apis/inference.py Outdated Show resolved Hide resolved
@dreamerlin dreamerlin marked this pull request as ready for review December 22, 2020 15:25
docs/changelog.md Outdated Show resolved Hide resolved
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.

How to get features from slowfastnet model
3 participants