You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
#181
Open
ty0803 opened this issue
Dec 26, 2017
· 6 comments
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
Please tell me how solve it
The text was updated successfully, but these errors were encountered: