Phil Ashby
Phil Ashby
> I'm going to have to play around with some of the virtual camera examples to see what's possible. Have fun! :smile: - just before you hop down that rabbit...
> ...but the experimental branch gives me an error: > CMake Error at CMakeLists.txt:17 (add_subdirectory): > add_subdirectory given source "tensorflow/tensorflow/lite" which is not an existing directory. > > I'm completely...
> The experimental branch of backscrub builds on Windows, except for pthreads issues with deepseg.cc. Are pthreads going to be taken out in favor of std::thread and std::mutex? I can't...
OK, so I've spent some time with a fresh Azure development VM: starting with the standard Microsoft template: Windows Server 2019 plus VS2019 Community image. Here's what works: * Microsoft...
@JVpltr - I didn't look very deeply into the TFlite Windows build, as it 'just worked'. From [here](https://stackoverflow.com/questions/14172856/compile-with-mt-instead-of-md-using-cmake) it seems CMake defaults to `/MD` as you have discovered, and there...
Yay - well done :smile: As you have discovered, static libraries don't get merged together as you build a tree of them, so you need all the transitive dependencies when...
@OmarJay1 - Aside from the compatibility fixes I had to make in my fork (to avoid having to pass `/std:c++latest`) everything appears to build and run (albeit with massive binaries!)....
Right! We have now merged everything together, so this is next :smile:
I've done a bit more digging into the old OpenCV C API, which has the image structures `CvMat` & `IplImage`, and a function to convert to `cv::Mat`. Not sure this...
Is this still an issue for newer Tensorflow versions? We're on 2.8.0 at present.