sail-sg / mvp

NeurIPS-2021: Direct Multi-view Multi-person 3D Human Pose Estimation
Apache License 2.0
329 stars 34 forks source link

Does the mvp support batch_size>1? #2

Closed guoguangchao closed 2 years ago

guoguangchao commented 2 years ago

Line 130 of the projatt.py: n_views, Len_q, c = query.shape does the n_views means batch_size*num_cam?

twangnh commented 2 years ago

batch size 2 is not supported, you may modify it by yourself.

guoguangchao commented 2 years ago

thanks for your ansower

Dragon2938734 commented 1 year ago

thanks for your ansower

excuseme, have you modify it to surpport batch_size>1?

twangnh commented 1 year ago

you may try the reimplementation: https://github.com/openxrlab/xrmocap