Pytorch-Human-Pose-Estimation icon indicating copy to clipboard operation
Pytorch-Human-Pose-Estimation copied to clipboard

Update coco.py

Open zeng-yifei opened this issue 3 years ago • 1 comments

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.

zeng-yifei avatar Oct 20 '21 08:10 zeng-yifei

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

Naman-ntc avatar Oct 27 '21 07:10 Naman-ntc