You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built the project follow the instruction. I got the following error when I ran the demo:
Traceback (most recent call last):
File "run_yfcc_det.py", line 7, in
import pyDarknet
File "/mnt/ssd/temp.cs/py-darknet-yolo/pyDarknet/init.py", line 1, in
from detector import Darknet_ObjectDetector as ObjectDetector
File "/mnt/ssd/temp.cs/py-darknet-yolo/pyDarknet/detector.py", line 1, in
from libpydarknet import DarknetObjectDetector
ImportError: /mnt/ssd/temp.cs/py-darknet-yolo/pyDarknet/libpydarknet.so: undefined symbol: _ZN5boost6python6detail11init_moduleER11PyModuleDefPFvvE
It seems a libboost version error, but I donn't know how to fix. Can anybody help me?
The text was updated successfully, but these errors were encountered:
I built the project follow the instruction. I got the following error when I ran the demo:
Traceback (most recent call last):
File "run_yfcc_det.py", line 7, in
import pyDarknet
File "/mnt/ssd/temp.cs/py-darknet-yolo/pyDarknet/init.py", line 1, in
from detector import Darknet_ObjectDetector as ObjectDetector
File "/mnt/ssd/temp.cs/py-darknet-yolo/pyDarknet/detector.py", line 1, in
from libpydarknet import DarknetObjectDetector
ImportError: /mnt/ssd/temp.cs/py-darknet-yolo/pyDarknet/libpydarknet.so: undefined symbol: _ZN5boost6python6detail11init_moduleER11PyModuleDefPFvvE
It seems a libboost version error, but I donn't know how to fix. Can anybody help me?
The text was updated successfully, but these errors were encountered: