Open breeze0011 opened 1 year ago
Hello! Could you please explain how exactly you are trying to open PKL files in Blender? PKL files do not contain meshes, but contain SMPL-X parameters. You can prepare your PKLs in a similar way to mine, for example by viewing their contents in Python using the Pickle library. If you have questions about the compatibility of SMPL-X parameters, there is a discussion here: https://github.com/SamsungLabs/DINAR/issues/5
Thank you for your reply. There were some issues with the results generated by SMPL-X myself before, and I have found the error.
Hey @breeze0011 what kind of errors were you facing ? I am getting these from smplifyx : https://github.com/vchoutas/smplify-x/issues/210
I met this problem too. When you use smplx, you need to pay attention to the folder. You can try put only one image in this folder.
Yeah. What's happening is if I put any image from any other dataset along with snapshot people, it somehow morphs the snapshot outputs as well. So you are saying if I use only images from same dataset, I shouldn't have any problems ?
Sorry, I don't know why this situation occurs. I think the images in this folder will affect each other during the generation process.
Hello, I tried to put the prepared data's PKL files into Blender to display the mesh, but I didn't succeed. If possible, could you upload the prepared data's mesh results generated by SMPL-X? I wonder whether the results generated by SMPL-X myself are correct.