All Projects → dzungvpham → fall-detection-two-stream-cnn

dzungvpham / fall-detection-two-stream-cnn

Licence: GPL-3.0 license
Real-time fall detection using two-stream convolutional neural net (CNN) with Motion History Image (MHI)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to fall-detection-two-stream-cnn

serverless-full-stack-apps-azure-sql
Full stack solution using Javascript, Azure Static Web Apps, Azure Function, Azure SQL Database and a microservice architecture to monitor in real-time public transportation data, create a geofence and send notification when geofence is activated
Stars: ✭ 72 (+46.94%)
Mutual labels:  real-time
pyrfa
Open sourced Python API for Refinitiv (Thomson Reuters) Enterprise Platform.
Stars: ✭ 49 (+0%)
Mutual labels:  real-time
Werk
High-throughput / low-latency C++ application framework
Stars: ✭ 30 (-38.78%)
Mutual labels:  real-time
OceanFFT
OpenGL Demo: Simulating Ocean Waves with FFT
Stars: ✭ 60 (+22.45%)
Mutual labels:  real-time
analog
🔎 Flexible web-based real-time log viewer
Stars: ✭ 15 (-69.39%)
Mutual labels:  real-time
GradCAM and GuidedGradCAM tf2
Implementation of GradCAM & Guided GradCAM with Tensorflow 2.x
Stars: ✭ 16 (-67.35%)
Mutual labels:  keras-tensorflow
intrinio-realtime-python-sdk
Intrinio Python SDK for Real-Time Stock Prices
Stars: ✭ 79 (+61.22%)
Mutual labels:  real-time
Real-Time-Violence-Detection-in-Video-
No description or website provided.
Stars: ✭ 54 (+10.2%)
Mutual labels:  keras-tensorflow
artml
ARTML- Real time learning
Stars: ✭ 20 (-59.18%)
Mutual labels:  real-time
IPRadar2
Real-time detection and defense against malicious network activity and policy violations (exploits, port-scanners, advertising, telemetry, state surveillance, etc.)
Stars: ✭ 20 (-59.18%)
Mutual labels:  real-time
rt-mrcnn
Real time instance segmentation with Mask R-CNN, live from webcam feed.
Stars: ✭ 47 (-4.08%)
Mutual labels:  real-time
Tracking-with-darkflow
Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
Stars: ✭ 522 (+965.31%)
Mutual labels:  real-time
keras tfrecord
Extending Keras to support tfrecord dataset
Stars: ✭ 61 (+24.49%)
Mutual labels:  keras-tensorflow
level10
Phoenix LiveView multiplayer card game
Stars: ✭ 51 (+4.08%)
Mutual labels:  real-time
Channelize-iOS-Chat-SDK-Sample
Open-source JavaScript SDK to enable Real-time Messaging
Stars: ✭ 30 (-38.78%)
Mutual labels:  real-time
mangosta-android
MongooseIM client for Android
Stars: ✭ 31 (-36.73%)
Mutual labels:  real-time
VideoRecognition-realtime-autotrainer-alerts
State of the art object detection in real-time using YOLOV3 algorithm. Augmented with a process that allows easy training of the classifier as a plug & play solution . Provides alert if an item in an alert list is detected.
Stars: ✭ 36 (-26.53%)
Mutual labels:  real-time
tf-faster-rcnn
Tensorflow 2 Faster-RCNN implementation from scratch supporting to the batch processing with MobileNetV2 and VGG16 backbones
Stars: ✭ 88 (+79.59%)
Mutual labels:  keras-tensorflow
deep-action-detection
Multi-stream CNN architectures for action detection with actor-centric filtering
Stars: ✭ 24 (-51.02%)
Mutual labels:  two-stream-cnn
concurrent-video-analytic-pipeline-optimization-sample-l
Create a concurrent video analysis pipeline featuring multistream face and human pose detection, vehicle attribute detection, and the ability to encode multiple videos to local storage in a single stream.
Stars: ✭ 39 (-20.41%)
Mutual labels:  real-time

fall-detection-two-stream-cnn

Real-time fall detection using two-stream convolutional neural net (CNN) with Motion History Image (MHI)

This repository contains code for a real-time fall detection model using two-stream CNN. The optical flow stream is replaced with Motion History Image (MHI) to allow for real-time inference. The utils.py file contains utility code for generating the data, the train_model.py file creates and trains the model, and the fall_detection.py file contains code that runs the model with the weight in the weights folder either on the FDD dataset, a video, or your webcam. More detailed description of the model architecture, performance, as well as demo footage/pictures to come in the near future. Achieved fairly good cross-validated error rate on a subset of data generated. Currently working on acquiring more data and refining data generation technique.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].