ti@TI:~/edgeai-tidl-tools/temp_trans/onnxrt$ cd ../..
ti@TI:~/edgeai-tidl-tools$ source ./setup_env.sh am67a
=========================================================================
SOC=am67a
TIDL_TOOLS_PATH=/home/ti/edgeai-tidl-tools/tools/AM67A/tidl_tools
LD_LIBRARY_PATH=:/home/ti/edgeai-tidl-tools/tools/AM67A/tidl_tools:/home/ti/edgeai-tidl-tools/tools/osrt_deps:/home/ti/edgeai-tidl-tools/tools/osrt_deps/opencv_4.2.0_x86_u22/opencv/
CGT7X_ROOT=/home/ti/edgeai-tidl-tools/tools/ti-cgt-c7000_5.0.0.LTS
ARM64_GCC_PATH=/home/ti/edgeai-tidl-tools/tools/arm-gnu-toolchain-13.2.Rel1-x86_64-aarch64-none-linux-gnu
=========================================================================
ti@TI:~/edgeai-tidl-tools$ cd temp_trans/onnxrt/
ti@TI:~/edgeai-tidl-tools/temp_trans/onnxrt$ python3 onnx2bin.py
[信息] 加载模型: ../../models/public/202632nano_best.onnx
[信息] 配置编译选项...
========================= [Model Compilation Started] =========================

Model compilation will perform the following stages:
1. Parsing
2. Graph Optimization
3. Quantization & Calibration
4. Memory Planning

============================== [Version Summary] ==============================

-------------------------------------------------------------------------------
|          TIDL Tools Version          |              11_01_07_00             |
-------------------------------------------------------------------------------
|         C7x Firmware Version         |              11_01_07_00             |
-------------------------------------------------------------------------------
|            Runtime Version           |                1.15.0                |
-------------------------------------------------------------------------------
|          Model Opset Version         |                  11                  |
-------------------------------------------------------------------------------

============================== [Parsing Started] ==============================

[TIDL Import] [PARSER] WARNING: Network not identified as Object Detection network : (1) Ignore if network is not Object Detection network (2) If network is Object Detection network, please specify "model_type":"OD" as part of OSRT compilation options

------------------------- Subgraph Information Summary -------------------------
-------------------------------------------------------------------------------
|          Core           |      No. of Nodes       |   Number of Subgraphs   |
-------------------------------------------------------------------------------
| C7x                     |                     210 |                       1 |
| CPU                     |                       0 |                       x |
-------------------------------------------------------------------------------
/home/ti/edgeai-tidl-tools/tools/AM67A/tidl_tools/tidl_graphVisualiser_runtimes.out: error while loading shared libraries: libcgraph.so.6: cannot open shared object file: No such file or directory
[TIDL Import]  WARNING: System command failed with return code : 32512. Skipping Runtimes GraphViz.
============================= [Parsing Completed] =============================

[信息] 开始量化校准 (共 10 帧)...
==================== [Optimization for subgraph_0 Started] ====================

----------------------------- Optimization Summary -----------------------------
--------------------------------------------------------------------------------
|         Layer         | Nodes before optimization | Nodes after optimization |
--------------------------------------------------------------------------------
| TIDL_BatchNormLayer   |                         0 |                        2 |
| TIDL_SigmoidLayer     |                         2 |                        0 |
| TIDL_EltWiseLayer     |                        10 |                        8 |
| TIDL_ConcatLayer      |                        22 |                       22 |
| TIDL_ReLULayer        |                        76 |                        0 |
| TIDL_TransposeLayer   |                         4 |                        4 |
| TIDL_ResizeLayer      |                         3 |                        3 |
| TIDL_ConvolutionLayer |                        86 |                       86 |
| TIDL_PoolingLayer     |                         3 |                        3 |
--------------------------------------------------------------------------------

Total nodes in subgraph: 137

=================== [Optimization for subgraph_0 Completed] ===================

/home/ti/edgeai-tidl-tools/tools/AM67A/tidl_tools/tidl_graphVisualiser.out: error while loading shared libraries: libcgraph.so.6: cannot open shared object file: No such file or directory
[TIDL Import]  WARNING: System command failed with return code : 32512. Skipping Graph Visualization.
The soft limit is 10240
The hard limit is 10240
MEM: Init ... !!!
MEM: Init ... Done !!!
 0.0s:  VX_ZONE_INFO: Globally Enabled VX_ZONE_ERROR
 0.6s:  VX_ZONE_INFO: Globally Enabled VX_ZONE_WARNING
============= [Quantization & Calibration for subgraph_0 Started] =============

  - 进度: 1/10 -> 0018.jpg
  - 进度: 2/10 -> 0019.jpg
  - 进度: 3/10 -> 0036.jpg
  - 进度: 4/10 -> 0059.jpg
  - 进度: 5/10 -> 0060.jpg
  - 进度: 6/10 -> 0088.jpg
  - 进度: 7/10 -> 0096.jpg
  - 进度: 8/10 -> 0108.jpg
  - 进度: 9/10 -> 0110.jpg

-------- Running Calibration in Float Mode to Collect Tensor Statistics --------
[=============================================================================] 100 %

----------------- Fixed-point Calibration Iteration [1 / 10]: -----------------
[=============================================================================] 100 %

MEM: Deinit ... !!!
MEM: Alloc's: 28 alloc's of 241125357 bytes 
MEM: Free's : 28 free's  of 241125357 bytes 
MEM: Open's : 0 allocs  of 0 bytes 
MEM: Deinit ... Done !!!
段错误 (核心已转储)

