spmallick / learnopencv

Learn OpenCV : C++ and Python Examples
https://www.learnopencv.com/
20.8k stars 11.53k forks source link

OpenPose-Multi-Person #167

Open cdebadri opened 5 years ago

cdebadri commented 5 years ago

Thank You, for the great work! I have a question. In OpenPose Multi-Person, the image whose keypoints are to be detected is scaled to width 368. Can I use other images of any size without resizing?

vikasgupta-github commented 5 years ago

Yes, you can use other image sizes. The processing time will take a hit in that case.