PIFu icon indicating copy to clipboard operation
PIFu copied to clipboard

Some questions about dataset format and color model training

Open sparshgarg23 opened this issue 2 years ago • 2 comments

Hi, Thanks for open sourcing the work.I am looking into the method and would like to apply it to a custom dataset. Based on the csv files in PiFUHD and the colab example,I am assuming that this should be the following format of the data

Train
Model_person_1
.obj file
model_person_1.jpg
Model person_1_pose_1
.obj file
model_person_1_pose_1.jpg
Model_person_2
contains an obj file and jog file

TEST
Same format as train

Second question,Let's say I have already created the model using Blender and I would like to use PiFU to just estimate the texture of the clothes,as such can I achieve this by executing train_color_model.py If yes,for evaluation what steps should be followed,because in the current demo script supports both model construction and transfer color.

sparshgarg23 avatar Jul 23 '22 06:07 sparshgarg23

Hi, How did you get the model texture in blender exactly like texture in pifu? my models have multiple textures for clothes, eyes, shoes, etc.

ArefMYTB avatar Jul 25 '22 11:07 ArefMYTB

Aref I am actually relying on manual hand crafted UV maps,normals and speculation maps.You can look at the tex file inside dennis_obj to get a better understanding of how to organize the dataset

One such file inside that tex folder looks like this rp_dennis_posed_004_dif_2k Sorry I am not able to give any more concrete answers as my understanding is still a bit shaky

sparshgarg23 avatar Jul 25 '22 11:07 sparshgarg23