Advertisement
lamiastella

npy read

Jun 12th, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. import numpy as np
  2. from matplotlib import pyplot as plt
  3.  
  4. img_array = np.load("E:\datasets\hand\multi-user-egocentric\subject1\abdadd\000000_depth.npy", encoding="utf-8")
  5. plt.imshow(img_array, cmap="gray")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement