WasabiFan / tidl-yolov5-custom-model-demo

A walkthrough and personal notes on running YOLOv5 models with TIDL.
28 stars 6 forks source link

Calibration not starting in container with tidl 8.2 #6

Closed RGBsrs closed 11 months ago

RGBsrs commented 1 year ago

When I try compile yolov5 640 px from ti model zoo it do compilation step but calibration not starts. And files detections_tidl_io_1.bin, detections_tidl_net.bin not created in tidl_output directory.

But if I use container from branch edgeai-8-6 calibration starts and this files exists in output. But I cant use whis compiled model in my BeagleBone AI-64 with bbai64-debian-11.6-xfce-edgeai-arm64-2023-01-02-10gb.img.xz image

WasabiFan commented 1 year ago

Can you show output that illustrates the behavior? By not starting, do you mean the program hangs indefinitely?

WasabiFan commented 1 year ago

That it works for 8.6 but not 8.2 suggests it may be a TI bug, but hopefully the output gives more info.

RGBsrs commented 1 year ago

Sure. "By not starting, do you mean the program hangs indefinitely" - no, program completed successfully, but without calibraion process logs in terminal window. Here output files of container with tidl 8.2 image And output files of container with tidl 8.6 image This operations are exist in both tidls image Also here example of tidl 8.6 console output which not exist when I try use tidl 8.2 image

RGBsrs commented 1 year ago

I found that this problem is only with big input size of model. Another one with smaller input compiled successfully and much faster.

Mugutech62 commented 11 months ago

I found that this problem is only with big input size of model. Another one with smaller input compiled successfully and much faster.

hey man can please help me out in compiling model of edge yolov5

RGBsrs commented 11 months ago

Yes. What problem you have?

Mugutech62 commented 11 months ago

Yes. What problem you have?

i dont know what is the exact step to compile, can you please each and every step ? probably can you please give insta or any contact detail to communicate with? if possible

Mugutech62 commented 11 months ago

i am intrested in compiling edge yolo ti lite models using edgeai tidl tools or edge ai benchmark

RGBsrs commented 11 months ago

I think that owner of this repo can help more. I only use his instructions.