hacunamatada

Results 2 issues of hacunamatada

YoloV7's trt engine is created input image size(640,640). i want to resize input image's width and height.(for example,(608,608)) what i have to do?

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...