bradqiu1982
bradqiu1982
I meet the same problem. At first , I use TF2.x mobilenet , I can detect object from image, but failed to export frozen model which can be used by...
A walk-around to use Tensorflow object detect model in C#. First , using flask and waitress to build a python web service which can load and run tensorflow object detect...
@simonbuehler , two ways: 1, save your images to base64 string , wrapper them with Json format and post json object to python service. 2, save the imges to a...
@simonbuehler performance??? When you start to use python and AI, please forget performan. With traditional algorithm, I can get 30 images per second solve speed( only run cpu). With AI...