tuteming
tuteming
both in trt7(ok) and trt8(nothing result), in yolo.cpp, I use outputTensor.gridSize = (m_InputH / 32) * pow(2, _n_yolo_ind); outputTensor.grid_h = (m_InputH / 32) * pow(2, _n_yolo_ind); outputTensor.grid_w = (m_InputW /...
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...
I am use yolov8s-pose-p6.engine, its size (1280, 1280), if image is (1280, 1280), it work fine. But my image size is (1280, 720), the output can not detect any keypoints....
Thanks 從我的iPhone傳送triple Mu ***@***.***> 於 2024年3月1日 晚上11:09 寫道: I am use yolov8s-pose-p6.engine, its size (1280, 1280), if image is (1280, 1280), it work fine. But my image size is (1280,...
Thanks從我的iPhone傳送saim212 ***@***.***> 於 2024年3月4日 下午3:32 寫道: Thanks 從我的iPhone傳送triple Mu @.> 於 2024年3月1日 晚上11:09 寫道: I am use yolov8s-pose-p6.engine, its size (1280, 1280), if image is (1280, 1280), it work fine....