https://github.com/rmccorm4/tensorrt-utils/blob/master/int8/calibration/ImagenetCalibrator.py
ImagenetCalibrator.py was used well when quantizing of the ResNet50 learned by the ImageNet, but ImagenetCalibrator.py was not used well when quantizing of the ResNet32 learned by the Cifar100 (The quantization to int8 using ImagenetCalibrator.py is bigger than the quantization to fp16)
So i need a Cifar100Calibrator.py for Cifar100. Where can I get it? or What part of ImagenetCalibrator.py should i fix?