Dillon Bayless
Dillon Bayless
fixes the timeout losing changes to manualCalib
Depends on #82 Preparation for changing the yaml serialization library and for allowing multiple cameras and other lists of things in config.
Depends on #81
Depends on #80 refactored it again for fun. main different is the new opencv to wxwidgets image conversion. on windows this will reference the opencv data directly without copies.
Depends on #79
- Add .clang-format config that I've been using and matches closely to the current codebase. Hopefully once all code is using this it can be applied/enforced on PRs. - Add...
From my testing the obs-virtualcam dll that gets runtime loaded can throw SEH exceptions which cannot be caught, although considering how frequently people experience this, its likely more backends can...
https://github.com/ggerganov/llama.cpp/blob/723dac55fa2ba7adc6e3fc8609781d1ad0378906/convert.py#L121 @comex
It seems like the tuning is per device, although the m1 tuning is applied when using any GPU. How would I use relax_integration.tune_relax on `mod_deploy` to create other databases? I...
added Ptr which mirrors raw ptr and LateRefPtr which allows for null construction.