visualize_smpl_data is incomplete
LazyBusyYang opened this issue · 1 comments
LazyBusyYang commented
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?
haolyuan commented
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.