narugo commited on
Commit
17aa37e
1 Parent(s): 16dbcf0

Upload dbnetpp_resnet50-oclip_fpnc_1200e_icdar2015/deploy.json with huggingface_hub

Browse files
dbnetpp_resnet50-oclip_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
+ }