HowieMa / PPT

[ECCV 2022] "PPT: token-Pruned Pose Transformer for monocular and multi-view human pose estimation"
55 stars 1 forks source link

No module named 'nms.cpu_nms' #9

Open JohnW2all opened 1 year ago

JohnW2all commented 1 year ago

I have encountered the following problems while running the test code: image Is there any solution? Looking forward to your reply.Thanks!

HowieMa commented 7 months ago

There is a Makefile at single-view-PPT/lib You may need to run the following scripts to get the compiled files.

cd single-view-PPT/lib
make

However, you can consider remove the entire nms folders, which are not used in our project. This nms folder orginally comes from https://github.com/leoxiaobin/deep-high-resolution-net.pytorch