I got pose-estimation, Conan 2's computer vision example to build from same CI script on Mac and PC 🔨
cd examples/libraries/tensorflow-lite/pose-estimation
cp -r ../../../../test .
python ci_test_example.py
./pose-estimation
Never thought I would see easy C++ cross platform builds. 🤩
cd examples/libraries/tensorflow-lite/pose-estimation
cp -r ../../../../test .
python ci_test_example.py
./pose-estimation
Never thought I would see easy C++ cross platform builds. 🤩
Comments
Using Heavyweight libraries OpenCV and TensorFlow. See in dependency graph below 😱
Fine when the abstractions are not leaky, but I spent a lot of time troubleshooting the app due to a corrupted XCode