tensorRT_Pro
tensorRT_Pro copied to clipboard
FallGCN
According to app_fall_recognize(), three models are used. auto pose_model_file = "sppe.FP32.trtmodel"; auto detector_model_file = "yolox_m.FP32.trtmodel"; auto gcn_model_file = "fall_bp.FP32.trtmodel"; We use pose model, human detection model and gcn model. The pose model and the person detection model can be obtained and used, but the gcn model cannot be found. It would be appreciated if you could tell us which model the gcn model can refer to. If you have a pre-trained model, I would be very grateful if you could share it.