microsoft / MeshTransformer

Research code for CVPR 2021 paper "End-to-End Human Pose and Mesh Reconstruction with Transformers"
https://arxiv.org/abs/2012.09760
MIT License
609 stars 94 forks source link

how to fine-tone your pre-train model using my data #44

Closed XiaokunSun closed 2 years ago

XiaokunSun commented 2 years ago

Hello,

Thank you for your wonderful work. It's really impressive.

let's cut to the chase, how to fine-tone your pre-train model using my data. Specifically, how to reorganize my data format (.png) to the following:

| |-- up3d
| | |-- trainval.img.tsv
| | |-- trainval.hw.tsv
| | |-- trainval.label.tsv | | |-- trainval.linelist.tsv

I would appreciate any and all help you can give!

Thanks.

kevinlin311tw commented 2 years ago

You can organize your data in any way you feel comfortable. The most important thing is to make sure you follow our example code to generate tsv files. You can find the example code here: https://github.com/microsoft/MeshTransformer/blob/main/metro/tools/tsv_demo_up3d.py