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

Jupyter Notebook on Fall Detection data #25

Open
ivelin opened this issue Sep 10, 2021 · 0 comments
Open

Jupyter Notebook on Fall Detection data #25

ivelin opened this issue Sep 10, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ivelin
Copy link

ivelin commented Sep 10, 2021

Is your feature request related to a problem? Please describe.
We currently have a notebook that shows how PoseNet and MoveNet perform on various fall data.
https://github.com/ambianic/fall-detection/blob/main/MoveNet_Vs_PoseNet.ipynb

We also have a testsuite that establishes a baseline for fall detection performance.
https://github.com/ambianic/fall-detection/tree/main/tests

However we don't have an interactive representation of data samples which demonstrates the cases where fall detection is accurate and where it fails.

Describe the solution you'd like
It would be helpful to have an interactive notebook that provides examples of fall detection performance in the various cases of challenges that we've discovered and documented in this blog post:
https://blog.ambianic.ai/2021/09/02/movenet-vs-posenet-person-fall-detection.html

Respectively we should label each sample in the interactive data set as True/False in order to begin establishing best practices for fall detection labeling that other researches can use to contribute additional data training and test data. Ultimately the goal is to use the accumulated community contributed data for a new fall detection DNN classification model.

For each known category with challenges we should have around 10 examples with positive and negative labeled detections.

@ivelin ivelin added the enhancement New feature or request label Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants