Naman-ntc / Pytorch-Human-Pose-Estimation

Implementation of various human pose estimation models in pytorch on multiple datasets (MPII & COCO) along with pretrained models
MIT License
472 stars 76 forks source link

Update coco.py #26

Open zeng-yifei opened 2 years ago

zeng-yifei commented 2 years ago

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.

Naman-ntc commented 2 years ago

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