serizba / cppflow

Run TensorFlow models in C++ without installation and without Bazel
https://serizba.github.io/cppflow/
MIT License
781 stars 177 forks source link

Running object detection model #115

Closed abucka closed 3 years ago

abucka commented 3 years ago

Is it possible to run object detection models (SavedModel) with cppflow 2?

seungtaek94 commented 3 years ago

Yes. Any model can use in cppflow. But that model should be consist with supported ops.