云量:以编程方式读取和写入Neuroglancer数据集

时间:2021-02-05 20:21:22
【文件属性】:
文件名称:云量:以编程方式读取和写入Neuroglancer数据集
文件大小:883KB
文件格式:ZIP
更新时间:2021-02-05 20:21:22
python cloud big-data serverless numpy 云量 from cloudvolume import CloudVolume vol = CloudVolume ( 'gs://mylab/mouse/image' , parallel = True , progress = True ) image = vol [:,:,:] # Download a whole image stack into a numpy array from the cloud vol [:,:,:] = image # Upload an entire image stack from a numpy array to the cloud label = 1

网友评论