-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
feat: add resnet50 posenet model for fall detection #341
Conversation
ContributorsCommit-Lint commandsYou can trigger Commit-Lint actions by commenting on this PR:
|
Hello @bhavikapanara! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
|
This pull request introduces 6 alerts when merging 53674b8 into 885861f - view on LGTM.com new alerts:
|
Codecov Report
@@ Coverage Diff @@
## master #341 +/- ##
==========================================
- Coverage 94.56% 94.27% -0.29%
==========================================
Files 23 26 +3
Lines 2228 2622 +394
==========================================
+ Hits 2107 2472 +365
- Misses 121 150 +29
|
This pull request introduces 6 alerts when merging 912c447 into 885861f - view on LGTM.com new alerts:
|
Closes ambianic/fall-detection#5 |
@bhavikapanara is this PR still active? |
Purpose
Improved Resnet50 posenet model used for fall prediction.
Approach
Resnet50 model is more accurate than MobileNet. It will help to boost fall detection accuracy.
Merge Checklist