People's fall detection is a critical concern due to its potentially life-threatening consequences, especially in environments such as staircases, escalators, and steps. The assignment requires implementing a solution for fall detection in videos, with specific emphasis on detecting falls accurately and minimizing false positives.
Offline video files in mp4 format containing scenes where fall detection needs to be performed.
- High Accuracy: The model should accurately detect falls in the video sequences.
- Minimal False Positives: The solution should minimize false positive detections to avoid unnecessary alarms.
-
Clone the repository to your local machine:
git clone https://github.com/your-username/yavar-internship-assignment.git```