openxrlab / xrmocap

OpenXRLab Multi-view Motion Capture Toolbox and Benchmark

Home Page:https://xrmocap.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

visualize_smpl_data is incomplete

LazyBusyYang opened this issue · comments

In argument list of function visualize_smpl_data, if smpl_data.get_batch_size() > batch_size, there will be no video output. The reason is absent of images_to_video function, which should be called at here. We cannot wait for XRPrimer release forever, shall we copy images_to_video from XRPrimer to XRMoCap and call it inside XRMoCap with warning?

Function visualize_smpl_data has been improved to satisfy the memory requirement. Batch_size limitation of smpl_data input has been solved in https://github.com/openxrlab/xrmocap/pull/89.