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

fix: fall detection debug info #309

Merged
merged 13 commits into from
Feb 13, 2021
Merged

fix: fall detection debug info #309

merged 13 commits into from
Feb 13, 2021

Conversation

ivelin
Copy link
Collaborator

@ivelin ivelin commented Feb 10, 2021

No description provided.

@commit-lint
Copy link

commit-lint bot commented Feb 10, 2021

Bug Fixes

  • fall detection debug info (d497374)
  • dall detection debug logging (f06f218)
  • test coverage and linting (0ff1007)
  • merge with upstream master (4ec3a60)
  • codefactor alerts (d12c999)

Chore

Build System

Tests

Contributors

ivelin, semantic-release-bot

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@pep8speaks
Copy link

pep8speaks commented Feb 10, 2021

Hello @ivelin! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 73:77: W291 trailing whitespace
Line 77:75: W291 trailing whitespace
Line 79:63: W291 trailing whitespace
Line 172:80: E501 line too long (83 > 79 characters)
Line 177:11: E111 indentation is not a multiple of four
Line 178:11: E111 indentation is not a multiple of four
Line 178:80: E501 line too long (85 > 79 characters)
Line 203:80: E501 line too long (124 > 79 characters)
Line 206:13: E124 closing bracket does not match visual indentation
Line 365:80: E501 line too long (87 > 79 characters)
Line 369:80: E501 line too long (132 > 79 characters)
Line 379:80: E501 line too long (80 > 79 characters)

Line 169:80: E501 line too long (80 > 79 characters)
Line 170:21: E265 block comment should start with '# '
Line 172:34: E231 missing whitespace after ','
Line 181:80: E501 line too long (84 > 79 characters)
Line 184:80: E501 line too long (143 > 79 characters)

Line 14:25: W291 trailing whitespace
Line 59:80: E501 line too long (85 > 79 characters)

Comment last updated at 2021-02-13 05:41:57 UTC

@codecov
Copy link

codecov bot commented Feb 10, 2021

Codecov Report

Merging #309 (7dfa188) into master (636e417) will increase coverage by 0.13%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #309      +/-   ##
==========================================
+ Coverage   94.30%   94.44%   +0.13%     
==========================================
  Files          23       23              
  Lines        2179     2197      +18     
==========================================
+ Hits         2055     2075      +20     
+ Misses        124      122       -2     
Impacted Files Coverage Δ
src/ambianic/logger.py 100.00% <ø> (ø)
src/ambianic/pipeline/ai/fall_detect.py 97.15% <100.00%> (+1.48%) ⬆️
src/ambianic/pipeline/ai/pose_engine.py 97.93% <100.00%> (+0.34%) ⬆️
src/ambianic/pipeline/avsource/picam.py 93.15% <100.00%> (+0.29%) ⬆️
src/ambianic/server.py 99.06% <100.00%> (-0.01%) ⬇️
src/ambianic/pipeline/interpreter.py 94.83% <0.00%> (-0.74%) ⬇️
src/ambianic/pipeline/timeline.py 65.33% <0.00%> (+1.33%) ⬆️

@lgtm-com
Copy link

lgtm-com bot commented Feb 10, 2021

This pull request fixes 1 alert when merging d497374 into 89037de - view on LGTM.com

fixed alerts:

  • 1 for Unused import

## [1.10.4](v1.10.3...v1.10.4) (2021-02-10)

### Bug Fixes

* fall detection confidence_threshold propagation ([08609a7](08609a7)), closes [ambianic#307](https://github.com/ivelin/ambianic-edge/issues/307)
* fall detection debug info ([d497374](d497374))
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ ivelin
❌ semantic-release-bot
You have signed the CLA already but the status is still pending? Let us recheck it.

@lgtm-com
Copy link

lgtm-com bot commented Feb 10, 2021

This pull request fixes 1 alert when merging caee112 into 89037de - view on LGTM.com

fixed alerts:

  • 1 for Unused import

@lgtm-com
Copy link

lgtm-com bot commented Feb 10, 2021

This pull request fixes 1 alert when merging c5b9b9a into 89037de - view on LGTM.com

fixed alerts:

  • 1 for Unused import

@pull-request-size pull-request-size bot added size/L and removed size/M labels Feb 10, 2021
@lgtm-com
Copy link

lgtm-com bot commented Feb 10, 2021

This pull request fixes 2 alerts when merging 04413d2 into 89037de - view on LGTM.com

fixed alerts:

  • 2 for Unused import

## [1.10.5](v1.10.4...v1.10.5) (2021-02-10)

### Bug Fixes

* dall detection debug logging ([f06f218](f06f218))
@lgtm-com
Copy link

lgtm-com bot commented Feb 10, 2021

This pull request fixes 2 alerts when merging 810c5a8 into 89037de - view on LGTM.com

fixed alerts:

  • 2 for Unused import

@ivelin ivelin marked this pull request as draft February 10, 2021 19:35
@lgtm-com
Copy link

lgtm-com bot commented Feb 13, 2021

LGTM pull request analysis was skipped for 810c5a8 by ivelin. Analysis of future commits will happen as normal.

@lgtm-com
Copy link

lgtm-com bot commented Feb 13, 2021

This pull request introduces 1 alert and fixes 5 when merging d12c999 into 636e417 - view on LGTM.com

new alerts:

  • 1 for Unused local variable

fixed alerts:

  • 5 for Unused import

semantic-release-bot and others added 3 commits February 13, 2021 05:20
# [1.11.0](v1.10.5...v1.11.0) (2021-02-13)

### Bug Fixes

* codefactor alerts ([d12c999](d12c999))
* merge with upstream master ([4ec3a60](4ec3a60))
* test coverage and linting ([0ff1007](0ff1007))

### Features

* introduced single sourcing for edge version ([27541d5](27541d5)), closes [ambianic#308](https://github.com/ivelin/ambianic-edge/issues/308)
* Introduced single sourcing for edge version ([c2d122b](c2d122b))
@lgtm-com
Copy link

lgtm-com bot commented Feb 13, 2021

This pull request introduces 1 alert and fixes 5 when merging bc0d2f6 into 636e417 - view on LGTM.com

new alerts:

  • 1 for Unused local variable

fixed alerts:

  • 5 for Unused import

@lgtm-com
Copy link

lgtm-com bot commented Feb 13, 2021

This pull request introduces 1 alert and fixes 5 when merging 2cedbcd into 636e417 - view on LGTM.com

new alerts:

  • 1 for Unused local variable

fixed alerts:

  • 5 for Unused import

@ivelin ivelin marked this pull request as ready for review February 13, 2021 06:09
@ivelin ivelin merged commit 7762752 into ambianic:master Feb 13, 2021
github-actions bot pushed a commit that referenced this pull request Feb 13, 2021
## [1.14.1](v1.14.0...v1.14.1) (2021-02-13)

### Bug Fixes

* codefactor alerts ([d12c999](d12c999))
* dall detection debug logging ([f06f218](f06f218))
* fall detection debug info ([d497374](d497374))
* improve fall detection debug info ([7762752](7762752)), closes [#309](#309)
* merge with upstream master ([4ec3a60](4ec3a60))
* test coverage and linting ([0ff1007](0ff1007))
@github-actions
Copy link

🎉 This PR is included in version 1.14.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

github-actions bot pushed a commit to ivelin/ambianic-edge that referenced this pull request May 17, 2021
## [1.11.1](v1.11.0...v1.11.1) (2021-05-17)

### Bug Fixes

* build and publish python API docs ([2091c54](2091c54)), closes [ambianic#342](https://github.com/ivelin/ambianic-edge/issues/342)
* improve fall detection debug info ([7762752](7762752)), closes [ambianic#309](https://github.com/ivelin/ambianic-edge/issues/309)
* json serialization redundancy issue in store.py; closes [ambianic#337](https://github.com/ivelin/ambianic-edge/issues/337); closes [ambianic#300](https://github.com/ivelin/ambianic-edge/issues/300) ([bb8d20a](bb8d20a)), closes [ambianic#339](https://github.com/ivelin/ambianic-edge/issues/339)
* revert [ambianic#314](https://github.com/ivelin/ambianic-edge/issues/314); see [ambianic#330](https://github.com/ivelin/ambianic-edge/issues/330) for details; separate inference output formatting for each detection model; closes [ambianic#254](https://github.com/ivelin/ambianic-edge/issues/254)" ([ee79c40](ee79c40)), closes [ambianic#329](https://github.com/ivelin/ambianic-edge/issues/329)
* separate inference output formatting for each detection model; [issues [ambianic#330](https://github.com/ivelin/ambianic-edge/issues/330), [ambianic#254](https://github.com/ivelin/ambianic-edge/issues/254)] ([b83e4f8](b83e4f8)), closes [ambianic#332](https://github.com/ivelin/ambianic-edge/issues/332)
* separate inference output formatting for each detection model; closes [ambianic#254](https://github.com/ivelin/ambianic-edge/issues/254) ([8768c17](8768c17)), closes [ambianic#314](https://github.com/ivelin/ambianic-edge/issues/314)
* temporary solution to manage yaml.dump() encoding issue; closes [ambianic#330](https://github.com/ivelin/ambianic-edge/issues/330) ([db4b00a](db4b00a)), closes [ambianic#333](https://github.com/ivelin/ambianic-edge/issues/333)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants