johnlockejrr commited on
Commit
c11e8c6
1 Parent(s): 38c7c53

Upload 2 files

Browse files
Files changed (2) hide show
  1. model.pth +3 -0
  2. parameters.yml +10 -0
model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0451ee98894e484d7b0f5ccd861ca23f0cd1a4a84056b0b2f38d252ca498c623
3
+ size 49220742
parameters.yml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ version: 0.0.1
3
+ parameters:
4
+ mean: [174, 161, 138]
5
+ std: [63, 61, 64]
6
+ min_cc: 50
7
+ classes:
8
+ - background
9
+ - text_line
10
+ input_size: 768