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

make error #1

Closed
csufangyu opened this issue Oct 27, 2018 · 9 comments
Closed

make error #1

csufangyu opened this issue Oct 27, 2018 · 9 comments

Comments

@csufangyu
Copy link

csufangyu commented Oct 27, 2018

thanks for your work! I try to run ,but I meet a problems,could you help me???
when I run your code! I meet a error which is :
Segment error (core dumped)
then I find the error occur at the function this->py_module = PyImport_ImportModule(this->module_name.c_str());this->class_name.c_str()) in the file of MaskNet.cc !and it return the null, I can not solve it ! can you help me?thanks!

@csufangyu
Copy link
Author

I think the reason maybe the version of python! could you help me??

@BertaBescos
Copy link
Owner

Hi, it is possible that you do not have installed some of the Mask R-CNN required packages. Run the provided python script src/python/Check.py to check if everything needed for Mask R-CNN is properly installed.

@csufangyu
Copy link
Author

Thanks for your answer, and I try to do it.I run the Check.py and no error. but when I run the code ,the error also happened.And I debug it ,and I meet the error is:
ImportError: numpy.core.multiarray failed to import
And if I run the MaskRCNN.py, it is no such error!could you tell me the version of numpy??I guess it maybe influenced by the version of numpy! thanks very much!

@BertaBescos
Copy link
Owner

I am using Python 2.7 and numpy 1.15.2.

@csufangyu
Copy link
Author

csufangyu commented Oct 29, 2018 via email

@BertaBescos
Copy link
Owner

Did you get it to work?

@csufangyu
Copy link
Author

csufangyu commented Oct 30, 2018 via email

@BertaBescos
Copy link
Owner

I have removed those files that are python3, since they are unused. Thanks for pointing that out.

@csufangyu
Copy link
Author

thanks!

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

2 participants