Whj-cv

Results 7 issues of Whj-cv

您好,非常感谢您的优秀工作。最近在学习ViG的代码,我有一些疑惑,这里为什么做池化处理呢? def forward(self, x, relative_pos=None): B, C, H, W = x.shape y = None if self.r > 1: y = F.avg_pool2d(x, self.r, self.r) y = y.reshape(B, C, -1, 1).contiguous() x...

I want to use this model to test a single image. What should I do? How should I preprocess a single image and input it into the network? I take...

我按照作者的设置自己在MPII训练集上训练,但结果远低于作者给出的结果,这是怎么回事啊? 2021-09-30 17:41:40,782 | Arch | Head | Shoulder | Elbow | Wrist | Hip | Knee | Ankle | Mean | [email protected] | 2021-09-30 17:41:40,782 |---|---|---|---|---|---|---|---|---|---| 2021-09-30 17:41:40,782 |...

Why not let the model directly output 15 joints corresponding to Posetrack dataset, but output 17 joints corresponding to COCO dataset, and then convert to posetrack?

I downloaded the human pose dataset from the Google drive you gave me, and then divided the dataset according to the operation of uavhuman pose tools, but there was a...

Is the pretrained model for res2net_pose available now???