I'm trying to get CPAI working fully on a debian docker container within proxmox. The service is running.
BUT when I try to analyse the images they just sit in the queue 'objectdetection_queue '..
Tried tweaking some settings like network from bridge to host etc.
08:40:08:Started Object Detection (YOLOv5 .NET) module
08:40:08:ObjectDetectionNet.dll: Application started. Press Ctrl+C to shut down.
08:40:08:ObjectDetectionNet.dll: Hosting environment: Production
08:40:08:ObjectDetectionNet.dll: Content root path: /app/preinstalled-modules/ObjectDetectionNet
08:40:09:ObjectDetectionNet.dll: Please ensure you don't enable this module along side any other Object Detection module using the 'vision/detection' route and 'objectdetection_queue' queue (eg. ObjectDetectionYolo). There will be conflicts
08:40:09:ObjectDetectionNet.dll: CodeProject.AI.Modules.ObjectDetection.Yol
bjectDetector[0]
08:40:09:Object Detection (YOLOv5 .NET): Object Detection (YOLOv5 .NET) module started.
08:40:11:Server: This is the latest version
08:40:11:Current Version is 2.1.11-Beta
08:40:40:Client request 'list-custom' in queue 'objectdetection_queue' (...bf51d5)
08:40:40:Client request 'list-custom' in queue 'objectdetection_queue' (...a3ea6f)
08:40:55:Client request 'custom' in queue 'objectdetection_queue' (...88ef32)
08:41:02:Client request 'detect' in queue 'objectdetection_queue' (...59f4f8)
08:40:08:Module 'Object Detection (YOLOv5 .NET)' (ID: ObjectDetectionNet)
08:40:08:Module Path: /app/preinstalled-modules/ObjectDetectionNet
08:40:08:AutoStart: True
08:40:08:Queue: objectdetection_queue
08:40:08
latforms: windows,linux,linux-arm64,macos,macos-arm64
08:40:08:GPU: Support enabled
08:40:08
arallelism: 0
08:40:08:Accelerator:
08:40:08:Half Precis.: enable
08:40:08:Runtime: dotnet
08:40:08:Runtime Loc: Shared
08:40:08:FilePath: ObjectDetectionNet.dll
08:40:08
re installed: True
08:40:08:Start pause: 1 sec
08:40:08:LogVerbosity:
08:40:08:Valid: True
08:40:08:Environment Variables
08:40:08:CUSTOM_MODELS_DIR = %CURRENT_MODULE_PATH%\custom-models
08:40:08:MODELS_DIR = %CURRENT_MODULE_PATH%\assets
08:40:08:MODEL_SIZE = MEDIUM
Any ideas?
Update: Got it working on the
Object Detection (YOLOv5 6.2) but not .net which is odd. Installed the .net etc.
ok well its working at least but looks like somelibraries are possibly missing for 5.2 net to work?
Thanks