mmpose
mmpose copied to clipboard
OpenMMLab Pose Estimation Toolbox and Benchmark.
I follow the repo and train the demo **loucst dataset**. It works and here is the training log: ``` 01/07 10:54:26 - mmengine - INFO - Epoch(train) [1][50/79] lr: 4.954910e-05...
Hello, I'm training a a derk pose model using my own dataset. After preper all the config files, add a new class dataset I start the training process but after...
There is a problem with mmpose1.0 series export, the error seems to be that the environment is not compatible and the error is as follows: 1. Traceback (most recent call...
How can I find out which layers are available for any network to define here - https://github.com/open-mmlab/mmpose/blob/1f11d6ccbaa034e50847feb92bc7cf7760a2e387/demo/top_down_video_demo_with_mmdet.py#L138 ? i would specifically like to log the bottleneck, which is not available...
## Motivation ## Modification 1. modify DEKR encoder 2. modify `BottomupResize` to make the image located at the center of the expanded image 3. update results for HRNet-w32 & HRNet-w48...
## Motivation numpy 1.24.0 removes np.bool, np.float, np.int. To fix it, I replace np.int (and some np.int64) with np.int32. ## Modification ## BC-breaking (Optional) ## Use cases (Optional) ## Checklist...
Hello thanks for the great repo, very useful. I tried to benchmark the speed of different whole-body top-down models on my machine (Telsa-4, 16Gb VRAM). Everything works well but the...
Hello, I found some problem in the keypoint results. I used the 2d human wholebody model and I saved keypoint results of left elbow per each frame. The results are...
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...