tugot17 / YOLO-Object-Counting-API

The code of the Object Counting API, implemented with the YOLO algorithm and with the SORT algorithm
GNU General Public License v3.0
209 stars 58 forks source link

Error in some C files #8

Open Hatem-Jr opened 3 years ago

Hatem-Jr commented 3 years ago

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

tugot17 commented 3 years ago

https://github.com/thtrieu/darkflow/issues/168#issuecomment-294329728

Hatem-Jr commented 3 years ago

sorry for getting back so late here's what I did: cd darkflow/cython_utils/ and put setup.py and ran it in that directory on the cmd and I got this: Screenshot 2021-07-27 193412

Hatem-Jr commented 3 years ago

Also if you are wondering which way I did the getting started part of the read me file I did this: Screenshot 2021-07-27 195001