yanchxx / MoPA

An Blender addon uses ROMP to extract human's 3D poses from image, video or webcam and drive your own 3D character.
MIT License
243 stars 50 forks source link

What is the role of server.py? #8

Closed littlejiumi closed 2 years ago

littlejiumi commented 2 years ago

Thanks for your wonderful work! I follow your instruction and run the beta.blender in Blender. But I don't run server.py yet. image

yanchxx commented 2 years ago

This is the default animation I used for testing. When you pass in data using server.py, you can see the characters in Blender change as the data is transferred, proving that the transfer is successful.

littlejiumi commented 2 years ago

Thanks. What specific steps are required to achieve this effect with my own .npy file? (How can I use my .npz to generate the .blend file as yours?)

yanchxx commented 2 years ago

I've updated it, so now if you want to use your own ROMP's .npz file, just replace the npz_path in server.py.

littlejiumi commented 2 years ago

Thank you so much!