iArunava / YOLOv3-Object-Detection-with-OpenCV

This project implements a real-time image and video object detection classifier using pretrained yolov3 models.
MIT License
328 stars 172 forks source link

not running after git clone #2

Closed reactdevrocks closed 5 years ago

reactdevrocks commented 5 years ago

gives this error Apples-MacBook-Pro:YOLOv3-Object-Detection-with-OpenCV Apple$ python3 yolo.py Traceback (most recent call last): File "yolo.py", line 1, in <module> import numpy as np ModuleNotFoundError: No module named 'numpy''

iArunava commented 5 years ago

!pip install numpy