caizhongang / SMPLer-X

Official Code for "SMPLer-X: Scaling Up Expressive Human Pose and Shape Estimation"
https://caizhongang.github.io/projects/SMPLer-X/
Other
1.02k stars 73 forks source link

Custom Data #28

Open SWWdz opened 1 year ago

SWWdz commented 1 year ago

Thanks for your nice work! I have some data that are different from these datasets format in your project. Can I run this model in my own data? How could I do this? If you can give me some advice, I will be thankful!

caizhongang commented 11 months ago

Hi @SWWdz , you may run the inference pipeline on your own data. As for fine-tuning, you will have to convert the data format to humandata.

SWWdz commented 11 months ago

I just have images and mask, and these images and masks include too many people(maybe 60). And my images's resolution is 1920x1080. Can I also use this model in my datasets to do inference?