There are some minor issue with the below modules
Mike, I Installed v2.0.6 on two machines and neither one of them are working now. Both machines are CPU only and were working fine on v2.0.5. To get v2.0.5 to work I had to add the asset and custom model directories to the C:\Program Files\CodeProject\AI\AnalysisLayer\ObjectDetectionYolo directory and restart the service.
Here are the server error log files from both machines if you are interested.
1st Machine
22:34:28: OCR_adapter.py: Traceback (most recent call last):
22:34:28: OCR_adapter.py: File "C:\Program Files\CodeProject\AI\modules\OCR\OCR_adapter.py", line 8, in
22:34:28: OCR_adapter.py: from analysis.codeprojectai import CodeProjectAIRunner
22:34:28: OCR_adapter.py: File "../../SDK/Python\analysis\codeprojectai.py", line 30, in
22:34:28: OCR_adapter.py: import aiohttp
22:34:28: OCR_adapter.py: ModuleNotFoundError: No module named 'aiohttp'
22:34:31: superres_adapter.py: Traceback (most recent call last):
22:34:31: superres_adapter.py: File "C:\Program Files\CodeProject\AI\modules\SuperResolution\superres_adapter.py", line 21, in
22:34:31: superres_adapter.py: from superresolution import superresolution, load_pretrained_weights
22:34:31: superres_adapter.py: File "C:\Program Files\CodeProject\AI\modules\SuperResolution\superresolution.py", line 10, in
22:34:31: superres_adapter.py: from torch import nn
22:34:31: superres_adapter.py: ModuleNotFoundError: No module named 'torch'
2nd Machine
22:18:18: detect_adapter.py: Traceback (most recent call last):
22:18:18: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\ObjectDetectionYolo\detect_adapter.py", line 16, in
22:18:18: detect_adapter.py: from analysis.codeprojectai import CodeProjectAIRunner
22:18:18: detect_adapter.py: File "../../SDK/Python\analysis\codeprojectai.py", line 36, in
22:18:18: detect_adapter.py: from analysis.requestdata import AIRequestData
22:18:18: detect_adapter.py: File "../../SDK/Python\analysis\requestdata.py", line 8, in
22:18:18: detect_adapter.py: from PIL import Image
22:18:18: detect_adapter.py: ImportError: cannot import name 'Image' from 'PIL' (unknown location)