Michael Welter

Results 42 comments of Michael Welter

But then I don't understand how your build can work 100% correctly :-P And sorry for being inaccurate, I mean asserts being triggered in the memory allocator. For example ![grafik](https://user-images.githubusercontent.com/15868645/168415659-1fdbe5c9-e9b2-44ab-80f9-477610aa4e49.png)...

Furthermore, it seems to be true - memory is allocated in one DLL and freed in another: ![grafik](https://user-images.githubusercontent.com/15868645/168415999-8821ba7e-59e8-4cf2-9020-eb836b9755e8.png) I believe this is only correct with /MD or /MDd. Not with...

Always, self-built, win32, with /MT(d) so far. Ofc I would see these asserts only in debug builds.

Hm, didn't work exactly as expected ... but my problem seems solved. With this sanitization option, the linker complained about simultaneous use of the dynamic and static runtime. I presume...

Okay ... but this linked list code from my first screenshot is from the static runtime. Could be only present in the debug runtime so it would not cause issues...

Hm ... I already try to set a really small resolution, assuming that that would selected a nearby resolution that the camera is actually capable of. ``` bool neuralnet_tracker::open_camera() {...

Okay. There is some merrit to higher resolutions. The default setting was actually so low that the extracted face patch had to be upscaled sometimes before it went into the...

P.S. I'll make a PR sometime soon.