FastMaskRCNN icon indicating copy to clipboard operation
FastMaskRCNN copied to clipboard

When I train the train.py,I meet the error:ImportError: /home/zhao/hao/2017/FastFPN-master/train/../libs/boxes/cython_nms.so: cannot open shared object file: No such file or directory

Open ty0803 opened this issue 7 years ago • 6 comments

Please tell me how solve it

ty0803 avatar Dec 26 '17 06:12 ty0803

got the same problem

illutheplanet avatar Dec 27 '17 02:12 illutheplanet

how to solve it

SpeedUpToG avatar Jan 28 '18 10:01 SpeedUpToG

Did you run make in ./libs/datasets/pycocotools and ./libs?

braddengross avatar Feb 28 '18 14:02 braddengross

How to solve it?

daijucug avatar Mar 01 '18 02:03 daijucug

I'm having the same issue. I did run make in ./libs/datasets/pycocotools and in ./libs. Has anyone been able to resolve it/didn't get the error?

noor01 avatar Mar 05 '18 21:03 noor01

Solved: The issue is that if you go to ../libs/boxes/ you will see that cython_nms.so is in fact cython_nms.blahblah.so where blahblah is info related to your system. Simply rename this file to cython_nms.so

Similarly, rename cython_anchor.so, cython_bbox.so, and cython_bbox_transform.so

Hope that helps!

noor01 avatar Mar 08 '18 00:03 noor01