mkocabas / VIBE

Official implementation of CVPR2020 paper "VIBE: Video Inference for Human Body Pose and Shape Estimation"
https://arxiv.org/abs/1912.05656
Other
2.86k stars 550 forks source link

Increase video resolution #242

Open jamalknight opened 2 years ago

jamalknight commented 2 years ago

If I would like to increase the capture area, can I use a higher resolution image? So instead of using a video resolution of 1280x720, can I record in HD (1920x1080) or 4K (3840x2160)?

I would imagine processing times would increase.

Or will the images be downsized to 1280x720 anyway and won't make much difference?