longzhiying commited on
Commit
985fca5
·
verified ·
1 Parent(s): ff2496b

Upload DataProcessorPipeline

Browse files
classifier_preprocessor.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "classifier_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "normalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "observation.images.top": {
10
+ "type": "VISUAL",
11
+ "shape": [
12
+ 3,
13
+ 128,
14
+ 128
15
+ ]
16
+ },
17
+ "observation.images.wrist": {
18
+ "type": "VISUAL",
19
+ "shape": [
20
+ 3,
21
+ 128,
22
+ 128
23
+ ]
24
+ },
25
+ "observation.state": {
26
+ "type": "STATE",
27
+ "shape": [
28
+ 18
29
+ ]
30
+ }
31
+ },
32
+ "norm_map": {
33
+ "VISUAL": "MEAN_STD"
34
+ }
35
+ },
36
+ "state_file": "classifier_preprocessor_step_0_normalizer_processor.safetensors"
37
+ },
38
+ {
39
+ "registry_name": "normalizer_processor",
40
+ "config": {
41
+ "eps": 1e-08,
42
+ "features": {
43
+ "action": {
44
+ "type": "ACTION",
45
+ "shape": [
46
+ 4
47
+ ]
48
+ }
49
+ },
50
+ "norm_map": {
51
+ "VISUAL": "MEAN_STD"
52
+ }
53
+ },
54
+ "state_file": "classifier_preprocessor_step_1_normalizer_processor.safetensors"
55
+ },
56
+ {
57
+ "registry_name": "device_processor",
58
+ "config": {
59
+ "device": "cuda",
60
+ "float_dtype": null
61
+ }
62
+ }
63
+ ]
64
+ }
classifier_preprocessor_step_0_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc4b44b886bbf582e444cb0e45ab05d2cc8f1dd3c9675c2e6131d0a68e57cbca
3
+ size 5144
classifier_preprocessor_step_1_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc4b44b886bbf582e444cb0e45ab05d2cc8f1dd3c9675c2e6131d0a68e57cbca
3
+ size 5144