Wenfei Zhu

Results 4 issues of Wenfei Zhu

**Describe the bug** Batch size count in single_gpu_test and multi_gpu_test, such as the line here, https://github.com/open-mmlab/mmpose/blob/f8b79fe3d92aa71c29c16835cbe7af11204f412c/mmpose/apis/test.py#L37 is incorrect for multi-frame detectors such as posewarper. This line assumes the input image...

Sometimes singularity happens when calling solve_interpolation. Traceback (most recent call last): File "main.py", line 115, in device=device) File "/root/DST/styletransfer.py", line 144, in DST new_im, content_im_warp, warp_field = apply_warp(new_im, [src_Kpts_aug], [dst_Kpts_aug],...

When the image aspect ratio is large, after resizing the image with respect to the long edge, the shorter edge length becomes too small and the short edge will vanish...

## Motivation Sometimes one may be interested in the performance of a pose model on certain body parts rather than on all the keypoints. For example, ``CocoWholeBodyMetric`` evaluates coco metric...