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
Hi the count_cars_crosing_virtual_line.py began to run but I encountered this:
File "d:\custom code\YOLO-Object-Counting-API\darkflow\net\yolo\predict.py", line 8, in
from ...cython_utils.cy_yolo_findboxes import yolo_box_constructor
ModuleNotFoundError: No module named 'darkflow.cython_utils.cy_yolo_findboxes'
even though the C file is there
The text was updated successfully, but these errors were encountered:
Hi the count_cars_crosing_virtual_line.py began to run but I encountered this:
File "d:\custom code\YOLO-Object-Counting-API\darkflow\net\yolo\predict.py", line 8, in
from ...cython_utils.cy_yolo_findboxes import yolo_box_constructor
ModuleNotFoundError: No module named 'darkflow.cython_utils.cy_yolo_findboxes'
even though the C file is there
The text was updated successfully, but these errors were encountered: