teklia-team
commited on
Commit
•
0222871
1
Parent(s):
8e0b955
Add model and configuration files
Browse files- model.pth +3 -0
- parameters.yml +7 -0
model.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab9036a138c9792d433edd02ac3c744745c0b06f01fc50e973c2b92d9e0dfd83
|
3 |
+
size 49204383
|
parameters.yml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
mean: [190, 182, 165]
|
2 |
+
std: [48, 48, 45]
|
3 |
+
min_cc: 50
|
4 |
+
classes:
|
5 |
+
- background
|
6 |
+
- page
|
7 |
+
input_size: 768
|