Comment second image read line
This commit is contained in:
@@ -9,7 +9,7 @@ import numpy as np
|
||||
import cv2
|
||||
|
||||
img = cv2.imread('H:\car\GestureRecognition\IMG_0825.jpg', 1)
|
||||
img = cv2.imread('H:\car\GestureRecognition\IMG_0818.jpg', 1)
|
||||
# img = cv2.imread('H:\car\GestureRecognition\IMG_0818.png', 1)
|
||||
|
||||
# Downscale the image
|
||||
img = cv2.resize(img, None, fx=0.1, fy=0.1, interpolation = cv2.INTER_AREA)
|
||||
|
||||
Reference in New Issue
Block a user