google-research/mint

How to transfer .npy file to video

loserZhang opened this issue · 15 comments

Thanks for your fancy work. I run evaluator.py file and the output file is .npy. Could you please give me some suggestions about transferring the output file to video?

You would need to convert it to fbx suppose you want to use Blender to render out the animation.

Yes, is there any way to convert it to fbx? thanks.

Yes, is there any way to convert it to fbx? thanks.

I also want a way to convert it to fbx. Is there a way to solve it?

You can use our bvh converter: https://github.com/google-research/mint/blob/main/tools/bvh_writer.py to convert the npy file into a bvh file. bvh is a format for motion caption. You can import the bvh file into Blender. Then transfer the motion onto your rigged character, then render it as images.

You can use our bvh converter: https://github.com/google-research/mint/blob/main/tools/bvh_writer.py to convert the npy file into a bvh file. bvh is a format for motion caption. You can import the bvh file into Blender. Then transfer the motion onto your rigged character, then render it as images.

Thank you so much.

You would need to convert it to fbx suppose you want to use Blender to render out the animation.

You can use our bvh converter: https://github.com/google-research/mint/blob/main/tools/bvh_writer.py to convert the npy file into a bvh file. bvh is a format for motion caption. You can import the bvh file into Blender. Then transfer the motion onto your rigged character, then render it as images.

Thank you so much

Thank you so much

Hi.
Did you success to transfer the file?
Where can I get the 'skeleton_csv_filename'?
Thanks!

You would need to get the skeleton_csv_filename from the SMPL skeleton, I forgot to release it and now I'm no longer with Google.

@jason870509 Hi, do you solve this problem?

@jason870509 Hi, do you solve this problem?

No, I still can't solve it. But if you only want to demo your .npy motion, maybe you can refer
https://github.com/yanch2116/CharacterDriven-BlenderAddon

Thank you @jason870509 ! I also met with this "npy -> vbh" problem.

@jason870509 Hi, do you solve this problem?

No, I still can't solve it. But if you only want to demo your .npy motion, maybe you can refer https://github.com/yanch2116/CharacterDriven-BlenderAddon

Thank you.

Did anyone solved the problem?

@jason870509 Hi, do you solve this problem?

No, I still can't solve it. But if you only want to demo your .npy motion, maybe you can refer https://github.com/yanch2116/CharacterDriven-BlenderAddon

how npy file use this?

how npy file use this?

It appears that the author is no longer maintaining and has removed this project. Perhaps you should seek alternative ways to solve this issue.