mmpose
                                
                                
                                
                                    mmpose copied to clipboard
                            
                            
                            
                        OpenMMLab Pose Estimation Toolbox and Benchmark.
**Hi,I follow the tutorial 1 and 2,added one keypoint to the coco dataset,that is, there are now 18 keypoints in coco format. Then I modify the config as follows:** ```python...
In documentation, we should direct users to download annotations from the official website.
Hello team, I just finished installing mmpose on a Jetson AGX Xavier and decided to run the demos, to verify that everything was working well. I first ran the example...
Compare with AlphaPose, which have very heavy preprocess, think about it, if we have 100 people detected then we gonna do 100 times on this step: ``` def test_transform(src, bbox):...
 In training, there are 8 extra processes who occupy memory of the same one gpu. This limits the batch size of the training process.
It would be great to be able to visualize network predictions in the evaluation portion of the training loop. Detectors already have a `show_results` method and tensorboard seems to already...
## Motivation ## Modification 1. fix a bug about visualizer's dataset_meta. When testing with multiple GPUs, there are multiple processes but only one `visualizer`. The `visualizer.dataset_meta` is manually set to...
## 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...
Seems that 3d pose video demo do not consider root_trajectory output from videopose3d self-supervised model? The root node is always on the original point(0,0,0). The config file is:`configs/body/3d_kpt_sview_rgb_vid/video_pose_lift/h36m/videopose3d_h36m_27frames_fullconv_semi-supervised.py`
## Motivation 1. Support nms-thr in `topdown_demo_with_mmdet.py`; 2. Fix use `keypoint_scores` to filter keypoints to be visualized. ## Modification ## BC-breaking (Optional) ## Use cases (Optional) ## Checklist **Before PR**:...