HumanFallDetection
HumanFallDetection copied to clipboard
does output save when the people fall down
i want to save a file with when people fall down or fall warning to run some data analysis
The library doesn't do this out of the box. You can fork the project and modify the algorithms.py script to save the predictions in a csv file. Line 278 of algorithms.py writes the prediction onto the output image. You can take the predictions from there to write it in your csv file.
Feel free to open a PR to add this feature!
Is it added out of curiosity?