BenBE
BenBE
> > On a slightly different topic, have you done any tests with like 1920x1080 video to see what it looks like? I'm curious as to how a 244x160 (?...
Yes. The goal is to replace `pthread`s with their C++ counterparts `std::thread` and `std::mutex`.
The biggest issues we currently have with C++ compat are with the OpenCV types. As we mostly just use `cv::Size` and `cv::Mat` we could define some minimal look-alikes for the...
Care to upstream those comments to the TensorFlow guys? Just in case there aren't open issues for those two changes there yet.
AFAIR we now got problems with GCC 12, cf. #145 …
Sorry for the late reply. The segmentation result doesn't seem to differ much. The only nets I got any results in dark light conditions (only monitor as illumination source) were...
> **Question**: What do we think about using Bazel for builds (standard Tensorflow tooling)? On first glance `bazel` looks like some hipster tooling, written because somebody didn't understand the existing...
Does the `flatc` stuff always need to full spec to be built? Could we try to build a reduced version of it and freeze it for our purposes? Haven't looked...
There seems to be a package [`flatbuffers-compiler`](https://packages.debian.org/bullseye/flatbuffers-compiler) (at least on Ubuntu 20.04 LTS and Debian Bullseye) containing `flatc`, thus this might come with an acceptable level of PITA … It...
You can reach something like this effect when you combine OBS (for image composition) and the plain background mode from deepbacksub. Just pipe the image from your webcam through deepbacksub...