Skip to main content
Associate II
August 24, 2024
Solved

model zoo Object detection

  • August 24, 2024
  • 4 replies
  • 1851 views

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

I
Best answer by Laurent FOLLIOT

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,

4 replies

Laurent FOLLIOT
ST Employee
August 28, 2024

Hello,
Could you share your yaml file please?
We do not reproduce the issue as this time on last model zoo version.
Regards,

MH24Author
Associate II
August 28, 2024

Hello,

Attached is the yaml file

Thank you 

Laurent FOLLIOT
ST Employee
August 28, 2024

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? 

MH24Author
Associate II
September 1, 2024

Hello,

yes I confirm

Laurent FOLLIOT
Laurent FOLLIOTBest answer
ST Employee
September 2, 2024

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,