Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 294 Bytes

File metadata and controls

9 lines (8 loc) · 294 Bytes

Real_time_object_tracking-SIFT_OpenCV

create conda enviroment named 'ocv'

~$ conda create --name ocv python=3.7
~$ source activate ocv

install opencv3 in ocv enviroment

~$ pip install --upgrade pip
~$ conda install -c menpo opencv3
~$ pip install opencv-contrib-python==3.4.2.16