Skip to content

Code samples from work at DTI regarding fall detection of sensor devices that fall during a drive. Mostly simulation related code to protect IP

Notifications You must be signed in to change notification settings

makhas/Device-Fall-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Fall Detection of Mounted Devices in Transit

image

A successful data science platform requires consistent data collection, and often times the real world gets in the way of data collection. This is especially true when working with external hardware sensors for use cases in safety and insurance. External sensors do not always have access to IMU ports available in vehicles, and instead rely on measuring data like GPS, acceleration, and orientations from inbuilt sensors. This creates two independent reference frames, a real one of the car, and a measured one of the external sensors. Generally when a drive starts, a calculation is made to minimize the difference between these two reference frames, after which data collected generally becomes usable for analysis. However, if the device falls, then the previously calculated difference fails to adjust the measured reference frame to the real reference frame. This repo covers some of the methods and formats relevant to this problem of detecting a fall to allow for recalculated reference frames.

About

Code samples from work at DTI regarding fall detection of sensor devices that fall during a drive. Mostly simulation related code to protect IP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published