Skip to content

h5pack unpack documentation

Note

If you're new to h5pack, please consult our Quickstart guide. Please note that this page is just a quick reference to explain different tool options.

This tool converts .h5 files created with h5pack back into their constituent files. Additionally, it automatically generates a configuration .yaml file and an annotations .csv file, enabling you to repack the data using h5pack pack.

Basic usage

h5pack unpack <h5-file>

This will create an output folder wich the same name as your .h5 file.

Advanced settings

To specify the output folder path, you can use the -o/--output option as follows:

h5pack unpack <h5-file> --output <output-folder>

or using aliases:

h5pack unpack <h5-file> -o <output-folder>

Help

To see all available options, run:

h5pack unpack --help

or using aliases:

h5pack unpack -h