WasabiFan/tidl-yolov5-custom-model-demo

Compilation stops

Opened this issue · 16 comments

I have tried your compile script for compiling my yolov5 ti lite onnx, but compilation stops at the starting it self
mc2

I'd guess you are running out of memory. How much RAM is available on this system?

Otherwise, it's probably a bad input. Do my_model_data/last.onnx and calibration_images exist? Can you show what's in the calibration directory?

Also try running it under gdb: gdb --args python3.6 .... What does it tell you about the crash?

I'd guess you are running out of memory. How much RAM is available on this system?

Otherwise, it's probably a bad input. Do my_model_data/last.onnx and calibration_images exist? Can you show what's in the calibration directory?

Also try running it under gdb: gdb --args python3.6 .... What does it tell you about the crash?

Brother can I have your contact details like instagram?
Ram : 8gb
64 bit processor

I'd guess you are running out of memory. How much RAM is available on this system?

Otherwise, it's probably a bad input. Do my_model_data/last.onnx and calibration_images exist? Can you show what's in the calibration directory?

Also try running it under gdb: gdb --args python3.6 .... What does it tell you about the crash?

There is no error messages like directory not found like that, only thing is that it starts and ends with 10secs

I'd guess you are running out of memory. How much RAM is available on this system?

Otherwise, it's probably a bad input. Do my_model_data/last.onnx and calibration_images exist? Can you show what's in the calibration directory?

Also try running it under gdb: gdb --args python3.6 .... What does it tell you about the crash?

I had 20 images from the training set in calibration directory

TI's official documentation here: https://software-dl.ti.com/codegen/docs/tvm/tvm_tidl_users_guide/compiling.html

It was not very good when I was working on this initially, but it may be better now.


What have you done already, and what files do you have? Show me terminal output that describes what you have done and what files are present. If you trained a model you should have last.onnx.

There is no error messages like directory not found like that, only thing is that it starts and ends with 10secs

Please show the output.

TI's official documentation here: https://software-dl.ti.com/codegen/docs/tvm/tvm_tidl_users_guide/compiling.html

It was not very good when I was working on this initially, but it may be better now.


What have you done already, and what files do you have? Show me terminal output that describes what you have done and what files are present. If you trained a model you should have last.onnx.

There is no error messages like directory not found like that, only thing is that it starts and ends with 10secs

Please show the output.

IMG_20230923_100347.jpg

IMG_20230923_100325.jpg

IMG_20230923_100512.jpg

IMG_20230923_100416.jpg

In the gdb prompt that it gave you, type "run" and hit enter. Then type "bt" and hit enter. Post the output.

In the gdb prompt that it gave you, type "run" and hit enter. Then type "bt" and hit enter. Post the output.

Whether I had done the setup correctly?

In the gdb prompt that it gave you, type "run" and hit enter. Then type "bt" and hit enter. Post the output.

Ok brother let me try and tell you.
Bro i am having a trained yolov8 model is there any way to convert them TI compatible model, I mean whether can I convert into TI models

In the gdb prompt that it gave you, type "run" and hit enter. Then type "bt" and hit enter. Post the output.

IMG_20230924_163720.jpg

I am not aware of support for YOLOv8.


Your GDB screenshot does not include the command you ran. It is likely the incorrect command, as gdb is complaining of unused arguments. Did you include --args after gdb?

I am not aware of support for YOLOv8.


Your GDB screenshot does not include the command you ran. It is likely the incorrect command, as gdb is complaining of unused arguments. Did you include --args after gdb?

Brother can please some examples with your screenshots, kindly please🙏 or else type in notepad and share exact commands

I am not aware of support for YOLOv8.


Your GDB screenshot does not include the command you ran. It is likely the incorrect command, as gdb is complaining of unused arguments. Did you include --args after gdb?

Bro kindly please share your compile.py for reference

IMG_20231031_115408.jpg

I got a new error check out pls