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

[Feature] add DeciWatch for 10x efficiency improvement #1326

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

add deciwatch

e113069
Select commit
Failed to load commit list.
Open

[Feature] add DeciWatch for 10x efficiency improvement #1326

add deciwatch
e113069
Select commit
Failed to load commit list.
Codecov / codecov/patch failed Nov 12, 2023 in 1s

17.39% of diff hit (target 84.10%)

View this Pull Request on Codecov

17.39% of diff hit (target 84.10%)

Annotations

Check warning on line 29 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L26-L29

Added lines #L26 - L29 were not covered by tests

Check warning on line 31 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L31

Added line #L31 was not covered by tests

Check warning on line 34 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 39 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L38-L39

Added lines #L38 - L39 were not covered by tests

Check warning on line 43 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L42-L43

Added lines #L42 - L43 were not covered by tests

Check warning on line 46 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 52 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L50-L52

Added lines #L50 - L52 were not covered by tests

Check warning on line 54 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L54

Added line #L54 was not covered by tests

Check warning on line 56 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L56

Added line #L56 was not covered by tests

Check warning on line 133 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L127-L133

Added lines #L127 - L133 were not covered by tests

Check warning on line 148 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L146-L148

Added lines #L146 - L148 were not covered by tests

Check warning on line 151 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L151

Added line #L151 was not covered by tests

Check warning on line 154 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L154

Added line #L154 was not covered by tests

Check warning on line 157 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L157

Added line #L157 was not covered by tests

Check warning on line 162 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L159-L162

Added lines #L159 - L162 were not covered by tests

Check warning on line 165 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L164-L165

Added lines #L164 - L165 were not covered by tests

Check warning on line 171 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L171

Added line #L171 was not covered by tests

Check warning on line 175 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L175

Added line #L175 was not covered by tests

Check warning on line 177 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L177

Added line #L177 was not covered by tests

Check warning on line 183 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L180-L183

Added lines #L180 - L183 were not covered by tests

Check warning on line 187 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L186-L187

Added lines #L186 - L187 were not covered by tests

Check warning on line 191 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L190-L191

Added lines #L190 - L191 were not covered by tests

Check warning on line 196 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L195-L196

Added lines #L195 - L196 were not covered by tests

Check warning on line 246 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L244-L246

Added lines #L244 - L246 were not covered by tests

Check warning on line 248 in mmpose/core/post_processing/temporal_filters/deciwatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mmpose/core/post_processing/temporal_filters/deciwatch.py#L248

Added line #L248 was not covered by tests