IOT elderly fall detector

The purpose of this report investigates and implement different state-of-the-art deep learning network models for the elderly fall detector CCTV. We will be using 2 models to detect the humans pose estimation in the CCTV video. The first model that we will be using is a pretrain faster RCNN model w...

وصف كامل

محفوظ في:
التفاصيل البيبلوغرافية
المؤلف الرئيسي: Yang, Dorwin Junwen
مؤلفون آخرون: Dusit Niyato
التنسيق: Final Year Project
اللغة:English
منشور في: Nanyang Technological University 2022
الموضوعات:
الوصول للمادة أونلاين:https://hdl.handle.net/10356/162670
الوسوم: إضافة وسم
لا توجد وسوم, كن أول من يضع وسما على هذه التسجيلة!
المؤسسة: Nanyang Technological University
اللغة: English
الوصف
الملخص:The purpose of this report investigates and implement different state-of-the-art deep learning network models for the elderly fall detector CCTV. We will be using 2 models to detect the humans pose estimation in the CCTV video. The first model that we will be using is a pretrain faster RCNN model which is a deep convolutional neural network used for object detection. This model is developed by a group of Microsoft Research. The faster RCNN model can identify the locations of different objects precisely and quickly. We will be using this model to detect the human object in the CCTV camera. The second model that we will be using is Resnet 50 which was develop in 2015 by Kaiming He et al from MS research team. This model won the ImageNet competition in 2015. This model proves that very deep network layer can work too. In this project, we will use the transfer learning method with the backbone of pretrain Resnet50 model to train the data and use heatmap to predict the pose estimation of human joints using the COCO dataset annotation of 17 human joints key point.