-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'darkflow.cython_utils.cy_yolo_findboxes' #5
Comments
Try this page for Windows: |
Advice for similar issue on Mac? Warning: Extension name 'darkflow.cython_utils.nms' does not match fully qualified name 'nms' of 'darkflow/cython_utils/nms.pyx' |
seeing same error on Mac Air, any advises ? File "/Users/markhu/Projects/object_detection_frameworks/YOLO_Object_Detection/darkflow/net/yolo/predict.py", line 7, in |
you should run the script inside darkflow folder. |
trying installing dark flow globally using pip install -e. |
Traceback (most recent call last):
File "D:\Users\Administrator\workspace\YOLO_Object_Detection-master\test\test_darkflow.py", line 1, in
from darkflow.net.build import TFNet
File "D:\Users\Administrator\workspace\YOLO_Object_Detection-master\darkflow\net\build.py", line 7, in
from .framework import create_framework
File "D:\Users\Administrator\workspace\YOLO_Object_Detection-master\darkflow\net\framework.py", line 1, in
from . import yolo
File "D:\Users\Administrator\workspace\YOLO_Object_Detection-master\darkflow\net\yolo_init_.py", line 2, in
from . import predict
File "D:\Users\Administrator\workspace\YOLO_Object_Detection-master\darkflow\net\yolo\predict.py", line 7, in
from ...cython_utils.cy_yolo_findboxes import yolo_box_constructor
ModuleNotFoundError: No module named 'darkflow.cython_utils.cy_yolo_findboxes'
The text was updated successfully, but these errors were encountered: