GengDavid / pytorch-cpn

A PyTorch re-implementation of CPN (Cascaded Pyramid Network for Multi-Person Pose Estimation)
GNU General Public License v3.0
484 stars 98 forks source link

I think this code have a erro about makefile #19

Closed mashuhao closed 5 years ago

mashuhao commented 5 years ago

When I use command make, the process will say a error the error is that gcc: error: pycocotools/_mask.c: No such file or directory So how can I solver this problem?

YinRui1991 commented 5 years ago

@mashuhao pip install pycocotools

GengDavid commented 5 years ago

Seems the problem has been solved. Close this issue.