movenet icon indicating copy to clipboard operation
movenet copied to clipboard

Un-official implementation of MoveNet from Google

Results 7 movenet issues
Sort by recently updated
recently updated
newest added

预训练模型无法下载,网盘文件夹是空的

Hi thanks for putting this together how do we go about downloading the active dataset?

``` def get_affine_transform(center, scale, rot, output_size, shift=np.array([0, 0], dtype=np.float32), inv=0): if not isinstance(scale, np.ndarray) and not isinstance(scale, list): scale = np.array([scale, scale], dtype=np.float32) scale_tmp = scale src_w = scale_tmp[0] dst_w...

i modified some lines now it can load lightning movenet model i try your training code only using COCO dataset training sample : 64115 validation sample : 5000 when i...

I tried to run, but seems default config didn't fit pretrained weights under `models`: ``` Creating model... Skip loading parameter backbone.body.6.conv.2.weight, required shapetorch.Size([56, 336, 1, 1]), loaded shapetorch.Size([32, 192, 1,...

你好,我这边尝试运行模型但是抛出异常不支持多人姿态关键点检测,请问您如何修改可以支持? 或者暂时都不支持,不支持的原因能告知一下吗? 谢谢

Hi, Thank you for your great work on this repo! I succeeded to run inference on my example images, but have few questions regarding retraining. I want to retrain MoveNet...