Robotics
LeRobot
Safetensors
xvla
M3thRocks commited on
Commit
8587312
·
verified ·
1 Parent(s): a918d0e

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {
8
+ "observation.images.top": "observation.images.image",
9
+ "observation.images.left_wrist": "observation.images.image2",
10
+ "observation.images.right_wrist": "observation.images.empty_camera_0",
11
+ "observation.images.front": "observation.images.image"
12
+ }
13
+ }
14
+ },
15
+ {
16
+ "registry_name": "to_batch_processor",
17
+ "config": {}
18
+ },
19
+ {
20
+ "registry_name": "tokenizer_processor",
21
+ "config": {
22
+ "max_length": 50,
23
+ "task_key": "task",
24
+ "padding_side": "right",
25
+ "padding": "max_length",
26
+ "truncation": true,
27
+ "tokenizer_name": "facebook/bart-large"
28
+ }
29
+ },
30
+ {
31
+ "registry_name": "xvla_add_domain_id",
32
+ "config": {
33
+ "domain_id": 0
34
+ }
35
+ },
36
+ {
37
+ "registry_name": "xvla_image_to_float",
38
+ "config": {
39
+ "image_keys": null,
40
+ "validate_range": true
41
+ }
42
+ },
43
+ {
44
+ "registry_name": "xvla_imagenet_normalize",
45
+ "config": {
46
+ "image_keys": null
47
+ }
48
+ },
49
+ {
50
+ "registry_name": "device_processor",
51
+ "config": {
52
+ "device": "cuda",
53
+ "float_dtype": null
54
+ }
55
+ },
56
+ {
57
+ "registry_name": "normalizer_processor",
58
+ "config": {
59
+ "eps": 1e-08,
60
+ "features": {
61
+ "observation.images.image": {
62
+ "type": "VISUAL",
63
+ "shape": [
64
+ 3,
65
+ 720,
66
+ 1280
67
+ ]
68
+ },
69
+ "observation.images.image2": {
70
+ "type": "VISUAL",
71
+ "shape": [
72
+ 3,
73
+ 480,
74
+ 640
75
+ ]
76
+ },
77
+ "observation.state": {
78
+ "type": "STATE",
79
+ "shape": [
80
+ 15
81
+ ]
82
+ },
83
+ "observation.images.empty_camera_0": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 480,
88
+ 640
89
+ ]
90
+ },
91
+ "observation.instruction": {
92
+ "type": "LANGUAGE",
93
+ "shape": [
94
+ 1
95
+ ]
96
+ },
97
+ "action": {
98
+ "type": "ACTION",
99
+ "shape": [
100
+ 15
101
+ ]
102
+ }
103
+ },
104
+ "norm_map": {
105
+ "STATE": "IDENTITY",
106
+ "ACTION": "MEAN_STD",
107
+ "VISUAL": "IDENTITY"
108
+ }
109
+ },
110
+ "state_file": "policy_preprocessor_step_7_normalizer_processor.safetensors"
111
+ }
112
+ ]
113
+ }
policy_preprocessor_step_7_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6617e66a2dc7d686828afc5893e6e57042ee6a1d0e550b08eb8332097e86d1e6
3
+ size 10376