ROMP icon indicating copy to clipboard operation
ROMP copied to clipboard

[TRACE] global coordinate visualization

Open jerry-ryu opened this issue 2 years ago • 1 comments

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!

jerry-ryu avatar Aug 14 '23 09:08 jerry-ryu

@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.

Arthur151 avatar Aug 15 '23 02:08 Arthur151