Skip to content

Instantly share code, notes, and snippets.

@prateekjoshi565
Created May 11, 2020 10:30
Show Gist options
  • Save prateekjoshi565/1bb7b38cf57cf8a4bfe06a40738097eb to your computer and use it in GitHub Desktop.
Save prateekjoshi565/1bb7b38cf57cf8a4bfe06a40738097eb to your computer and use it in GitHub Desktop.
# specify frame index
idx = 457
# plot frame
plt.figure(figsize=(10,10))
plt.imshow(col_images[idx][:,:,0], cmap= "gray")
plt.show()
@Gayathri831
Copy link

TypeError: 'NoneType' object is not subscriptable
plt.imshow(col_images[idx][:,:,0], cmap= "gray")

could you resolve the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment