Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named cython_nms #5

Open
summerrr opened this issue Oct 2, 2018 · 2 comments
Open

No module named cython_nms #5

summerrr opened this issue Oct 2, 2018 · 2 comments

Comments

@summerrr
Copy link

summerrr commented Oct 2, 2018

user10@Gpu1:~/notebook/TensorFlow-R-FCN-for-primary-students$ sh run
Traceback (most recent call last):
File "./tools/demo2.py", line 12, in
from model.test import im_detect
File "/home/user10/notebook/TensorFlow-R-FCN-for-primary-students/tools/../lib/model/test.py", line 20, in
from utils.cython_nms import nms, nms_new
ImportError: No module named cython_nms
do you know why?I make and have these files in lib/utils ,whether I lack something?
bbox.c cython_bbox.cpython-35m-x86_64-linux-gnu.so nms.pyc
bbox.pyx cython_nms.cpython-35m-x86_64-linux-gnu.so nms.pyx
blob.py init.py pycache
blob.pyc init.pyc timer.py
boxes_grid.py nms.c timer.pyc
boxes_grid.pyc nms.py

@engineer1109
Copy link
Owner

Under ./lib
make

@noopur2805
Copy link

How did you solve this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants