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. 🤩
Post image

Comments