yasaminjafarian / HDNet_TikTok

MIT License
337 stars 36 forks source link

Inference Demo #23

Closed lql1233 closed 2 years ago

lql1233 commented 3 years ago

Does the inference demo just use the tang datasets (pre-training model )instead of the HDNet model,So the reasoning effect is not very good?

yasaminjafarian commented 3 years ago

The pre-trained model provided is trained with RenderPeople data for the HDNet. Tang dataset is not used in our training.

lql1233 commented 3 years ago

提供的预训练模型使用 HDNet 的 RenderPeople 数据进行训练。我们的训练中不使用 Tang 数据集。

Thank you for your prompt reply. I would like to ask about how to generate preprocessing files for unlabeled data during training? I have downloaded the complete Tiktok dataset, but the preprocessed files (such as corr_mat.txt in the correspondences folder, similar to 0017634_0017637_i_r1_c1_r2_c2.txt and 0017634_0017637_i_limit.txt,), can provide the complete Tiktok dataset related training files Or preprocess the data code?

yasaminjafarian commented 3 years ago

You can see the information of these files in training data here. To get the *_i_r1_c1_r2_c2.txt I basically use nearest neighbours on the UV coordinate of each body part between the two frames to find the correspondences. Maybe in future we provide the training data or the data generation code but for now you can just use nearest neighbors to get the correspondences between two frames.

lql1233 commented 2 years ago

Thank you for your patience, the work is great!