Closed zhLawliet closed 1 year ago
Thanks for pointing out this problem. The bug has been fixed.
thanks, i find you set self.augment = False, which means there is no flipped version for the model?
The flipping augmentation will still be used, as it is implemented here.
thanks
when i want to run "python main_draw.py -k cpn_ft_h36m_dbb -b 2 -c checkpoint -gpu 0 --nolog --evaluate h36m_best_epoch.bin -num_proposals 5 -sampling_timesteps 5 --render --viz-subject S11 --viz-action SittingDown --viz-camera 1" there is a bug for inputs_2d_p = rearrange(inputs_2d_p, 'b f c -> f c b') , i find the inputs_2d_p is torch.Size([2, 2356, 17, 2]).