theAIGuysCode / yolov4-deepsort

Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.
GNU General Public License v3.0
1.31k stars 745 forks source link

core.yolov4 Error #130

Open smbash2022 opened 2 years ago

smbash2022 commented 2 years ago

I run the script both with cpu and gpu. but I get this error ModuleNotFoundError: No module named 'core.yolov4' Why the script does not find core.yolov4? Anyone can help?