I am using the darkflow for image processing. I have installed the darkflow locally using --inplace
command with the setup.py
file. I am getting ModuleNotFound error for cython_utils.
File "darkflow/cython_utils/cy_yolo_findboxes.pyx", line 1, in init darkflow.cython_utils.cy_yolo_findboxes
ModuleNotFoundError: No module named 'darkflow.cython_utils'