Skip to content

Conversation

@MateuszMacias
Copy link

I have prepared the code with the 3 features mentioned above.
I would like to ask you to merge it with your source code.
In case of any doubts please contact:
Mateusz Macias (author) - mateusz.k.macias@gmail.com
Zbigniew Wojna (supervisor) - zbigniewwojna@gmail.com

@MorganTHobson
Copy link

After installing boost 1.61.0, the following error returns when importing edgeDetectionEval:

`ImportError Traceback (most recent call last)
in ()
8 import json
9 import random
---> 10 from detail.detaileval_edge import edgeDetectionEval
11 pylab.rcParams['figure.figsize'] = (10.0, 8.0)

/usr/local/lib/python3.5/dist-packages/detail/detaileval_edge.py in ()
2 import numpy as np
3 from scipy import ndimage as ndi
----> 4 from detail import benchmark_ext
5
6 lut1 = np.array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,1,

ImportError: /usr/local/lib/python3.5/dist-packages/detail/benchmark_ext.so: undefined symbol: _ZN5boost6python6detail11init_moduleEPKcPFvvE`

An online search hasn't pulled up anything useful yet. Do you know what's causing this?

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

Successfully merging this pull request may close these issues.

3 participants