llSourcell / YOLO_Object_Detection

This is the code for "YOLO Object Detection" by Siraj Raval on Youtube
GNU General Public License v3.0
1.73k stars 797 forks source link

AttributeError: module 'nms' has no attribute '__pyx_capi__' #27

Open shanawaz1 opened 4 years ago

shanawaz1 commented 4 years ago

File "darkflow\cython_utils\cy_yolo_findboxes.pyx", line 1, in init darkflow.cython_utils.cy_yolo_findboxes import numpy as np AttributeError: module 'nms' has no attribute '__pyx_capi__'

faisu commented 4 years ago

same error !! does any one have any idea how to go about this?

faisu commented 4 years ago

Found out how to resolve this!!!

https://github.com/llSourcell/YOLO_Object_Detection/issues/19#issuecomment-561075160 #