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

时间:2024-02-26 14:08:02
【文件属性】:

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

文件大小:883KB

文件格式:ZIP

更新时间:2024-02-26 14:08:02

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


网友评论