axinc-ai / ailia-models-tflite

Quantized version of model library
23 stars 1 forks source link

MobileNetV1とMobileNetV2のモデル差し替え #33

Closed kyakuno closed 1 year ago

kyakuno commented 1 year ago

--recalibオプションでImageNetのValidationセットを使用してInt8で量子化したモデルを使用する機能を追加。 また、MobileNetV1とV2で使用されている  imagenet_utils.preprocess_input(x, data_format=data_format, mode="tf") はRGBを処理対象とするが、BGRで処理していた問題を修正。