云量:以编程方式读取和写入Neuroglancer数据集 源码
云量 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
下载地址
用户评论