AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.71k stars 7.96k forks source link

dynamic module does not define module export function (PyInit_darknet) error #1035

Open nafis00141 opened 6 years ago

nafis00141 commented 6 years ago

dynamic module does not define module export function (PyInit_darknet) error when trying to import darknet in a ipynb note book(python 2.7).

in ubuntu 16.04 compiled darknet with GPU=1 CUDNN=1 CUDNN_HALF=0 OPENCV=0 AVX=0 OPENMP=0 LIBSO=1

ZNorah commented 6 years ago

I changed the file name from 'darknet.py' to 'dknet.py', and then from dknet import *. Maybe you can try it.