- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
By Running the # Object Detection Python\* Demo after moving complete folder from initial location (/opt/intel/openvino_2021/deployment_tools/inference_engine/demos/python_demos/object_detection_demo/object_detection_demo.py) => and running the script everything works perfect
By Running the # Object Detection Python\* Demo after moving complete folder from initial location (/opt/intel/openvino_2021/deployment_tools/inference_engine/demos/python_demos/object_detection_demo/object_detection_demo.py) on other location (/home/mircea/projects/object_detection_demo/object_detection_demo.py) and running the script I'm getting this error:
import fnmatch, glob, traceback, errno, sys, atexit, locale, imp, stat
Traceback (most recent call last):
File "/home/mircea/projects/object_detection_demo/object_detection_demo.py", line 32, in <module>
from models import *
ModuleNotFoundError: No module named 'models'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I find it out were were saved right after posting the question,
Thanks for help !
So all Missing scripts which caused the error in this case can be found in :
/opt/intel/openvino_2021/deployment_tools/inference_engine/demos/python_demos/common
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I find it out were were saved right after posting the question,
Thanks for help !
So all Missing scripts which caused the error in this case can be found in :
/opt/intel/openvino_2021/deployment_tools/inference_engine/demos/python_demos/common

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page