Eric Sheng
Eric Sheng
> @ersheng-ai > > * github.com/AlexeyAB/darknet - 47.1% AP - 71.0% AP50 > * Tianxiaomo/pytorch-YOLOv4 - 46.6% AP (**-0.5**) - 70.3% AP50 (**-0.7**) > > So there is no big...
You can generate quantized model of int8 mode via TensorRT if you are using NVIDIA edge devices like Jetson NX or Jetson AGX Xavier, etc. But you have to use...
You need to calibrate when you convert onnx into engine in int8 mode. The demo implementation in this repository currently does not support int8 calibration. You have to implement calibration...