-
Notifications
You must be signed in to change notification settings - Fork 33
Example of Normal Large‐Scale Ingestion
Bill Katz edited this page Feb 28, 2024
·
1 revision
In this page, we'll look at how our FlyEM team does larger-scale ingestion of data. With anything more than small image volumes (say > 50 Gigavoxels), we highly recommend using scripts to reformat your data into blocks or cubes, and then directly POST them into DVID. For segmentation, we pre-process image data on our cluster and the POST using low-level labelmap
data type endpoints.
Table of Contents
- DVID Overview
- Features
- Philosophy
- DVID Flexibility and Comparisons
- External Use of DVID
- Installation
- User's Guide
- Developer's Guide