HybrIK icon indicating copy to clipboard operation
HybrIK copied to clipboard

Bug encountered with flip_test

Open Bingrong89 opened this issue 1 year ago • 4 comments

image Hello, under hybrik/models/simple3dposeSMPLwithCam.py, image

Can you confirm if at line 272, whether the intended input to self.decsigma is flip_x0 or should it actually be flip_xc? flip_x0 is shape (batchsize,512) while flip_xc is (batchsize,1024), while the layer self.decsigma is a fully connected layer expecting input with feature length 1024.

Bingrong89 avatar Dec 16 '22 08:12 Bingrong89