linghu8812 / tensorrt_inference

699 stars 205 forks source link

INT8 problem #99

Open PowerDi opened 3 years ago

PowerDi commented 3 years ago

Could we perform ONNX model with INT8 mode? I defined a calibrator when I used layer API to build the model and it works well. But I use the same calibrator on onnx model it failed to output right result. Is it the same with building the model layer by layer? -yolov5