narugo commited on
Commit
9e39903
1 Parent(s): 32405a6

Upload dbnet_resnet18_fpnc_1200e_icdar2015/deploy.json with huggingface_hub

Browse files
dbnet_resnet18_fpnc_1200e_icdar2015/deploy.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.3.0",
3
+ "task": "TextDetector",
4
+ "models": [
5
+ {
6
+ "name": "dbnet",
7
+ "net": "end2end.onnx",
8
+ "weights": "",
9
+ "backend": "onnxruntime",
10
+ "precision": "FP32",
11
+ "batch_size": 1,
12
+ "dynamic_shape": true
13
+ }
14
+ ],
15
+ "customs": []
16
+ }