-
Notifications
You must be signed in to change notification settings - Fork 15
DVID Download Cutout Tutorial
Luis Rodriguez edited this page Apr 23, 2020
·
4 revisions
Assuming data was uploaded as described in the DVID Upload Data Tutorial], this tutorial shows how that data can be pulled down to a client.
This example is extracted from our DVID examples folder
from intern.remote.dvid import DVIDRemote
import matplotlib.pyplot as plt
import numpy as np
# Define the remote
dvid = DVIDRemote({"protocol": "https", "host": "emdata.janelia.org",})
uuid = "822524777d3048b8bd520043f90c1d28"
name = "grayscale"
annos_name = "groundtruth"
# get cutout from actual dataset
volumeD = dvid.get_cutout(
dvid.get_instance(uuid, name, datatype="uint8"),
0,
[3000, 3150],
[3000, 3150],
[2000, 2010],
)
Table of Contents:
- Overview
- Installation
- Get started
- Boss
- Boss Bounding Box Tutorial
- Boss Download Cutout Tutorial
- Boss Examples
- Boss Ids in Region Tutorial
- Boss Project Auth Tutorial
- Boss Project Metadata Tutorial
- Boss Project Setup Tutorial
- Boss Reserve Ids Tutorial
- Boss Setup Tutorial
- Boss Tutorials
- Boss Upload Cutout Tutorial
- Boss User Management Tutorial
- Dvid
- HDF5