BGR2GRAY OPENCV

img = cv2.imread(path)
img_gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)
Hilarious Hamerkop