PIFu
PIFu copied to clipboard
Why Use render img over original image?
I have see that in paper you are trying to convert img to 3d model. So the img should be real img (camera clicked)
SO why is Pifu using a rendered img for training?
https://github.com/shunsukesaito/PIFu/blob/02a6d8643d3267d06cb4a510b30a59e7e07255de/apps/render_data.py#L193 https://github.com/shunsukesaito/PIFu/blob/02a6d8643d3267d06cb4a510b30a59e7e07255de/apps/render_data.py#L194 https://github.com/shunsukesaito/PIFu/blob/02a6d8643d3267d06cb4a510b30a59e7e07255de/apps/render_data.py#L243
Why dont we just train using the original jpg img? Can't we just resize it ?
Well. PIFu is trained on textured meshes, so you need to render them somehow. If of course you do have the raw data used for generating those you could train on the actual images.