thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

ImportError: No module named 'darkflow.cython_utils.cy_yolo_findboxes' #1183

Open TopKruZ opened 4 years ago

TopKruZ commented 4 years ago

I following install step from "Getting started" but it said "No module named 'darkflow.cython_utils.cy_yolo_findboxes' " Please help me how to fix it

image

amaurylekens commented 4 years ago

Do you build the project with the command : python setup.py build_ext --inplace ?

ferozkhanabbasi commented 11 months ago

Yes I used python setup.py build_ext --inplace but same issue