simpleig / Geo-PIFu

This repository is the official implementation of Geo-PIFu: Geometry and Pixel Aligned Implicit Functions for Single-view Human Reconstruction.
112 stars 17 forks source link

Creating data for TrainDataset.py from render_mesh.py #20

Closed LazerLikeFocus closed 3 years ago

LazerLikeFocus commented 3 years ago

I am training GeoPIFu with the Deephuman Dataset (same as the author).

The training data required for TrainDataset.py is OBJ, RENDER, MASK, PARAM, UV_RENDER, UV_MASK, UV_NORMAL, and UV_POS.

And render_mesh.py provides only few of them.

How are we supposed to get the other items ?

Are we supposed to use the PIFu github to get these. And even if we train on PIFu code we dont have a texture map(UV) provided with the Deephuman Dataset. So, do we need to create textures from UVTextureConverter.UVConverter.create_texture() and then use PIFu github code to get the above ?

Sry for the doubts. I am new to all this.