Export¶
Category: export.tracer
Version: 1.3.0
UUID: c69c1ea49ddb4a8309c8587046ebb70162fdc1114e00b8258050c9b7faecf7a1
Execution context: leip_af
Choice Priority: 1000.0
Value Parameters¶
| Name | Synonyms | Type | Values |
|---|---|---|---|
| Exported batch size | export.batch_size |
scalar | int, min: 1 |
| Exported height | export.data.height |
scalar | int, min: 1 |
| Add the label -> class name correspondance to the model schema | export.include_data_labelmap |
scalar | bool |
| Add LEIP SDK model schema | export.include_model_schema |
scalar | bool |
| Add postprocessor (Available for detection models) | export.include_postprocessor |
scalar | bool |
| Add data preprocessor | export.include_preprocessor |
scalar | bool |
| Exported number of channels | export.data.number_of_channels |
scalar | int, min: 1 |
| Output directory | export.output_directory |
scalar | path |
| Output file | export.output_file |
scalar | path |
| Preserve privacy in exported model | export.preserve_privacy |
scalar | bool |
| Exported width | export.data.width |
scalar | int, min: 1 |
This component fits into¶
| Name | UUID | Synonyms |
|---|---|---|
| Full Recipe | 8b4b05... |
export |