megvii-research / MSPN

Multi-Stage Pose Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting wrong key-points detected from running test.py

praptobala opened this issue · comments

Hi,
I ran "python -m torch.distributed.launch --nproc_per_node=1 test.py -i 1" successfully.

After finished running, I am reading 'results.json' file and plotting the keypoints with images using OpenCV.

But keypoints detected were not correct and its plotting multiple keypoints in one image.

Thanks,
Bala

The input should be detected persons rather than original images. Is this right?

@fenglinglwb No, the input is original images. How can I input detected persons?

And I just want to detect one person from one image!

you can crop person from image manually