This commit is contained in:
liangyuxuan
2026-01-23 11:36:09 +08:00
parent 1602b1423d
commit 54981b3892

View File

@@ -4,7 +4,18 @@
"warring": {
"0000": "Success",
"0100": "Cannot read calibration file, use E(4, 4)",
"0100": "Fail to load config file: File is not open or JSON parse error",
"0101": "config file have no attribute 'node_name'",
"0102": "config file have no attribute 'output_boxe' or 'output_mask'",
"0103": "Fail to load source part",
"0104": "Fail to load detect part",
"0105": "Fail to load estimate part",
"0110": "Cannot load calibration file, use E(4, 4)",
"0111": "Calibration file have not KEY: 'T', use E(4, 4)",
"0112": "Calibration file has wrong shape of mat, use E(4, 4)",
"0200": "Have not receive any camera data",
"0201": "Receive wrong position, or this position have no camera data",
"1000": "Detected object count is 0",
"1001": "Depth crop is None",