DayBreak-u / chineseocr_lite

超轻量级中文ocr,支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M
GNU General Public License v2.0
11.72k stars 2.25k forks source link

W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '94'. It is not used by any node and should be removed from the model #432

Open jonahzheng opened 1 year ago

jonahzheng commented 1 year ago
# python3 backend/main.py
2023-03-14 14:42:02.311864 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '94'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311880 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '88'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311884 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '82'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311889 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '70'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311892 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '58'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311895 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '52'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311953 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '46'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311960 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '232'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311964 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '40'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311968 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '396'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311971 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '384'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311975 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '346'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311979 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '112'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311982 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '34'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311985 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '6'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311988 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '334'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311992 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '328'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311996 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '300'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.311999 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '356'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312110 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '294'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312117 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '64'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312121 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '288'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312124 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '260'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312128 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '254'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312131 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '248'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312134 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '306'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312138 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '226'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312141 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '368'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312144 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '242'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312237 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '170'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312241 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '316'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312244 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '204'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312248 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '220'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312252 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '340'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312261 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '24'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312265 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '76'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312268 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '186'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312271 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '266'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312274 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '152'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312277 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '18'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312281 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '176'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312284 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '164'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312287 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '322'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312291 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '100'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312294 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '282'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312297 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '158'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312300 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '272'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312327 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '12'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312330 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '146'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312335 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '136'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312338 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '192'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312341 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '130'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312344 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '374'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312348 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '124'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312351 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '106'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312354 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '118'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312357 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '362'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312407 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '214'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312411 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '198'. It is not used by any node and should be removed from the model.
2023-03-14 14:42:02.312414 [W:onnxruntime:, graph.cc:3490 CleanUnusedInitializersAndNodeArgs] Removing initializer '390'. It is not used by any node and should be removed from the model.
server is running: 192.168.1.159:8089
wintsa123 commented 4 months ago

一样