云量 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