trancongman276 / yolov7-pose

Pose Detection based on YoloV7 deployed on ONNXRuntime
23 stars 4 forks source link

Where is your 【yolov7-w6-pose-nms.onnx】? #1

Closed Eomerdon closed 1 year ago

Eomerdon commented 2 years ago

Hi, guys, I have read your 【README.md】, but it's really disappointed that I can't download the yolov7-w6-pose-nms.onnx.

so, where is it? Can you give it to me? Thank you very much.

And I also saw 【./weights/yolov7-w6-pose-nms.onnx】in your code 【run.py】 but I didn't see 【./weights】 path in your master branch.

trancongman276 commented 2 years ago

Hi, sorry for the late reply. I've just checked the link above, it's apparently still available for me. Please check again. The ./weights/yolov7-w6-pose-nms.onnx is the path you save the weight. You can change it directly or add it as an arguments when you run the script: python run.py --input_path input.jpg --output_path results --model_path <your_weight_path>. Thank you.

Eomerdon commented 1 year ago

Later, I have successfully downloaded your yolov7-w6-pose-nms.onnx. Thank you for the reply. @trancongman276