MSPN icon indicating copy to clipboard operation
MSPN copied to clipboard

Getting wrong key-points detected from running test.py

Open praptobala opened this issue 6 years ago • 3 comments
trafficstars

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

praptobala avatar Jul 31 '19 10:07 praptobala

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

fenglinglwb avatar Jul 31 '19 13:07 fenglinglwb

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

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

praptobala avatar Aug 01 '19 12:08 praptobala

you can crop person from image manually

LinyeLi60 avatar Aug 30 '19 03:08 LinyeLi60