sr99622 / libDeepSort

0 stars 0 forks source link

Where can I find a model to make this library work? #1

Open aimaicai opened 2 years ago

aimaicai commented 2 years ago

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

aimaicai commented 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

sr99622 commented 2 years ago

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

https://github.com/sr99622/deep_sort_v2

aimaicai commented 2 years ago

thanks... I don't know why I haven't that folder... anyway, now it loads correctly... sorry and thanks again