1. 首页
  2. 数据库
  3. 其它
  4. 云量:以编程方式读取和写入Neuroglancer数据集 源码

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

上传者: 2021-02-22 17:47:29上传 ZIP文件 882.69KB 热度 13次
云量 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
下载地址
用户评论