mvp icon indicating copy to clipboard operation
mvp copied to clipboard

Questions about batch size larger than 1

Open wangjiongw opened this issue 2 years ago • 1 comments

When I run the validation code with given pretrained checkpoint on Panoptic dataset, I found that there is something wrong with batch size larger than 1. For example, When batch size=1, the precision can be reproduced. image

When batch size=2, it seems that the model fails to predict correctly. image

Does anyone get the similar problem? Or can you please give some advice about the reason of this problem? thx!

wangjiongw avatar Jul 07 '22 07:07 wangjiongw

Also have same problem.

axhiao avatar Jul 21 '22 04:07 axhiao

I got the same problem as well when I reimplement the algorithm. The training speed is really slow and the performance is really bad.

Does anyone have a solution?

liqikai9 avatar Nov 20 '22 05:11 liqikai9

In this repo, I didn't find an available solution. But there is an re-implementation of MvP in Mocap (https://github.com/openxrlab/xrmocap), batch size larger than 1 is okay in that repo.

wangjiongw avatar Nov 25 '22 16:11 wangjiongw

please refer to https://github.com/openxrlab/xrmocap for improved implementation

twangnh avatar Jan 04 '23 02:01 twangnh