-
Notifications
You must be signed in to change notification settings - Fork 45
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
segmentation fault when importing instaboost #2
Comments
Hi, what is your environment? Can you try if python3.6 works? |
We are currently looking into this issue and will update the pip package soon. BTW, what is the version of your opencv? |
That's cool. My opencv is 4.0.1. |
Hi! This problem may be caused by opencv-mat package. We have tested our opencv-mat package on several different environments, and we find out that this package may not work well on OpenCV 3.x or higher sometimes. May you try OpenCV 2.4.x instead? Some instructions here may help. Thanks ! |
Hi, we update an easy install and fast version. You can check it out here: https://github.com/GothicAi/Instaboost#easy-install-version |
I try to use it in MMdet Original Traceback (most recent call last):
|
After pip installing instaboost, I tried to import in python, but segmentation fault happens.
The text was updated successfully, but these errors were encountered: