2024-08-24 01:57 PM
Hello,
I want to implement an application for detecting items in the kitchen on an STM32-H747i-DISCO board. I installed Python 3.10.2, TensorFlow 2.8, CUDA 11.7, and cuDNN v8.8.1. After installing the model zoo , I tried running the command in Command Prompt python stm32ai_main.py , from this path " ..\stm32ai-modelzoo\object_detection\src". But I encountered the attached error
Solved! Go to Solution.
2024-09-02 01:27 AM
Hello,
As this is path related issue, could you create a new virtual environment either with Conda or python?
This should avoid such issues.
Thanks & Regards,
2024-08-28 02:26 AM
Hello,
Could you share your yaml file please?
We do not reproduce the issue as this time on last model zoo version.
Regards,
2024-08-28 07:17 AM
2024-08-28 07:32 AM
Thanks,
Do you confirm that you cloned the repository from GitHub, without code modification and that preprocess.py file is well cloned in src/preprocessing folder?
2024-09-01 02:03 AM
Hello,
yes I confirm
2024-09-02 01:27 AM
Hello,
As this is path related issue, could you create a new virtual environment either with Conda or python?
This should avoid such issues.
Thanks & Regards,