Taylorminer

Results 12 issues of Taylorminer

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

question

Can OpenPose support CUDA 11 version(RTX3090) ? I try to deploy OpenPose on RTX 3090, and the terminal show this: Check failed: status == CUDNN_STATUS_SUCCESS (1 vs. 0) CUDNN_STATUS_NOT_INITIALIZED. It...

FilenotFoundError : No such file or directory: '/parameter/dir/intrinstic.mat' Can you tell how to solve the error ?

I meet this error. Traceback (most recent call last): File "run/validate_3d.py", line 35, in from lib.core.config import config ModuleNotFoundError: No module named 'lib.core' /media/chen-group/9400EADF00EAC778/cy/mvp-main Traceback (most recent call last): File...

Thanks for your great work. Do mvpose demo support 2 camera system scene to capture the pose of multiple people ?

When I test mvmp.py on my own datasets, the json files in keypoints3d folder are empty. The files in detec and keypoints2d seem normal. I debug this program, and I...

Thanks for your work! When I detect the 2d point with yolo-hrnet mode. It shows: `0: 0it [00:00, ?it/s] 1: 0it [00:00, ?it/s] 2: 0it [00:00, ?it/s]` And the images...

Thanks for your work! When I test voxelpose in Campus dataset. I run the following command: ![image](https://user-images.githubusercontent.com/41726592/206166392-04c82ae6-b408-436d-9fb1-4daf3837473b.png) I meet the following error: ![image](https://user-images.githubusercontent.com/41726592/206166289-e9af234b-edac-4b64-b258-6f2483ce488f.png)

Thanks for your work ! The demo shows that two persons hugging in a video. Do the model support to detect the actions of multi persons,such as many students studying...

I want to visualize other format of human pose. Do 3D Realtime visualization support this ?