model zoo Object detection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-24 1: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.
- Labels:
-
Model Zoo
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-02 1: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,
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-28 2: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,
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-28 7:17 AM
Hello,
Attached is the yaml file
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-28 7: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?
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-01 2:03 AM
Hello,
yes I confirm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-02 1: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,
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
