With further investigation, I tried restarting the machine, and watched the processes as the machine started up.
Initially, CodeProject AI Server ran, along with the ObjectDetectionYOLOv5 module. This was apparent in the task manager of the machine. At one point, apparently about when the Blue Iris service started, I no longer saw the ObjectDetectionYOLOv5 module listed. The Code Project server service was still listed however.
I looked at the Code Project web page, the server was online, but the YOLOv5 module showed stopped.
Looking at the log file, I saw initially an entry of:
Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Finally, the following:
2024-07-22 11:01:39: Response rec'd from Object Detection (YOLOv5 .NET) command 'custom' (#reqid bc72cd48-081a-49e4-ae0f-545714fd0a49) ['Found car, car, car'] took 174ms
2024-07-22 11:01:41: ** Module ObjectDetectionYOLOv5Net has shutdown
2024-07-22 11:01:41: ObjectDetectionYOLOv5Net.exe: has exited
Following is the log file at the time of the errors:
2024-07-22 10:59:28: Started Object Detection (YOLOv5 .NET) module
2024-07-22 10:59:30: Current Version is 2.6.5
2024-07-22 10:59:30: Server: This is the latest version
2024-07-22 10:59:35: ObjectDetectionYOLOv5Net.exe: Application started. Press Ctrl+C to shut down.
2024-07-22 10:59:35: ObjectDetectionYOLOv5Net.exe: Hosting environment: Production
2024-07-22 10:59:35: ObjectDetectionYOLOv5Net.exe: Content root path: C:\Program Files\CodeProject\AI\modules\ObjectDetectionYOLOv5Net
2024-07-22 10:59:36: Object Detection (YOLOv5 .NET): Object Detection (YOLOv5 .NET) module started. in Object Detection (YOLOv5 .NET)
2024-07-22 11:01:31: Client request 'custom' in queue 'objectdetection_queue' (#reqid 6ec27f46-2728-4242-990e-90692087c2b1)
2024-07-22 11:01:31: Request 'custom' dequeued from 'objectdetection_queue' (#reqid 6ec27f46-2728-4242-990e-90692087c2b1)
2024-07-22 11:01:31: Client request 'custom' in queue 'objectdetection_queue' (#reqid a22f03f7-a71a-4d13-bc0f-65b143a848ff)
2024-07-22 11:01:31: Request 'custom' dequeued from 'objectdetection_queue' (#reqid a22f03f7-a71a-4d13-bc0f-65b143a848ff)
2024-07-22 11:01:31: Client request 'custom' in queue 'objectdetection_queue' (#reqid 92411c7c-6045-43db-bbc5-87f9aba4aff5)
2024-07-22 11:01:31: Client request 'custom' in queue 'objectdetection_queue' (#reqid c295265c-38d8-402c-8b43-9df8b9c46d27)
2024-07-22 11:01:31: Client request 'custom' in queue 'objectdetection_queue' (#reqid bc72cd48-081a-49e4-ae0f-545714fd0a49)
2024-07-22 11:01:31: Request 'custom' dequeued from 'objectdetection_queue' (#reqid 92411c7c-6045-43db-bbc5-87f9aba4aff5)
2024-07-22 11:01:31: Request 'custom' dequeued from 'objectdetection_queue' (#reqid c295265c-38d8-402c-8b43-9df8b9c46d27)
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at Microsoft.ML.OnnxRuntime.InferenceSession.Init(Byte[], Microsoft.ML.OnnxRuntime.SessionOptions, Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer)
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at Microsoft.ML.OnnxRuntime.InferenceSession..ctor(Byte[], Microsoft.ML.OnnxRuntime.SessionOptions)
2024-07-22 11:01:36: System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: ..ctor(System.String, Microsoft.ML.OnnxRuntime.SessionOptions) in System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at CodeProject.AI.Modules.ObjectDetection.YOLOv5.ObjectDetector..ctor(System.String, Microsoft.Extensions.Logging.ILogger`1<CodeProject.AI.Modules.ObjectDetection.YOLOv5.ObjectDetector>)
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at CodeProject.AI.Modules.ObjectDetection.YOLOv5.ObjectDetectionWorker.GetDetector(System.String, Boolean)
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at CodeProject.AI.Modules.ObjectDetection.YOLOv5.ObjectDetectionWorker.DoDetection(System.String, CodeProject.AI.SDK.RequestFormFile, Single)
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at CodeProject.AI.Modules.ObjectDetection.YOLOv5.ObjectDetectionWorker.Process(CodeProject.AI.SDK.BackendRequest)
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at CodeProject.AI.SDK.ModuleWorkerBase+<ProcessQueue>d__57.MoveNext()
2024-07-22 11:01:36: System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[CodeProject.AI.SDK.ModuleWorkerBase+<ProcessQueue>d__57, CodeProject.AI.Module.SDK, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null: .ExecutionContextCallback(System.Object) in System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[CodeProject.AI.SDK.ModuleWorkerBase+<ProcessQueue>d__57, CodeProject.AI.Module.SDK, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
2024-07-22 11:01:36: System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[CodeProject.AI.SDK.ModuleWorkerBase+<ProcessQueue>d__57, CodeProject.AI.Module.SDK, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null: .MoveNext(System.Threading.Thread) in System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[CodeProject.AI.SDK.ModuleWorkerBase+<ProcessQueue>d__57, CodeProject.AI.Module.SDK, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null
2024-07-22 11:01:36: System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[CodeProject.AI.SDK.ModuleWorkerBase+<ProcessQueue>d__57, CodeProject.AI.Module.SDK, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null: .MoveNext() in System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[CodeProject.AI.SDK.ModuleWorkerBase+<ProcessQueue>d__57, CodeProject.AI.Module.SDK, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(System.Runtime.CompilerServices.IAsyncStateMachineBox, Boolean)
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.Tasks.Task.RunContinuations(System.Object)
2024-07-22 11:01:36: System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: .SetExistingTaskResult(System.Threading.Tasks.Task`1<System.__Canon>, System.__Canon) in System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at CodeProject.AI.SDK.BackendClient+<GetRequest>d__8.MoveNext()
2024-07-22 11:01:36: System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[CodeProject.AI.SDK.BackendClient+<GetRequest>d__8, CodeProject.AI.Module.SDK, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null: .ExecutionContextCallback(System.Object) in System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[CodeProject.AI.SDK.BackendClient+<GetRequest>d__8, CodeProject.AI.Module.SDK, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
2024-07-22 11:01:36: System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[CodeProject.AI.SDK.BackendClient+<GetRequest>d__8, CodeProject.AI.Module.SDK, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null: .MoveNext(System.Threading.Thread) in System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[CodeProject.AI.SDK.BackendClient+<GetRequest>d__8, CodeProject.AI.Module.SDK, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null
2024-07-22 11:01:36: System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[CodeProject.AI.SDK.BackendClient+<GetRequest>d__8, CodeProject.AI.Module.SDK, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null: .MoveNext() in System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[CodeProject.AI.SDK.BackendClient+<GetRequest>d__8, CodeProject.AI.Module.SDK, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(System.Runtime.CompilerServices.IAsyncStateMachineBox, Boolean)
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.Tasks.Task.RunContinuations(System.Object)
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Net.Http.HttpClient+<<SendAsync>g__Core|83_0>d.MoveNext()
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
2024-07-22 11:01:36: System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Net.Http.HttpClient+<<SendAsync>g__Core|83_0>d, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a: .MoveNext(System.Threading.Thread) in System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Net.Http.HttpClient+<<SendAsync>g__Core|83_0>d, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(System.Runtime.CompilerServices.IAsyncStateMachineBox, Boolean)
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.Tasks.Task.RunContinuations(System.Object)
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Net.Http.RedirectHandler+<SendAsync>d__4.MoveNext()
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
2024-07-22 11:01:36: System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Net.Http.RedirectHandler+<SendAsync>d__4, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a: .MoveNext(System.Threading.Thread) in System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Net.Http.RedirectHandler+<SendAsync>d__4, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(System.Runtime.CompilerServices.IAsyncStateMachineBox, Boolean)
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.Tasks.Task.RunContinuations(System.Object)
2024-07-22 11:01:36: System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: .TrySetResult(System.__Canon) in System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Net.Http.HttpConnectionPool+<SendWithVersionDetectionAndRetryAsync>d__89.MoveNext()
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(System.Runtime.CompilerServices.IAsyncStateMachineBox, Boolean)
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.Tasks.Task.RunContinuations(System.Object)
2024-07-22 11:01:36: System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: .TrySetResult(System.__Canon) in System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Net.Http.HttpConnection+<SendAsync>d__57.MoveNext()
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
2024-07-22 11:01:36: System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Net.Http.HttpConnection+<SendAsync>d__57, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a: .MoveNext(System.Threading.Thread) in System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Net.Http.HttpConnection+<SendAsync>d__57, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
2024-07-22 11:01:36: System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Net.Http.HttpConnection+<SendAsync>d__57, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a: .MoveNext() in System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Net.Http.HttpConnection+<SendAsync>d__57, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(System.Runtime.CompilerServices.IAsyncStateMachineBox, Boolean)
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.Tasks.Task.RunContinuations(System.Object)
2024-07-22 11:01:36: System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: .TrySetResult(System.Threading.Tasks.VoidTaskResult) in System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
2024-07-22 11:01:36: System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: .SetExistingTaskResult(System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>, System.Threading.Tasks.VoidTaskResult) in System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.SetResult()
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Net.Http.HttpConnection+<InitialFillAsync>d__82.MoveNext()
2024-07-22 11:01:36: System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Net.Http.HttpConnection+<InitialFillAsync>d__82, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a: .ExecutionContextCallback(System.Object) in System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Net.Http.HttpConnection+<InitialFillAsync>d__82, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
2024-07-22 11:01:36: System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Net.Http.HttpConnection+<InitialFillAsync>d__82, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a: .MoveNext(System.Threading.Thread) in System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Net.Http.HttpConnection+<InitialFillAsync>d__82, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
2024-07-22 11:01:36: System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Net.Http.HttpConnection+<InitialFillAsync>d__82, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a: .MoveNext() in System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Net.Http.HttpConnection+<InitialFillAsync>d__82, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Net.Sockets.SocketAsyncEventArgs+<>c.<.cctor>b__173_0(UInt32, UInt32, System.Threading.NativeOverlapped*)
2024-07-22 11:01:36: System.Threading.PortableThreadPool+IOCompletionPoller+Event, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Threading.PortableThreadPool+IOCompletionPoller+Callback, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: .System.Threading.IThreadPoolWorkItem.Execute() in System.Threading.PortableThreadPool+IOCompletionPoller+Event, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Threading.PortableThreadPool+IOCompletionPoller+Callback, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.ThreadPoolWorkQueue.Dispatch()
2024-07-22 11:01:36: ObjectDetectionYOLOv5Net.exe: at System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart()
2024-07-22 11:01:39: Request 'custom' dequeued from 'objectdetection_queue' (#reqid bc72cd48-081a-49e4-ae0f-545714fd0a49)
2024-07-22 11:01:39: Response rec'd from Object Detection (YOLOv5 .NET) command 'custom' (#reqid 6ec27f46-2728-4242-990e-90692087c2b1) ['Found car, car'] took 7572ms
2024-07-22 11:01:39: Response rec'd from Object Detection (YOLOv5 .NET) command 'custom' (#reqid 92411c7c-6045-43db-bbc5-87f9aba4aff5) ['No objects found'] took 153ms
2024-07-22 11:01:39: Response rec'd from Object Detection (YOLOv5 .NET) command 'custom' (#reqid bc72cd48-081a-49e4-ae0f-545714fd0a49) ['Found car, car, car'] took 174ms
2024-07-22 11:01:41: ** Module ObjectDetectionYOLOv5Net has shutdown
2024-07-22 11:01:41: ObjectDetectionYOLOv5Net.exe: has exited
I will try to uninstall and reinstall the module and see what happens. I also will try excluding the Code Project directory from anti virus real time.
|