yolov4-deepsort
yolov4-deepsort copied to clipboard
Convert_trt
Hi,How can I convert the tf model to tensorrt?
@CODEDISON That's a bit difficult problem, I am also working on a similar problem. May I ask which tf model you want to convert to trt?
The better option is convert tensorflow model .ckpt > frozen_graph.pb , then convert .pb to .onnx using (https://github.com/onnx/tensorflow-onnx) and then convert .onnx to .trt using (https://github.com/onnx/onnx-tensorrt)
Hi,How can I convert the tf model to tensorrt?
You can try this: https://github.com/molimat/YOLOv4-Counter-in-TF#convert-to-tensorrt