Gold856
Gold856
OBE by #7733.
We have other ML pipelines now, so closing. If someone wants to integrate OpenCV DNN into our current Object Detection pipelines, we would love a PR!
I’m not sure why OpenCV DNN is so slow. My testing on an AMD Ryzen 9 7940HS in WSL showed that even ONNX Runtime can do detection at 16 ms...
This currently depends on https://github.com/wpilibsuite/thirdparty-ceres/pull/10 being merged.
Last I checked, the first commit should be enough to get it going, although Eigen has been updated in the monorepo, so thirdparty-ceres needs an update too. But I should...
Add `OPENCV_DISABLE_EIGEN_TENSOR_SUPPORT` as a compiler define.
I feel like those are used for one-off warnings, like loop overruns that happen sometimes, whereas Alert is meant to be used for persistent warnings like disconnects.
Closing as stale, since calibrations don’t contain images anymore and because the script has changed. It would be cool though to have stronger type validation and be able to use...