ambianic / fall-detection

Python ML library for people fall detection
Apache License 2.0
83 stars 16 forks source link

feat: python package publish #30

Closed bhavikapanara closed 2 years ago

commit-lint[bot] commented 2 years ago

Documentation

Bug Fixes

Contributors

ivelin, bhavikapanara

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
review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

codecov[bot] commented 2 years ago

Codecov Report

Merging #30 (f25d8f6) into main (da8953d) will increase coverage by 3.01%. The diff coverage is 91.82%.

:exclamation: Current head f25d8f6 differs from pull request most recent head 21d1093. Consider uploading reports for the commit 21d1093 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
+ Coverage   89.06%   92.07%   +3.01%     
==========================================
  Files          10       14       +4     
  Lines         869     1275     +406     
==========================================
+ Hits          774     1174     +400     
- Misses         95      101       +6     
Impacted Files Coverage Δ
fall_prediction.py 100.00% <ø> (ø)
src/pipeline/inference.py 88.00% <ø> (-0.24%) :arrow_down:
src/setup.py 0.00% <0.00%> (ø)
tests/pipeline/test_fall_detect_posenet.py 100.00% <ø> (ø)
src/pipeline/pose_engine.py 65.65% <38.00%> (-23.41%) :arrow_down:
src/pipeline/pose_base.py 91.83% <91.83%> (ø)
src/pipeline/movenet_model.py 97.05% <97.05%> (ø)
src/pipeline/fall_detect.py 98.62% <100.00%> (+10.09%) :arrow_up:
src/pipeline/posenet_model.py 100.00% <100.00%> (ø)
tests/pipeline/test_fall_detect_movenet.py 100.00% <100.00%> (ø)
... and 2 more