- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi I am facing the below issue:
F:\openvino\inference_engine\demos\smart_classroom_demo>where python
C:\Python38\python.exe
D:\Python27\python.exe
C:\Users\suran\AppData\Local\Microsoft\WindowsApps\python.exe
F:\openvino\inference_engine\demos\smart_classroom_demo>python create_list.py F:\openvino\inference_engine\demos\fr_gallery
F:\openvino\inference_engine\demos\smart_classroom_demo>type faces_gallery.json
{}
F:\openvino\inference_engine\demos\smart_classroom_demo>
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
checked the python file and found that a trailing forward slash is needed
files_list = glob.glob(dir + '*.png') + glob.glob(dir + '*.jpg')
this works fine:
python create_list.py fr_gallery/
Thank you. we can close the case.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
checked the python file and found that a trailing forward slash is needed
files_list = glob.glob(dir + '*.png') + glob.glob(dir + '*.jpg')
this works fine:
python create_list.py fr_gallery/
Thank you. we can close the case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Neelabh,
This thread will no longer be monitored since this issue has been resolved. If you need any additional information from Intel, please submit a new question.
Regards,
Munesh

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