Skip to content

Adds a sample handler for HDF5 inference responses#69

Open
nsvarich wants to merge 5 commits intomasterfrom
add-hdf5-response-example
Open

Adds a sample handler for HDF5 inference responses#69
nsvarich wants to merge 5 commits intomasterfrom
add-hdf5-response-example

Conversation

@nsvarich
Copy link
Contributor

@nsvarich nsvarich commented Mar 27, 2023

The sample handler shows an example of handling a series-level inference request and returning an HDF5 file byte stream response.

The HDF5 response file structure has:

  • Series-level (per request) data such as height, width, and timepoints stored as top level attributes
  • Instance-level data (per slice) stored as datasets with slice index in each dataset name

This is a work-in-progress format for returning inference results as an HDF5 file.

Proposed HDF5 Response structure:
- Series-level (per request) data such as height, width, and timepoints are stored as top level attributes
- Instance-level data (per slice) stored as datasets with slice index in each dataset name
@nsvarich nsvarich force-pushed the add-hdf5-response-example branch from 5b2446f to 3e52934 Compare April 11, 2023 18:16
@nsvarich nsvarich force-pushed the add-hdf5-response-example branch from ffbf3e6 to 08013fc Compare April 11, 2023 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant