Open
Description
I have followed all installation steps however when I import the library I got the following error:
Traceback (most recent call last):
File "Demo.py", line 6, in
import libbgs
ImportError: /(...)/bgslibrary-master/build/libbgs.so: undefined symbol: _ZN2cv7putTextERNS_3MatERKNSt7__cxx1112basic_stringIcSt11char_traits
This is Ubuntu 16.04, Python 3.5.2
I have previously installed this library on my laptop, and NVIDIA Jetson and it went smooth everywhere.
Any ideas?