Save Detection Results
Feature Description
This operator is used to save the detection results (JSON file) generated during the image detection process, along with the corresponding original images (multiple PNG images packaged as a ZIP file), to a specified local location. The data can be directly uploaded to an annotation website for use.
Usage Scenarios
Saving detection result data, which can be uploaded to an annotation website to serve as raw data for subsequent manual fine-tuning or adjustment of annotations.
Inputs and Outputs
Input Items |
Detection Results: Detection results output by an upstream detection operator, containing information such as object class names, polygon lists, bounding boxes, confidence scores, etc. Image: The original input image corresponding to the detection results. The operator will save this image along with the detection results. If multiple images are input, only the first image is processed and saved by default. |
Output Items |
Save Path: Outputs the absolute folder path after successfully saving the data. |
Parameter Description
Save Path
Parameter Description |
Used to specify the target folder path for saving files. |
Adjustment Notes |
|
Save Name
Parameter Description |
Specifies the save file name; no need to include the file extension. |
Adjustment Notes |
It is recommended to use a descriptive name for easy retrieval and management later. Avoid using special characters. Default name: data |
Save Only Single File
Parameter Description |
Sets the file saving strategy, either saving as a single file or multiple files. |
Adjustment Notes |
|
Maximum Storable Memory
Parameter Description |
Sets the maximum total size of files allowed in the save directory. When the total size of relevant files in the folder exceeds this limit, the software will attempt to delete the oldest files of the same type in that directory to free up space. |
Adjustment Notes |
Please set this value based on available disk space and data retention needs:
|
Parameter Range |
[0.00001, 10], Default: 10, Unit: GB |
Smoothing Enabled
Parameter Description |
Used to control whether to perform smoothing on the polygon contours in the input detection results. Applies only to polygons with more than 4 vertices. |
Adjustment Notes |
|
Annotation Smoothing Granularity
Parameter Description |
Used to control the intensity of polygon contour smoothing, determining the precision of contour approximation. |
Adjustment Notes |
|
Parameter Range |
[0.01, 50], Default: 1 |