Unzip Operator#
Authors: Holoscan Team (NVIDIA)
Supported platforms: x86_64, aarch64
Language: Python
Last modified: August 5, 2025
Latest version: 1.0
Minimum Holoscan SDK version: 2.0.1
Tested Holoscan SDK versions: 2.0.1
Contribution metric: Level 2 - Trusted
The unzip operator decompresses a zip compressed file into its original contents.
Parameters#
filter: File filter for the decompressed files to be copied to theoutput_path- type:
str output_path: The directory where the unzipped files will be stored.- type:
str
API Reference#
Python#
UnzipOp#
Inherits from: Operator
Unzips a zip file, extracts files with matching criteria to a directory and emits the file paths.
Methods#
| Method | Description |
|---|---|
__init__(fragment) |
|
setup(spec) |
|
compute(op_input, op_output, context) |