Qikai Li
Qikai Li
@zwfcrazy Thanks for your feedback! This is actually a bug. Currently, the input data is a dictionary so we just use the length of the first value in `data` as...
I see. It seems like a good choice for this detector and config. We will continue to pay attention to this issue and find a general way to fix it....
Hi. Thanks for your feedback! We will consider your advice and improve this feature. If you have any other suggestions, don't hesitate to put forward them.
@hirokic5 Thank you for your interest in MMPose and PoseWarper! We will work on this demo soon and feel free to share your desired function for the demo. You can...
@hirokic5 Hi, we have added the demo for `PoseWarper` in https://github.com/open-mmlab/mmpose/pull/1315. Basically, we extend the original `demo/top_down_video_demo_with_mmdet.py` to support using multi frames for inference. You can have a try and...
You can comment these lines: https://github.com/open-mmlab/mmpose/blob/4853b4bcd1238ef559c0f341ed2402c5a3605316/mmpose/apis/test.py#L38-L39 if you single GPU. Or you can comment these lines: https://github.com/open-mmlab/mmpose/blob/4853b4bcd1238ef559c0f341ed2402c5a3605316/mmpose/apis/test.py#L76-L77 if you use multiple GPUs. BTW, is there any inconvenience you have using...
If you use multiple GPUs, try to comment these lines: https://github.com/open-mmlab/mmpose/blob/2a0a2d2fb4b5bf5d8620c6bd04a70c6a940b98ba/mmpose/apis/test.py#L66-L67 and https://github.com/open-mmlab/mmpose/blob/2a0a2d2fb4b5bf5d8620c6bd04a70c6a940b98ba/mmpose/apis/test.py#L73-L77 which at the end act like: ```python model.eval() results = [] dataset = data_loader.dataset rank, world_size =...
> seems that `if rank == 0` condition do not work Maybe this has something with your server. What platform did you use for the multi-GPU evaluation?
Have you tried the [VoxelPose demo](https://github.com/open-mmlab/mmpose/blob/master/demo/docs/3d_multiview_human_pose_demo.md) and check the visualization results? > I rotate and translate each of cameras to roughly be in the same space as in CMU Panoptic....
@Harsh-Vavaiya Could you please offer the commands that you run? So that we can see what device and batch size you use, and other useful information. BTW, what is the...