In the earlier versions, I placed all my custom models in the '\CodeProject\AI\AnalysisLayer\CustomDetection\assets" directory. With the new version it installed the "default" models with a 0 size and then said in the console log:
C:\Program Files\CodeProject\AI\AnalysisLayer\ObjectDetectionYolo\custom-models\delivery.pt does not exist
delivery.pt was one of the custom model files that I had recently installed, but now it wants me to place it in the above path instead? I did so and it started working but now I'm confused... are the custom models still going into the original assets folder or this new version (1.6-Beta) ??
Oh and I replaced all the existing models with a zero length size with what I had backed up before installing the latest beta and they began working. Weirdness.
I still cannot run anything with CUDA support on this GT 730 - but I am assuming my video card just isn't good enough for that and since this i7 DELL does not have the power supply interfaces needed for my GeForce GTX 970 - I'm stuck with just running CPU:
2022-09-22 16:12:48: Unable to load model at C:\Program Files\CodeProject\AI\AnalysisLayer\ObjectDetectionYolo\custom-models\ipcam-dark.pt (CUDA error: no kernel image is available for execution on the device
CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.)
2022-09-22 16:12:48: Unable to create YOLO detector for model ipcam-dark
... but the times aren't TOO bad...
2022-09-23 00:00:28: Module 'Object Detection (YOLO)' (command: custom) took 103ms
2022-09-23 00:00:28: Sending response for request from detection_queue took 4ms
2022-09-23 00:00:29: Retrieved detection_queue command
2022-09-23 00:00:29: Detecting using ipcam-dark
2022-09-23 00:00:29: Module 'Object Detection (YOLO)' (command: custom) took 104ms
2022-09-23 00:00:29: Sending response for request from detection_queue took 2ms
2022-09-23 00:00:40: Retrieved detection_queue command
2022-09-23 00:00:40: Detecting using ipcam-animal
2022-09-23 00:00:40: Module 'Object Detection (YOLO)' (command: custom) took 90ms
2022-09-23 00:00:40: Sending response for request from detection_queue took 2ms
2022-09-23 00:00:44: Retrieved detection_queue command
2022-09-23 00:00:44: Detecting using ipcam-dark
2022-09-23 00:00:44: Module 'Object Detection (YOLO)' (command: custom) took 102ms
2022-09-23 00:00:44: Sending response for request from detection_queue took 1ms