You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting:
Alturos.Yolo.YoloInitializeException: "Microsoft Visual C++ 2017-2019 Redistributable (x64)"
....when pressing "Detect" button. http://puu.sh/H1VRO/6a4470fb0a.png at Alturos.Yolo.YoloWrapper.Initialize(String configurationFilename, String weightsFilename, String namesFilename, GpuConfig gpuConfig) at Alturos.Yolo.YoloWrapper..ctor(YoloConfiguration yoloConfiguration, GpuConfig gpuConfig, IYoloSystemValidator yoloSystemValidator) at Object_Detection.Form1.detectButton_Click(Object sender, EventArgs e) in E:\C#\Object-Detection-master\Object Detection\Object Detection\Form1.cs:line 36 at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg) at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at Object_Detection.Program.Main() in E:\C#\Object-Detection-master\Object Detection\Object Detection\Program.cs:line 19
The text was updated successfully, but these errors were encountered:
Getting:
Alturos.Yolo.YoloInitializeException: "Microsoft Visual C++ 2017-2019 Redistributable (x64)"
....when pressing "Detect" button.
http://puu.sh/H1VRO/6a4470fb0a.png
at Alturos.Yolo.YoloWrapper.Initialize(String configurationFilename, String weightsFilename, String namesFilename, GpuConfig gpuConfig) at Alturos.Yolo.YoloWrapper..ctor(YoloConfiguration yoloConfiguration, GpuConfig gpuConfig, IYoloSystemValidator yoloSystemValidator) at Object_Detection.Form1.detectButton_Click(Object sender, EventArgs e) in E:\C#\Object-Detection-master\Object Detection\Object Detection\Form1.cs:line 36 at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg) at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at Object_Detection.Program.Main() in E:\C#\Object-Detection-master\Object Detection\Object Detection\Program.cs:line 19
The text was updated successfully, but these errors were encountered: