zombie0117 / yolov3-tiny-onnx-TensorRT

convert your yolov3-tiny model to trt model
90 stars 34 forks source link

import error:Attribute not found:height_scale #1

Open midtom opened 5 years ago

midtom commented 5 years ago

I try my trained model but failed. there is error with 'parser.parse(model.read())' in line111 as title

MRHZBSJ commented 4 years ago

Have you solved this problem?