Skip to content

Commit

Permalink
feat: ✨ TF SAR Resnet31 checkpoint (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
odulcy-mindee committed Aug 14, 2023
1 parent 5023af9 commit 3deac68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctr/models/recognition/sar/tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"std": (0.299, 0.296, 0.301),
"input_shape": (32, 128, 3),
"vocab": VOCABS["french"],
"url": None,
"url": "https://doctr-static.mindee.com/models?id=v0.6.0/sar_resnet31-c41e32a5.zip&src=0",
},
}

Expand Down

0 comments on commit 3deac68

Please sign in to comment.