face_memmap = np.memmap('face.raw', dtype=np.uint8, shape=(768, 1024, 3)). (data are read from the file, and not loaded into memory).
確定! 回上一頁