mmpose
mmpose copied to clipboard
OpenMMLab Pose Estimation Toolbox and Benchmark.
**Describe the bug** Batch size count in single_gpu_test and multi_gpu_test, such as the line here, https://github.com/open-mmlab/mmpose/blob/f8b79fe3d92aa71c29c16835cbe7af11204f412c/mmpose/apis/test.py#L37 is incorrect for multi-frame detectors such as posewarper. This line assumes the input image...
I'm new to 3D keypoints detection. When preparing the Human3.6M dataset, I find that the structure of the preprocessed data in mmpose is different with that of [PoseNet](https://github.com/mks0601/3DMPPE_POSENET_RELEASE) or [RLE](https://github.com/Jeff-sjtu/res-loglikelihood-regression)....
当我使用相机api时,如果有两个不同种类的目标同时出现在画面,那么其中一个目标的检测框就会开始闪烁,也就是说这个目标不能被持续的检测,而是间断性的被检测。当我移走一个种类的目标时只剩下另一种种类时,该目标又可以被持续检测了,请问应该如何解决呢,感谢感谢!!!
I'm fresh man about human keypoint detection, In mmpose I found many hard_code normalize scale 200 in codes. Now I've known that's for consistence with MPII dataset. But It's so...
## Motivation ## Modification ## BC-breaking (Optional) ## Use cases (Optional) ## Checklist **Before PR**: - [ ] I have read and followed the workflow indicated in the [CONTRIBUTING.md](https://github.com/open-mmlab/mmpose/blob/master/.github/CONTRIBUTING.md) to...
## Motivation Resolve pytorch warning in voxelpose_head.py for divison operation. ## Modification ## BC-breaking (Optional) ## Use cases (Optional) ## Checklist **Before PR**: - [ ] I have read and...
## Motivation ## Modification Add backbone, head and config of the PoseFormer (ICCV 2021) into the repository. ## BC-breaking (Optional) ## Use cases (Optional) ## Checklist **Before PR**: - [...
Hallo, I would like to ask that is it possible to concatenate two datasets and train them in MMPOSE ? Thanks,
Thanks for great repository !!! I'd like to appreciate it if demo code for posewarper was added.