tensorRT icon indicating copy to clipboard operation
tensorRT copied to clipboard

TensorRT-7 Network Lib 包括常用目标检测、关键点检测、人脸检测、OCR等 可训练自己数据

Results 5 tensorRT issues
Sort by recently updated
recently updated
newest added

hello,I follow the Quick Start,and get yolov5s.onnx from https://github.com/Syencil/mobile-yolov5-pruning-distillation, when run the ./bin/yolov5 raise the error "Found unsupported datatype (11) when importing initializer: model.0.conv.total_ops". I check the onnx export log,...

大佬好,感谢大佬的工作 我是从您那个轻量化 yolov5s 来的,用的也是您那个 yolov5s_voc 的代码,放到这个工程里面,都是可以成功运行的,但是最后预测完图片上啥也没有,打印了一下 bboxs 大小也是 0 求教大佬这个该如何解决 再次感谢!

The problem is that I can not parse the yolov5 model the error is While parsing node number 176 [Resize]: ERROR: ModelImporter.cpp:124 In function parseGraph: [5] Assertion failed: ctx->tensors().count(inputName) [07/28/2021-11:07:41]...