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.34k stars 229 forks source link

[TRACE] global coordinate visualization #479

Open jerry-ryu opened 1 year ago

jerry-ryu commented 1 year ago

First of all, thank you for your tremendous contribution to the 3d human pose and shape field from ROMP to TRACE.

I could easily get camera coordinate 3d mesh video visualization via TRACE on simple-romp, but I couldn't get the global coordinate-based visualization introduced on the TRACE project page. I would appreciate it if you could let me know if there is any related code or anything I missed.

Thank you again for your great contribution. Have a nice day!

Arthur151 commented 1 year ago

@jerry-ryu Thanks for your kind words!

https://github.com/Arthur151/ROMP/blob/master/simple_romp/trace2/README.md#visualization

This could be used to visualize results in world coordinates.

Besides, you could also use visualization tool from https://github.com/Arthur151/DynaCam#visualization to develop better UI.