PPT icon indicating copy to clipboard operation
PPT copied to clipboard

No module named 'nms.cpu_nms'

Open JohnW2all opened this issue 2 years ago • 1 comments

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

JohnW2all avatar Jul 28 '23 12:07 JohnW2all

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

HowieMa avatar Dec 20 '23 20:12 HowieMa