mmpose
                                
                                
                                
                                    mmpose copied to clipboard
                            
                            
                            
                        OpenMMLab Pose Estimation Toolbox and Benchmark.
## Motivation Support test time augmentation by flipping for heatmap heads (`HeatmapHead`, `CPMHead`, `MSPNHead` and `ViPNASHead`) ## Modification ## BC-breaking (Optional) ## Use cases (Optional) ## Checklist **Before PR**: -...
I think smoothnet is a very good job. I really hope I can use it in my project, but I don't see any training methods for this. Do you have...
Hallo, I have a general question about the one of the hyperparameters used in the config for the HRNet and ResNet model 1. What exactly warmup_iterations do ? It is...
## Motivation The backbone in multiview_pose.[DetectAndRegress ](https://github.com/open-mmlab/mmpose/blob/master/mmpose/models/detectors/multiview_pose.py)consists a 2d keypoint_head (e.g. a deconvhead), which should be split out. ## Modification mmpose/models/detectors/multiview_pose.py ## BC-breaking (Optional) ## Use cases (Optional) ## Checklist...
Hallo, I have a general questions i have trained several models, i would like to know for each of the trained model where are final saved weights stored ? where...
Hello, I'm training a keypoints detector for a use-case in which I have 8 keypoints and for each sample I know in advance that 4 of the 8 keypoints are...
I can import mmpose successfully. But when I run the demo " python demo/body3d_multiview_detect_and_regress_img_demo.py \ > configs/body/3d_kpt_mview_rgb_img/voxelpose/panoptic/voxelpose_prn64x64x64_cpn80x80x20_panoptic_cam5.py \ > https://download.openmmlab.com/mmpose/body3d/voxelpose/voxelpose_prn64x64x64_cpn80x80x20_panoptic_cam5-545c150e_20211103.pth \ > --out-img-root vis_results \ > --camera-param-file tests/data/panoptic_body3d/demo/camera_parameters.json \ >...
Hi,If I want to add triplet for training how should I add it to the project in a reasonable way?
I'm having trouble running the [3D Hand Estimation Image Demo](https://mmpose.readthedocs.io/en/latest/demo.html#d-hand-estimation-image-demo) I installed mmpose with pip and verified the installation as shown [here](https://mmpose.readthedocs.io/en/v0.27.0/install.html#verify-the-installation) - everything worked. Now I wanted to try...
Hello, your open source mm series project is great. One question, if I want to supervise the training process, like visualizing the training images after pipline processing, how should I...