edgeai-tidl-tools icon indicating copy to clipboard operation
edgeai-tidl-tools copied to clipboard

Edgeai TIDL Tools and Examples - This repository contains Tools and example developed for Deep learning runtime (DLRT) offering provided by TI’s edge AI solutions.

Results 33 edgeai-tidl-tools issues
Sort by recently updated
recently updated
newest added

![2022-11-21 17-26-11屏幕截图](https://user-images.githubusercontent.com/111262872/203014252-7766c82e-97b6-4405-b0f1-e0819491eec9.png) hello, please explain the DEVICE present what? my product is TDA4VM.

# Issue When running the setup script, `dlr` v1.10 is installed. This version prints out an information message when the module is imported in the interpreter: > You acknowledge and...

Hi, I would like to compile YOLOP (https://github.com/hustvl/YOLOP) YOLOP has three heads (object detection, lane segmentation, road segmentation) How can I select "model_type"? Object detection must have NMS, but Segmentation...

Hello, I am trying to generate the artifacts for TDA4 inference from `tflite` models. While trying to invoke the `tflite_runtime` interpreter with the `tidl_delegate` options on a batched input with...

I am trying to compile the official ONNX version of Efficientnet_lite4 (from [here](https://github.com/onnx/models/tree/main/vision/classification/efficientnet-lite4)) to run on the Jacinto7 but the compilation fails with the following error message: ```bash onnxruntime.capi.onnxruntime_pybind11_state.RuntimeException: [ONNXRuntimeError]...

Hello! I'm currently having issues launching the dockerfile. The build went well (`docker build -t edgeai-tidl-tools .`), but when trying to launch it I get: ``` $ sudo docker run...

I am trying to compile the mobilenet-SSD based model on onnxruntime. But I am facing an error. Preliminary subgraphs created = 2 Final number of subgraphs created are : 1,...

ONNX operator MatMul is not suported now.. By passing why matmul is not suported ?

I'm using TIDL 8.1 and trying a simple classification model (input: [N, 3, 64, 64], output: [N, 26]). I think TIDL now supports batch processing (I guess since version 8..)....

I have a ONNX model and I'm trying to compile using this tool. This model is not acyclic but the message says so. ```bash Number of OD backbone nodes =...