xiaobingchan / action_recogniteLinks
基于lightopenpose的跌倒、运动动作训练与识别
☆36Updated 3 years ago
Alternatives and similar repositories for action_recognite
Users that are interested in action_recognite are comparing it to the libraries listed below
Sorting:
- openpose fall detect☆114Updated 2 years ago
- 用yoloV3进行人的侦测,再用SPPE(Alphapose)进行骨架提取,再用连续30帧的ST-GCN进行行为识别。站立、走路、跌倒行为识别,在https://github.com/GajuuzZ/Human-Falling-Detect-Tracks的./models里…☆70Updated 4 years ago
- YOLOv7-POSE was used for key point detection, Bytetrack for tracking, and Stgan for fall and other behavior recognition☆76Updated 2 years ago
- The combination of face identification and action recognition for fall detection (ICT Journal)☆49Updated 3 weeks ago
- 根据openpose人体姿态的摔倒检测☆12Updated 4 years ago
- YOLO-POSE was used for key point detection, Bytetrack for tracking, and STGCN for fall and other behavior recognition☆44Updated 2 years ago
- 根据CNN学习识别人体姿态和动作☆36Updated 2 years ago
- yolov5人体检测+openpose姿态检测 实现摔倒检测☆271Updated 3 years ago
- 使用opencv3的DNN模型加载官方训练好的pose.caffemodel快速实现人体姿态估计。☆21Updated 4 years ago
- AlphaPose_yolovx include yolov3, yolov4, yolov5.☆71Updated 3 years ago
- Here I integrated the YOLOv5 object detection algorithm with my own created dataset which consists of human activity images to achieve lo…