MSPN
MSPN copied to clipboard
Getting wrong key-points detected from running test.py
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
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