mmpose icon indicating copy to clipboard operation
mmpose copied to clipboard

OpenMMLab Pose Estimation Toolbox and Benchmark.

Results 432 mmpose issues
Sort by recently updated
recently updated
newest added
trafficstars

I am running the demo on a Jetson Nano and I was wondering if there is any way to speed it up and increase the frame count

Hello! I found that dev1.0 has changed a lot, but I have doubts about the pose output, what does its output mean, and its post-processing code is encapsulated. Where is...

info/1.x

When I'm ready to run the camera_demo,I dont need the animal pose, How should I set the parameters

I'm running "python tools\test.py configs\pig\pig_behavior.py work_dirs\pig_behavior\best_PCK_epoch_80.pth --out data\pigBehavior\vis_results "When testing, he reported this error ![image](https://user-images.githubusercontent.com/115400289/202695276-4e42ccee-3deb-4754-b3f2-1849c6e7140d.png)

I used my trained model to run the camera demo. When no one was detected, everything was normal. When someone was detected, the error was as follows ![1668671594181](https://user-images.githubusercontent.com/52156532/202388001-0e766eba-1c06-4315-ad32-385e1d4e9821.png) I tried...

Is the data used in the training of videopose3d pre-trained by preprocessing_h36m.py?

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...

Reimplement a custom model but all the components are implemented in MMPose. My picture‘s information like this: ![image](https://user-images.githubusercontent.com/92911353/197382217-82a3ecac-c9e2-4acc-9ea8-032fe569a7e1.png) Used the config like this: ![image](https://user-images.githubusercontent.com/92911353/197382325-9ad1b947-f5e7-4664-b5a2-764938ac026c.png) but the loss is 0 ![image](https://user-images.githubusercontent.com/92911353/197382346-3cc84038-3b87-4129-9aba-0c101911fc06.png)...

question

When running preprocess_h36m.py, after extracting s1-s11, I reported the following problems: File "preprocess_h36m.py", line 141, in generate_annotations = self._load_annotations( File "preprocess_h36m.py", line 308, in _load_annotations with pycdf.CDF( File "D:\Software\Anaconda\envs\mmPose\lib\site-packages\spacepy\pycdf\__init__.py", line...

I am using the following command with 4 RTX 2080Ti: NNODES=1 NODE_RANK=0 PORT=29501 MASTER_ADDR="127.0.0.1" CUDA_VISIBLE_DEVICES=0,1,2,3 bash tools/dist_train.sh configs/body_2d_keypoint/integral_regression/coco/ipr_res50_8xb64-210e_coco-256x256.py 4 --work-dir work_dirs/ipr_res50_8xb64-210e_coco-256x256 --cfg-options train_dataloader.batch_size=8 train_dataloader.num_workers=2 but final results drop about 5%...