Skip to content

Commit

Permalink
update onnx model url for db_resnet50
Browse files Browse the repository at this point in the history
  • Loading branch information
smg478 committed Mar 19, 2024
1 parent a201a55 commit 554e33c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'input_shape': (3, 1024, 1024),
'mean': (0.798, 0.785, 0.772),
'std': (0.264, 0.2749, 0.287),
'url': 'https://github.com/h2oai/doctr/releases/download/onnx_models/db_resnet50.onnx',
'url': 'https://github.com/h2oai/doctr/releases/download/onnx_model_0.8/db_resnet50.onnx'
},
'db_resnet34': {
'input_shape': (3, 1024, 1024),
Expand Down

0 comments on commit 554e33c

Please sign in to comment.