mmpose
mmpose copied to clipboard
OpenMMLab Pose Estimation Toolbox and Benchmark.
Hi everyone. I am facing an issue with [two stage 3D video demo](https://github.com/open-mmlab/mmpose/blob/master/demo/body3d_two_stage_video_demo.py), where the smoother is outputting an inconsistent track ID error. `pose_results_2d = smoother.smooth(pose_results_2d)` After inspecting `pose_results_2d`, there...
The following error is reported when trying to train the ap-10k dataset:. FileNotFoundError: class `AP10KDataset` in mmpose/datasets/datasets/animal/ap10k_dataset.py: The metainfo config file "configs/_base_/datasets/ap10k.py" does not exist.
Thanks for your error report and we appreciate it a lot. If you feel we have helped you, give us a STAR! :satisfied: **Checklist** 1. I have searched related issues...
Are there any plans or examples for the 3D key points of Animal Pos? I have a project that needs 3D coordinates rather than 2D coordinates.
  The first is the offical guideline,and I try use my picture with a new adress to replace the underline code.But I failed.Can you help me?Thanks!
i am using following versions : torch version: 1.10.0+cu111 True torchvision version: 0.11.0+cu111 mmpose version: 0.29.0 cuda version: 11.1 after running colab of mmpose i am getting this error can...
Hello, I'm trying to understand the data processing you're doing and and I'm a but confused regarding the pad for the TopDown approach. You mention in the #1686 that you...
Hello Thanks for the work you have done. Could you help me with the following error? Thanks for your error report and we appreciate it a lot. If you feel...
1. Why is cross validation not used on mmpose keypoint detection? Is there a specific reason to use limited image sets as a validation set? 2. If it is okay...
## Motivation Sampling data from CombinedDataset with specified source ratio ## Modification ## BC-breaking (Optional) ## Use cases (Optional) ## Checklist **Before PR**: - [ ] I have read and...