iArunava / YOLOv3-Object-Detection-with-OpenCV

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

import cv2 as cv, cv2 cannot be found #16

Closed MELXX closed 3 years ago

MELXX commented 4 years ago

import cv2 as cv, cannot be used as cv2 does not exist nor is it in your files

iArunava commented 3 years ago

please install opencv using pip or what ever environment you are using. closing this.