Skip to content

Commit

Permalink
Merge pull request #32 from h2oai/detached2
Browse files Browse the repository at this point in the history
update onnx model url for db_resnet50
  • Loading branch information
smg478 authored Mar 19, 2024
2 parents ce9937b + 554e33c commit fce37e2
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 fce37e2

Please sign in to comment.