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

pose detection base on yolov7

Results 16 yolov7-pose issues
Sort by recently updated
recently updated
newest added

how to get yolov7-w6-pose-sim-yolo.onnx? we only have yolov7-w6-pose.onnx from yolov7-w6-pose.pt.

hi, I've met some problems during the trtexec processing, there's something wrong with the ONNX parsing ![image](https://user-images.githubusercontent.com/11624459/198911679-bc72f0d2-95c3-47c1-a13c-74f379878895.png) ![image](https://user-images.githubusercontent.com/11624459/198911618-a71aa444-4291-45f9-affd-f22276350926.png) I'm using TensorRT 8.2.4, do you have any suggestions, thank you!

您好,我看到您的代码中转onnx的部分似乎并未提及nms,但是我在实际测试自己的权重时在export onnx的时候如果加上export nms会产生许多问题导致onnx不能正常导出,请问您有遇到过相关问题或者有相应的解决方案吗

Hi, I use your code to infer on the Jetson platform and run: CHECK(cudaMemcpyAsync(output, buffers[outputIndex], output_size * sizeof(float), cudaMemcpyDeviceToHost, stream)); This line reported an error: Error Code 1: Cuda Runtime...

@nanmi thanks for the code. how ever i have some question. 1. Do i need to reparameterization? 2. Do i need to do onnxsim to get the yolov7-w6-pose-sim.onnx?

Hi @nanmi, thanks for your code! I has trained a yolov7-tiny-pose model and do the reparameterization. I used the pt model to do the detection and the result is correct....

fatal: ambiguous argument 'main..origin/master': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' github: Command 'git rev-list...

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