RizwanMunawar / yolov7-pose-estimation

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

Can I resize video before model(image)? #17

Closed asdzxc0474 closed 1 year ago

RizwanMunawar commented 1 year ago

@asdzxc0474! Yes, you can but make sure that its aspect ratio does not change. Otherwise code will not work fine.

asdzxc0474 commented 1 year ago

OK! Thanks, Code run perfectly after use same aspect ratio to resize my video data.