engcang / ros-yolo-sort

YOLO v3, v4, v5, v6, v7 + SORT tracking + ROS platform. Supporting: YOLO with Darknet, OpenCV(DNN), OpenVINO, TensorRT(tkDNN). SORT supports python(original) and C++. (Not Deep SORT)
BSD 3-Clause "New" or "Revised" License
230 stars 38 forks source link

Do I need OpenVINO por the tensorRT version? #4

Closed MikoMikarro closed 2 years ago

engcang commented 2 years ago

No. They are independent implementations of the network and you do not need OpenVINO for TensorRT version. Similarly, you do not need TensorRT for OpenVINO version.