ambianic / fall-detection

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

feat: add video samples to notebook #22

Closed bhavikapanara closed 3 years ago

bhavikapanara commented 3 years ago

Added human fall video samples to the existing notebook. Here is the link to access the notebook. link

commit-lint[bot] commented 3 years ago

Features

Contributors

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 3 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

codecov[bot] commented 3 years ago

Codecov Report

Merging #22 (db3d7c2) into main (b84a92d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  Coverage   92.29%   92.29%           
=======================================
  Files          14       14           
  Lines        1272     1272           
=======================================
  Hits         1174     1174           
  Misses         98       98           
review-notebook-app[bot] commented 3 years ago

View / edit / reply to this conversation on ReviewNB

ivelin commented on 2021-09-02T16:27:13Z ----------------------------------------------------------------

bhavikapanara This is great, but it only shows the output of movenet. Please make this a comparison matrix with original, movenet and posenet as you did with the image samples.


_ivelin commented on 2021-09-08T18:38:40Z_ ----------------------------------------------------------------

@bhavikapanara Thank you for adding all important frames in the videos with before and after poses. Can you please print the confidence scores for keypoints under each detection frame as you did for the individual photos in this notebook.

Thank you!