- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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 솔루션
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
