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] Support MultiSports dataset #2280

Merged
merged 3 commits into from Jun 14, 2023
Merged

Conversation

cir7
Copy link
Collaborator

@cir7 cir7 commented Mar 9, 2023

Motivation

[Feat] Support MultiSports dataset

@codecov
Copy link

codecov bot commented Mar 15, 2023

Codecov Report

Patch coverage: 65.36% and project coverage change: +0.18 🎉

Comparison is base (58d87b4) 77.05% compared to head (434de6b) 77.23%.

❗ Current head 434de6b differs from pull request most recent head 31d6d7a. Consider uploading reports for the commit 31d6d7a to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           dev-1.x    #2280      +/-   ##
===========================================
+ Coverage    77.05%   77.23%   +0.18%     
===========================================
  Files          159      161       +2     
  Lines        12598    13172     +574     
  Branches      2116     2266     +150     
===========================================
+ Hits          9707    10174     +467     
- Misses        2388     2449      +61     
- Partials       503      549      +46     
Flag Coverage Δ
unittests 77.23% <65.36%> (+0.18%) ⬆️

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

Impacted Files Coverage Δ
mmaction/models/recognizers/base.py 70.32% <14.28%> (-8.16%) ⬇️
mmaction/utils/misc.py 65.15% <26.92%> (-24.85%) ⬇️
mmaction/models/recognizers/recognizer2d.py 74.57% <45.45%> (-0.43%) ⬇️
...maction/evaluation/functional/multisports_utils.py 63.81% <63.81%> (ø)
mmaction/datasets/transforms/loading.py 81.31% <93.33%> (+0.13%) ⬆️
mmaction/evaluation/metrics/multisports_metric.py 98.00% <98.00%> (ø)
mmaction/datasets/ava_dataset.py 86.46% <100.00%> (+0.47%) ⬆️
mmaction/evaluation/functional/__init__.py 100.00% <100.00%> (ø)
mmaction/evaluation/metrics/__init__.py 100.00% <100.00%> (ø)
mmaction/utils/__init__.py 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

cir7 added 3 commits June 14, 2023 15:23
add readme

fix ut

add ut

add ut for multisports dateaset

fix bug

refine parse_anno

add readme

add ut

adjust multisport config structure

fix lint

fix metafile

refine comments

refine config

fix config

[Fix] fix config and decord loading

add label map

add videowriter

update ut

undo modify by mistake

use more strict clip_grad
@cir7 cir7 merged commit 1dc3a9a into open-mmlab:dev-1.x Jun 14, 2023
10 of 13 checks passed
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.

None yet

3 participants