kolaszko / hl2_detection

Apache License 2.0
9 stars 2 forks source link

Stack Overflow exception #4

Open IncludeSuper opened 9 months ago

IncludeSuper commented 9 months ago

Hello, I followed your tutorial and successfully ran the project on Unity. I imported the yolov8n.pt weights as a detection ONNX model. However, when I deployed it on HoloLens, I encountered an error. The program didn't run, and the following unhandled exception occurred at 0x00007FFA51BCFA90 (GameAssembly.dll) in BarracudaObjectDetection.exe: 0xC00000FD: Stack overflow (parameters: 0x0000000000000001, 0x000000A234403C50). It seems to be a Stack Overflow exception. Could you please advise on how to resolve this issue?