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
During testing, I see assert fails in debug mode; they happen sporadically, sometimes when I reload the library, sometimes just out of the blue. I am attaching the assert window image. Also, when it happens the library totally loses it's mind and generates 1000s of false detected objects on every frame.
The text was updated successfully, but these errors were encountered:
Hi!
By default Simd function SimdAllocate allocates aligned memory buffer with added regions before and after of main block and fills this regions by special control value (0x55). After memory deleting by function SimdFree in debug mode there is checking for memory writting beyond the borders of the main block by cheking of this control value.
If you receive this messages this means that it may be:
Error in some of Simd functions,
Any 3-rd party algorithm corrupts memory
You use wrong parameters for Simd Algorithms.
Any way I can't tell exact reason with out of more information.
Hello Ihar!
During testing, I see assert fails in debug mode; they happen sporadically, sometimes when I reload the library, sometimes just out of the blue. I am attaching the assert window image. Also, when it happens the library totally loses it's mind and generates 1000s of false detected objects on every frame.
The text was updated successfully, but these errors were encountered: