# yolov3_onnx_TensorRT **Repository Path**: zhaozhenting/yolov3_onnx_TensorRT ## Basic Information - **Project Name**: yolov3_onnx_TensorRT - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-04 - **Last Updated**: 2022-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yolov3_onnx_TensorRT python 下使用TensorRT加速yolov3运行 运行在python3下 在parser_cfg_file函数中,读取配置文件默认用二进制打开方式,可能是python2中的使用方法,在python3中,将读取方式由“rb”改成“r” ==> Context: Bad node spec: input: "085_convolutional_lrelu" input: "086_upsample_scale" output: "086_upsample" name: "086_upsample" op_type: "Upsample" attribute { name: "mode" s: "nearest" type: STRING } 这个报错信息,是由于onnx版本导致的,onnx==1.4版本可以正确执行