Arthur151 / ROMP

Monocular, One-stage, Regression of Multiple 3D People and their 3D positions & trajectories in camera & global coordinates. ROMP[ICCV21], BEV[CVPR22], TRACE[CVPR2023]
https://www.yusun.work/
Apache License 2.0
1.36k stars 231 forks source link

Any ideas about to driving characters in Unreal Engine? #172

Open hsauod opened 2 years ago

hsauod commented 2 years ago

Thank Arthur Sun for sharing this wonderful and great work!

ROMP shows great performance with Blender, and I just wonder that is there a way to drive characters in Unreal Engine other than Blender in real-time?

Thank you very much.

Arthur151 commented 2 years ago

The pipeline of driving the model in Unreal Engine is supposed to be similar to that of Blender. I am not familiar with the interface of Unreal Engine to achieve this.

luoww1992 commented 2 years ago

install livelink for blender, but this is no displacement

vivi90 commented 2 years ago

@hsauod You have the option to:

  1. Write your own simple Python script, that uses:

  2. Install the VMC protocol environment for the Unreal Engine:

An ready-to-use software is still in development..