Pytorch-Human-Pose-Estimation
Pytorch-Human-Pose-Estimation copied to clipboard
Update coco.py
Something went wrong when the coco dataset module imports nms part on my computer. And I found the functions in "nms.py" does not necessarily need cython files in "nms" file folder. So when I substitude the "import nms" part directly with two functions needed in coco.py, the problem disappeared at once.
Hi, thanks a lot for the PR. It seems the COCO/OKS codebase has changed a lot since I wrote this code.
Unfortunately, I am no longer maintaining the repo and am going to archive it soon as I am working in different area nowadays and don't have bandwidth to support it