Step 1 - connect local server first (click on connect button) install packages commands are there.. command (i) !pip install cmake dlib face_recognition numpy opencv-python command (ii) !pip install opencv-python Step 2 - connect google drive folder where your picture uploaded. command (i) from google.colab import drive command (ii) drive.mount('/gdrive/') => click on link which show in your screen and allow all services than copy paist link those you get in screen then your drive will be connect with google colab. command (iii) %cd /gdrive/My Drive/Open CV Project => using this connect your drive folder.. command (iv) ls => this command show you those images names on screen. step 3 - show image on screen. command (i) import cv2 command (ii) from google.colab.patches import cv2_imshow command (iii) image = cv2.imread('test.jpg') => read image using this command and store one variable (image) command (iv) c...
This is only for me @V..