KennethTM commited on
Commit
3ddaeb7
·
verified ·
1 Parent(s): ba4251c

version 0.1

Browse files
card_data_minimal.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5756552c2246d460dd78eef299d2f8dd2722370cc0fca7bc5992348d356abe58
3
+ size 2466952
card_embeddings_float16.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:708979e00d0fc9062411dd3210bd67dcc37e3e658c7be996ab032eb179ff80e8
3
+ size 12137472
corner_model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78f6877bc6d4df98145a52e1ea23bb6201adb889c73683a68fc35d7a29d1481e
3
+ size 4694505
recog_model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44c02d5d9fb0da6faf8941b12909d35cbb94cf28fda8c599b7a5b1eb6fb3e454
3
+ size 8742428
task_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "recog": {
3
+ "image_width": 160,
4
+ "image_height": 224,
5
+ "means": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "stds": [
11
+ 0.229,
12
+ 0.224,
13
+ 0.225
14
+ ]
15
+ },
16
+ "corner": {
17
+ "image_width": 256,
18
+ "image_height": 256,
19
+ "means": [
20
+ 0.485,
21
+ 0.456,
22
+ 0.406
23
+ ],
24
+ "stds": [
25
+ 0.229,
26
+ 0.224,
27
+ 0.225
28
+ ]
29
+ }
30
+ }