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

Dev 1.x #2515

Merged
merged 52 commits into from
Jul 4, 2023

[Refactor] Remove webcam API (#2511)

2ab56bc
Select commit
Loading
Failed to load commit list.
Merged

Dev 1.x #2515

[Refactor] Remove webcam API (#2511)
2ab56bc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 4, 2023 in 1s

81.17% (-0.82%) compared to 93119ae

View this Pull Request on Codecov

81.17% (-0.82%) compared to 93119ae

Details

Codecov Report

Patch coverage: 61.17% and project coverage change: -0.82 ⚠️

Comparison is base (93119ae) 81.99% compared to head (2ab56bc) 81.17%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2515      +/-   ##
==========================================
- Coverage   81.99%   81.17%   -0.82%     
==========================================
  Files         232      226       -6     
  Lines       13638    13963     +325     
  Branches     2319     2415      +96     
==========================================
+ Hits        11183    11335     +152     
- Misses       1919     2013      +94     
- Partials      536      615      +79     
Impacted Files Coverage Δ
mmpose/codecs/__init__.py 100.00% <ø> (ø)
mmpose/codecs/image_pose_lifting.py 85.13% <ø> (ø)
mmpose/codecs/regression_label.py 87.09% <ø> (ø)
mmpose/codecs/video_pose_lifting.py 81.69% <ø> (ø)
mmpose/datasets/datasets/__init__.py 100.00% <ø> (ø)
mmpose/datasets/datasets/animal/__init__.py 100.00% <ø> (ø)
.../datasets/datasets/animal/animalkingdom_dataset.py 100.00% <ø> (ø)
mmpose/datasets/datasets/base/__init__.py 100.00% <ø> (ø)
...mpose/datasets/datasets/base/base_mocap_dataset.py 77.21% <ø> (ø)
mmpose/datasets/datasets/body/__init__.py 100.00% <ø> (ø)
... and 48 more

... and 5 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.