tiny-tensorrt
tiny-tensorrt copied to clipboard
我写了一个使用tinytrt来实现yolov5预测的示例,是否能在samples中提交pr? I wrote an example of using tinytrt to implement yolov5 prediction, can I submit pr in samples
提供tinytrt-yolov5作为一个示例,很多人可以进行参考。trt很大一部分用户都是用于目标检测的。
Provide yolov5 as an example, many people can refer to. A large portion of trt users are used for object detection.
如果可以提供的话。需要有libopencv来读取图片以及做一些预处理的工作。
Feel free to file a PR, I can help review it :-) It would be great if we can leverage your work with other people.
-> 如果可以提供的话。需要有libopencv来读取图片以及做一些预处理的工作。 I would prefer not to introduce libopencv, it's quite large.