Other Parts Discussed in Thread: AM68A, AM68
I want to build a precompiled yolov5m for TI_SOC (AM68a) utilising OSRT, and I have entered the following command to build it, but the output file was not correct.
Please tell me the steps to follow.(I'm TIDL beginner)
python3 onnxrt_ep.py -c -m yolov5m6_640_ti_lite_44p1_62p9
(In the param.yaml of the generated directory, target device name is shown as PC)
<using pretraining model>.
software-dl.ti.com/.../od-8120_ onnxrt_coco_edgeai-yolov5_yolov5m6_640_ti_lite_44p1_62p9_onnx.tar.gz
** github.com/.../ti_edgeai_tidl_tools_9.0_am68a.ipynb
---<param.yaml @ generated model-artifacts/yolov5m6_640_ti_lite_44p1_62p9 >---
postprocess:.
data_layout:NCHW
detection_thr: 0.3
preprocess:
crop:
-640
-640
data_layout: NCHW
mean: 0
- 0
- 0
- 0
resize:.
-640
-640
scale: -1
-1
-1
-1
session:.
artifacts_folder: ''
model_folder: model
model_path: yolov5m6_640_ti_lite_44p1_62p9.onnx
session_name: onnxrt
target_device: pc
task_type: detection
-----------------------------