Skip to content

Instantly share code, notes, and snippets.

@prateekjoshi565
Created April 20, 2020 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prateekjoshi565/16069b7c527a6a616399a298cb555baa to your computer and use it in GitHub Desktop.
Save prateekjoshi565/16069b7c527a6a616399a298cb555baa to your computer and use it in GitHub Desktop.
# plot 13th frame
i = 13
for frame in [i, i+1]:
plt.imshow(cv2.cvtColor(col_images[frame], cv2.COLOR_BGR2RGB))
plt.title("frame: "+str(frame))
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment