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

Export Trace results to motion files like AMASS #490

Open anonymous-pusher opened 1 year ago

anonymous-pusher commented 1 year ago

Hello, thank you for making this amazing work publically available. I would like to use the results from trace in downstream tasks that rely on the amass format, hence the smplh or smplx format. The body model used in trace is smpla if I'm not mistaken. I could not find a clear way for exporting to a format similar to the amass one, or to be able to transfer between different formats as explained in https://github.com/vchoutas/smplx/tree/main/transfer_model. How can I convert the results in trace to a full motion file like the ones in amass. Any help would be appreciated