yolov7-pose
yolov7-pose copied to clipboard
Inference with TRT Engine file on Videos/webcam
Hello all @nanmi , Has anyone know how to perform inference on a video file using the trt engine file?
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.
r u success?