RizwanMunawar / yolov7-pose-estimation

YOLOv7 Pose estimation using OpenCV, PyTorch
GNU General Public License v3.0
335 stars 77 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'yolov7-w6-pose.pt' #5

Closed Xeorox closed 1 year ago

Xeorox commented 1 year ago

Where should the pose estimation model be put for it to work ?

RizwanMunawar commented 1 year ago

@Xeorox you can download the weights file from link mentioned below. https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-w6-pose.pt

RizwanMunawar commented 1 year ago

I think the problem is solved, I am closing this issue. Feel free to open a new one, if you will face any problems.