PoseFormerV2
PoseFormerV2 copied to clipboard
I'm confused about Code
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