TexasInstruments / edgeai-tidl-tools

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.
Other
121 stars 27 forks source link

Expected Model Compilation Output in Model Artifacts? #28

Closed dpetersonVT23 closed 1 year ago

dpetersonVT23 commented 1 year ago

I am compiling YOLOv5 Ti Lite .onnx and .prototxt using onnxrt_ep.py. If the model compilation is successful, what files should I expect to see in model_artifacts?

If I am compiling for the Beaglebone AI board on my Linux PC, what should I be setting device to?

kumardesappan commented 1 year ago

The model_artifacts shall have couple .bin and .txt and few *svg files that would be used in inference. BTW,user need not to understand these file, just need to pass the folder as input to the RT creation

dpetersonVT23 commented 1 year ago

Sounds good thank you.