Click here to Skip to main content
15,887,410 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Server logs:

Quote:

15:14:08:Operating System: Windows (Microsoft Windows 11 version 10.0.22621)
15:14:08:CPUs: 12th Gen Intel(R) Core(TM) i5-1235U (Intel)
15:14:08: 1 CPU x 10 cores. 12 logical processors (x64)
15:14:08:GPU: Microsoft Remote Display Adapter (Microsoft)
15:14:08: Driver: 10.0.22621.2070
15:14:08:System RAM: 16 GiB
15:14:08:Target: Windows
15:14:08:BuildConfig: Release
15:14:08:Execution Env: Native
15:14:08:Runtime Env: Production
15:14:08:.NET framework: .NET 7.0.11
15:14:08:App DataDir: C:\ProgramData\CodeProject\AI
15:14:08:Video adapter info:
15:14:08: Microsoft Remote Display Adapter:
15:14:08: Driver Version 10.0.22621.2070
15:14:08: Video Processor
15:14:08: Intel(R) Iris(R) Xe Graphics:
15:14:08: Driver Version 31.0.101.4824
15:14:08: Video Processor Intel(R) Iris(R) Xe Graphics Family
15:14:08:ROOT_PATH = C:\Program Files\CodeProject\AI
15:14:08:RUNTIMES_PATH = C:\Program Files\CodeProject\AI\runtimes
15:14:08:PREINSTALLED_MODULES_PATH = C:\Program Files\CodeProject\AI\preinstalled-modules
15:14:08:MODULES_PATH = C:\Program Files\CodeProject\AI\modules
15:14:08:PYTHON_PATH = \bin\windows\%PYTHON_RUNTIME%\venv\scripts\Python
15:14:08:Data Dir = C:\ProgramData\CodeProject\AI
15:14:08:Server version: 2.1.11-Beta
15:14:13:Server: This is the latest version
15:14:41:Preparing to install module 'ObjectDetectionNet'
15:14:41:Downloading module 'ObjectDetectionNet'
15:14:41:Installing module 'ObjectDetectionNet'
15:14:41:ObjectDetectionNet: Installing CodeProject.AI Analysis Module
15:14:41:ObjectDetectionNet: ========================================================================
15:14:42:ObjectDetectionNet: CodeProject.AI Installer
15:14:42:ObjectDetectionNet: ========================================================================
15:14:42:ObjectDetectionNet: Checking GPU support
15:14:42:ObjectDetectionNet: CUDA Present...False
15:14:42:ObjectDetectionNet: Allowing GPU Support: Yes
15:14:42:ObjectDetectionNet: Allowing CUDA Support: No
15:14:42:ObjectDetectionNet: General CodeProject.AI setup
15:14:42:ObjectDetectionNet: Creating Directories...Done
15:14:42:ObjectDetectionNet: Installing module ObjectDetectionNet
15:14:44:ObjectDetectionNet: Start-BitsTransfer : HTTP status 403: The client does not have sufficient access rights to the requested server object.
15:14:44:ObjectDetectionNet: At line:1 char:1
15:14:44:ObjectDetectionNet: + Start-BitsTransfer -Source 'https://codeproject-ai.s3.ca-central-1.am ...
15:14:44:ObjectDetectionNet: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15:14:44:ObjectDetectionNet: + CategoryInfo : InvalidOperation: (:) [Start-BitsTransfer], Exception
15:14:44:ObjectDetectionNet: + FullyQualifiedErrorId : StartBitsTransferCOMException,Microsoft.BackgroundIntelligentTransfer.Management.NewBits
15:14:44:ObjectDetectionNet: TransferCommand
15:14:44:ObjectDetectionNet: Downloading ObjectDetectionNet module...An error occurred that could not be resolved.
15:18:41:ObjectDetectionNet: Downloading YOLO ONNX models...Expanding...Done.
15:20:37:ObjectDetectionNet: Downloading Custom YOLO ONNX models...Expanding...Done.
15:20:37:ObjectDetectionNet: Module setup complete
15:20:37:Module ObjectDetectionNet installed successfully.
15:20:37:Module ObjectDetectionNet not configured to AutoStart.
15:20:37:Installer exited with code 0
15:20:37:Unknown response from server
15:21:08:Unknown response from serverInfo
15:30:03:
15:30:03:Module 'Object Detection (YOLOv5 .NET)' (ID: ObjectDetectionNet)
15:30:03:Module Path: C:\Program Files\CodeProject\AI\modules\ObjectDetectionNet
15:30:03:AutoStart: True
15:30:03:Queue: objectdetection_queue
15:30:03:Platforms: windows,linux,linux-arm64,macos,macos-arm64
15:30:03:GPU: Support enabled
15:30:03:Parallelism: 0
15:30:03:Accelerator:
15:30:03:Half Precis.: enable
15:30:03:Runtime: execute
15:30:03:Runtime Loc: Shared
15:30:03:FilePath: ObjectDetectionNet.exe
15:30:03:Pre installed: False
15:30:03:Start pause: 1 sec
15:30:03:LogVerbosity:
15:30:03:Valid: True
15:30:03:Environment Variables
15:30:03:CUSTOM_MODELS_DIR = %CURRENT_MODULE_PATH%\custom-models
15:30:03:MODELS_DIR = %CURRENT_MODULE_PATH%\assets
15:30:03:MODEL_SIZE = MEDIUM
15:30:03:
15:30:03:Error trying to start Object Detection (YOLOv5 .NET) (ObjectDetectionNet.exe)
15:30:03:An error occurred trying to start process 'C:\Program Files\CodeProject\AI\modules\ObjectDetectionNet\ObjectDetectionNet.exe' with working directory 'C:\Program Files\CodeProject\AI\modules\ObjectDetectionNet'. The system cannot find the file specified.
15:30:03: at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at CodeProject.AI.API.Server.Frontend.ModuleProcessServices.StartProcess(ModuleConfig module)
15:30:03:Please check the CodeProject.AI installation completed successfully


What I have tried:

Initially attempted to update YOLOv5.NET module from notification in CodeProject manglement page, but this failed, leaving the module unusable. Tried a clean install, and the same module installation failed in the same way.
Posted
Updated 19-Sep-23 10:56am
v2

1 solution

This would be better posted in the dedicated forum: CodeProject.AI Discussions[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900