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
127 stars 31 forks source link

OSError: /home/.../edgeai-tidl-tools/tidl_tools/tidl_model_import_tflite.so: cannot open shared object file: No such file or directory #13

Closed hfw6310 closed 2 years ago

hfw6310 commented 2 years ago

OSError: /home/.../edgeai-tidl-tools/tidl_tools/tidl_model_import_tflite.so: cannot open shared object file: No such file or directory

After the whole project is compiled, as the following figure shows, there is no folder tidl_tools in my project. could you please tell me how to address this problem? 图片1

hfw6310 commented 2 years ago

Errors above occured when I ran the "./scripts/run_python_examples.sh" on one linux PC

anandp09 commented 2 years ago

@hfw6310 Did you run the setup.sh script?

Please refer below setup steps: https://github.com/TexasInstruments/edgeai-tidl-tools#setup

anandp09 commented 2 years ago

@hfw6310 Is this issue resolved?

hfw6310 commented 2 years ago

@hfw6310 Is this issue resolved?

yes, thank you, it is due to the mismatch of python version which should be 3.6 . Can you please tell me how to solve this issue at https://github.com/TexasInstruments/edgeai-yolov5/issues/8 ? we want to run our trained yolov5 model for object detection on J721e EVM based on the vision_apps object detection demo at https://downloads.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/latest/exports/docs/vision_apps/docs/user_guide/group_apps_dl_demos_app_tidl_od.html#autotoc_md70 .

anandp09 commented 2 years ago

@hfw6310 Let me close this thread in that case and let's continue the discussion in the above mentioned thread.