Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 271 Bytes

File metadata and controls

12 lines (8 loc) · 271 Bytes

VideoFileUniqueness

#OpenCV installation Guideline Run the following two commands if you are using Linux:

  1. pip install --upgrade pip
  2. pip install opencv-python

Then, open your IPython notebook and test the following code:

import cv2 as cv print(cv.version)