Open aimaicai opened 2 years ago
I have tried mars-small128.pb
, also renaming to saved_model.pb
with no luck. In this case the error is:
Error loading model: Could not find meta graph def matching supplied tags: { serve }. To inspect available tag-sets in the SavedModel, please use the SavedModel CLI:
saved_model_cli
The model needed can be found in the project below in the saved_model folder. Copy the entire folder into your project and reference the model by the folder name
thanks... I don't know why I haven't that folder... anyway, now it loads correctly... sorry and thanks again
Hi, I,m trying to use your library to work with java through jni. I have the detections, but I cannot find a model file to work with. The output is
Error loading model: Could not find SavedModel .pb or .pbtxt at supplied export directory path:
can you point me toward a working model file, please? Thanks