Mayank Kumar

Results 31 comments of Mayank Kumar

@xiangyann how do I do that on google colab ?

@anilkunchalaece did find a way to get `'trans'` parametres for `vibe_output.pkl` ?

Hi @mc-escobar11 . the pretrained weights can be found in the download section on https://smpl-x.is.tue.mpg.de/ .

Hey @MehdiGhorb can you please tell me how you used text conditioning while training ?

Nevermind. found it in the readme.

i want to know the same @nghorbani

I meant the output of the original OpenPose is a json file with 2d keypoints which look something like this: ```python { "version": 1.3, "people": [ { "person_id": [ -1...

So if I pass the `poses` from https://github.com/patrickvonplaten/controlnet_aux/blob/master/src/controlnet_aux/open_pose/__init__.py#L220 to that function, I should be able to get the json right ? UPDATE: I tried it and it kinda works. However,...