You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commercial iOS fall detection app. Connects to a Polar H10 device for triaxial acceleromter and ECG signals. These signals are passed to a trained ResNet152 model using Tensorflow background processes for live inference.
A live fall detection application developed in Xcode, leveraging a Multi-Layer Perceptron model for real-time detection of falls utilising iPhone sensor data.
An iOS fall detection data collection system. It uses CoreMotion for retrieving accelerometer, magnetometer, and gyroscope sensors, and interfaces with a PolarH10 chest strap for ECG data using the Polar SDK.