PoseFormerV2 icon indicating copy to clipboard operation
PoseFormerV2 copied to clipboard

I'm confused about Code

Open ZivDk opened this issue 1 year ago • 3 comments

https://github.com/QitaoZhao/PoseFormerV2/blob/0c0b1252f6ce722ed621d82b551362f25a023285/common/model_poseformer.py#L224

https://github.com/QitaoZhao/PoseFormerV2/blob/0c0b1252f6ce722ed621d82b551362f25a023285/common/model_poseformer.py#L120

https://github.com/QitaoZhao/PoseFormerV2/blob/0c0b1252f6ce722ed621d82b551362f25a023285/common/model_poseformer.py#L122

https://github.com/QitaoZhao/PoseFormerV2/blob/0c0b1252f6ce722ed621d82b551362f25a023285/common/model_poseformer.py#L127

https://github.com/QitaoZhao/PoseFormerV2/blob/0c0b1252f6ce722ed621d82b551362f25a023285/common/model_poseformer.py#L128 x[:, :f//2] x[:, f//2:] Are the frame numbers of x set incorrectly, or did I misunderstand? x combine with Spatial_feature , does x belongs to the x[:, :f//2], and Spatial_feature belongs to the x[:, f//2:].?

thanks for your help

ZivDk avatar Feb 26 '24 12:02 ZivDk