yolov7-pose icon indicating copy to clipboard operation
yolov7-pose copied to clipboard

Inference with TRT Engine file on Videos/webcam

Open JJLimmm opened this issue 2 years ago • 2 comments

Hello all @nanmi , Has anyone know how to perform inference on a video file using the trt engine file?

JJLimmm avatar Jan 19 '23 09:01 JJLimmm

for Inference with TRT Engine file on Videos/webcam, you must rewrite yolov7_pose.cpp to a yolov7_pose.dll yolov7_pose.lib yolov7_pose.h and your program (xxx.cpp ) must include yolov7_pose.lib yolov7_pose.h to compile, finally, xxx.exe + yolov7_pose.dll + some cude dll +some trt +some opencv, just OK.

tuteming avatar Apr 29 '23 05:04 tuteming

r u success?

lixinye666 avatar Aug 17 '23 06:08 lixinye666