Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inference with TRT Engine file on Videos/webcam #14

Open
JJLimmm opened this issue Jan 19, 2023 · 2 comments
Open

Inference with TRT Engine file on Videos/webcam #14

JJLimmm opened this issue Jan 19, 2023 · 2 comments

Comments

@JJLimmm
Copy link

JJLimmm commented Jan 19, 2023

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

@tuteming
Copy link

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.

@lixinye666
Copy link

r u success?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants