cosine_metric_learning
cosine_metric_learning copied to clipboard
How to convert deepsort pb model to tflite?
I want to use deepsort model in the embedded device (raspberry pi, ordoid, or custom board). However, if I use the pb model, I have to install TensorFlow on the board and it is not easy for me. Can you provide the method to convert pb model to tflite model and how to use it? For example: convert "market1501.pb" to "market1501.tflite" Thank you very much.