From b9b4b77774507f307fb37d0c0e7534344c7006bd Mon Sep 17 00:00:00 2001 From: Olivier Dulcy <106678676+odulcy-mindee@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:44:24 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20TF=20db=20mobilenet=20v3=20?= =?UTF-8?q?large=20new=20ckpt=20(#1487)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../models/detection/differentiable_binarization/tensorflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctr/models/detection/differentiable_binarization/tensorflow.py b/doctr/models/detection/differentiable_binarization/tensorflow.py index bef2e0a1f8..dcef40f490 100644 --- a/doctr/models/detection/differentiable_binarization/tensorflow.py +++ b/doctr/models/detection/differentiable_binarization/tensorflow.py @@ -35,7 +35,7 @@ "mean": (0.798, 0.785, 0.772), "std": (0.264, 0.2749, 0.287), "input_shape": (1024, 1024, 3), - "url": "https://doctr-static.mindee.com/models?id=v0.7.0/db_mobilenet_v3_large-8f97ffa.zip&src=0", + "url": "https://doctr-static.mindee.com/models?id=v0.7.0/db_mobilenet_v3_large-da524564.zip&src=0", }, }