I am trying to run the follow script from the terminal.
import cv2 img = cv2.imread(\'/DATA/00-puppy.jpg\') while True: cv2.imshow(\'Puppy\',img) #?