Generic Data Save
Function: Set the data type, in addition to the image and point cloud, other data will be saved to the local JSON file.
Input Parameters:
Name | Type | Valid Range | Default Value | Meaning |
---|---|---|---|---|
Data to be saved |
AnyType |
None |
None |
Data to be saved. |
Output Parameters:
Name | Type | Valid Range | Default Value | Meaning |
---|---|---|---|---|
File name |
String |
None |
None |
Saved file name. |
Parameter Settings:
Name | Type | Valid Range | Default Value | Meaning |
---|---|---|---|---|
Input type |
String |
['BaseDType', 'Integer', 'Float', 'File', 'String', 'List', 'Dict', 'Bool', 'Matrix', 'AnyType', 'DetectInstance', 'ImageShowInfo', 'PosesList', 'PickPointList', 'SortType', 'ROI3D', 'ROI2D', 'Box3D', 'Box2D', 'Image', 'ColorImage', 'MonoImage', 'BinaryImage', 'Points', 'XYZPoints', 'NormalPoints'] |
List |
Input type. |
Saving method |
String |
['Append', 'Overwrite'] |
Append |
How to save the file, if it is appended, it will be stored by time. |
Save path |
String |
None |
None |
The specified save path. |
Save name |
String |
None |
None |
Specify a save name that does not contain a file suffix. |
Data name |
String |
None |
None |
Specify the json file data field name. |