edgeai-tidl-tools
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.
SDK_version : ti-processor-sdk-rtos-j721s2-evm-08_05_00_11 TIDL_version : tidl_j721s2_08_05_00_16 I run commands below ``` export DEVICE=j7 export TIDL_TOOLS_PATH=${PSDKR_PATH}/tidl_j721s2_08_05_00_16/tidl_tools source ./setup.sh ``` and all passed. but error occured when I compile the onnx model:...
Hi I tested my onnx pose model inference speed on the TDA4VM board, which has generated artifacts files using edgeai-tidl-tools tools. I found that the inference speed of the CPU...
Please provide step by step instructions on how to build and run the docker for this repo
Adding to model optimizer/conv.py to allow even-sized convolutions to be implemented with larger odd-size. For example, Conv4x4 is replaced with conv5x5. Only square spatial kernels are supported. Padding is added...
yolov8的使用案例在哪?
Hi, I'm attempting to compile an QDQ model with the config option: ``` 'optional_options' : { 'advanced_options:prequantized_model': 1, } ``` but it seems the QDQ model is unsupported: ``` python...
How to set parameters for "outputParamsFile" and "outputNetFile" ? When number of outputs is large
************** Frame index 1 : Running float import ************* ERROR: Could not open ../../../model-artifacts//front64//tempDir/preds_reg_reg3d_0preds_reg_reg3d_1preds_reg_reg3d_2preds_cls_arrow_direction_0preds_reg_stopline_0preds_cls_arrow_direction_1preds_reg_stopline_1preds_cls_arrow_direction_2preds_reg_stopline_2merged_c_0merged_r_0merged_c_1merged_r_1merged_c_2merged_r_2preds_seg_tidl_net.bin file for writing
I am trying to run the Jupyter notebook examples but have encountered some segmentation faults when running them. The segmentation faults are thrown once the `InferenceSession` is created for the...
Hi, I'm attempting to compile an QDQ model with the config option: 'optional_options' : { 'advanced_options:prequantized_model': 1, } But a problem occurred: Graph Domain TO version : 11**************************************************** ** All...
Fixed bug reported in https://github.com/TexasInstruments/edgeai-tidl-tools/issues/85 also copied here for convenience WARNING: Error parsing dependencies of python-debian: Invalid version: '0.1.36ubuntu1' pip3 install --no-input git+https://github.com/NVIDIA/TensorRT@release/8.5#subdirectory=tools/onnx-graphsurgeon Defaulting to user installation because normal site-packages...