HumanFallDetection icon indicating copy to clipboard operation
HumanFallDetection copied to clipboard

does output save when the people fall down

Open Jolyne-Joestar opened this issue 2 years ago • 2 comments

i want to save a file with when people fall down or fall warning to run some data analysis

Jolyne-Joestar avatar Mar 18 '23 02:03 Jolyne-Joestar

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!

taufeeque9 avatar Mar 20 '23 16:03 taufeeque9

Is it added out of curiosity?

willswordh avatar Jun 22 '23 16:06 willswordh