theAIGuysCode / yolov4-deepsort

Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.
GNU General Public License v3.0
1.31k stars 745 forks source link

TensorRT #157

Open tiagodavi opened 1 year ago

tiagodavi commented 1 year ago

It seems tensorRT is a flag, but it's not implemented right?

flags.DEFINE_string('framework', 'tf', '(tf, tflite, trt')

There's no logic for trt.