Thank you very much for reply and your help! Yes i building my project on windows using Visual Studio 2019 and C++., and I can’t find out how to build and link the standard tensorflow version for Windows., could you please guide me to any fresh tutorial how to use standard tensorflow with C++ and Windows? I want to learn the whole pipeline (building tensorflow from source., link it to VS, make my own model and train it and so on). Also I don’t use a python in my project.
I succesfully build and run the cppflow example (load_model)!!! Could you please help me to run a simple model of face mask detection (.pb) with cppflow and understand how to predict or classify?
I tried to feed the “ssd_mobilenet_v2_fpnlite.tflite” from the example of Raspberry, but it seems like this format doesnt supported?
Finally i want to get something the same as Raspberry code example and run it with opencv and cppflow in Windows PC.
Cppflow Is a third party project that uses Tensorflow C API you can try to open a issue there to ask for a more complete example.
I think that it currently support only the save_model format not TFLite.
Ok I will open an issue in the cppflow branch!
Could you please guide me to any examples how to create and train models in save_model format or maybe is there any pre-trained for a face mask detection one?
It doesn’t matter for me what kind of model format to use I just want to learn the steps: