Created
April 28, 2020 18:39
-
-
Save aravindpai/cd26440addfd8e9d3abe8395453b4f2e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
img = cv2.imread('frames/30.png') | |
_ = cv2.rectangle(img, (x1, y1), (x2, y2), (255,0,0), 2) | |
plt.figure(figsize=(20,10)) | |
plt.imshow(img) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment