Skip to content

Commit 5fb2c8f

Browse files
authored
Merge pull request #11 from Y-B-Class-Projects/update-readme
Update Readme
2 parents 619de64 + 43740aa commit 5fb2c8f

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ For the video analysis we used Nvidia's Tesla K80 GPU, the system analyzes the v
4040
- Clone this repository into your drive
4141
- Download the [YOLOv7-POSE](https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-w6-pose.pt "YOLOv7-POSE") model into `Human-Fall-Detection` directory.
4242
- Install all the requirements with `pip install -r requirements.txt`
43-
- Run main.py file
43+
- `video.py`: Run fall detection on videos file
44+
- `realtime.py`: Run real-time fall detection via webcam
4445

4546

4647
## Examples
@@ -54,8 +55,12 @@ These videos demonstrate how the model successfully and accurately recognizes hu
5455
![](https://github.com/bakshtb/Human-Fall-Detection/blob/master/fall_dataset/results/video_5_keypoint.gif)
5556
![](https://github.com/bakshtb/Human-Fall-Detection/blob/master/fall_dataset/results/video_6_keypoint.gif)
5657

58+
## Work in Progress
59+
- Currently implementing real-time fall detection logic
60+
- **Short Term**: Optimize the if-else-based model using a time-sliding window
61+
- **Long Term**: Integrate a time-series model (e.g., LSTM) for more accurate detection
62+
5763
## Possible Future Improvements
58-
Using a camera and RTSP protocol, our system may be upgraded to a real-time system.
5964

6065
In order to alert human falls and save lives, the real-time system may be deployed and implemented in nursing homes, hospitals, and senior living facilities.
6166

0 commit comments

Comments
 (0)