Skip to content

Implementing a solution for fall detection in videos, with specific emphasis on detecting falls accurately and minimizing false positives.

Notifications You must be signed in to change notification settings

kanis777/Yavar_hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yavar_hackathon

Yavar Internship Selection Assignment

For hugging face OWL-ViT use

token = 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

Problem Statement

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.

Libraries/Algorithms Used

Python Streamlit YOLO Mediapipe OWL-ViT Scikit-learn

Input

Offline video files in mp4 format containing scenes where fall detection needs to be performed.

Person detection with YOLO

Person Predicted

Pose detection with mediapipe

Pose detected

fall detection with OWL-ViT

Fall detected

USER INTERFACE

Link to Video

Evaluation Criteria

  • 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.

Metrics

Usage

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/yavar-internship-assignment.git```

About

Implementing a solution for fall detection in videos, with specific emphasis on detecting falls accurately and minimizing false positives.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages