Robotics
LeRobot
Safetensors
diffusion
pbsh commited on
Commit
2f85ebd
·
verified ·
1 Parent(s): 50e353e

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "overhead_crop_resize",
6
+ "config": {
7
+ "crop_params_dict": {
8
+ "observation.images.overhead": [
9
+ 25,
10
+ 44,
11
+ 310,
12
+ 552
13
+ ]
14
+ },
15
+ "resize_size": [
16
+ 360,
17
+ 640
18
+ ]
19
+ }
20
+ },
21
+ {
22
+ "registry_name": "rename_observations_processor",
23
+ "config": {
24
+ "rename_map": {}
25
+ }
26
+ },
27
+ {
28
+ "registry_name": "to_batch_processor",
29
+ "config": {}
30
+ },
31
+ {
32
+ "registry_name": "device_processor",
33
+ "config": {
34
+ "device": "cuda",
35
+ "float_dtype": null
36
+ }
37
+ },
38
+ {
39
+ "registry_name": "normalizer_processor",
40
+ "config": {
41
+ "eps": 1e-08,
42
+ "features": {
43
+ "observation.state": {
44
+ "type": "STATE",
45
+ "shape": [
46
+ 6
47
+ ]
48
+ },
49
+ "observation.images.wrist": {
50
+ "type": "VISUAL",
51
+ "shape": [
52
+ 3,
53
+ 360,
54
+ 640
55
+ ]
56
+ },
57
+ "observation.images.overhead": {
58
+ "type": "VISUAL",
59
+ "shape": [
60
+ 3,
61
+ 360,
62
+ 640
63
+ ]
64
+ },
65
+ "action": {
66
+ "type": "ACTION",
67
+ "shape": [
68
+ 6
69
+ ]
70
+ }
71
+ },
72
+ "norm_map": {
73
+ "VISUAL": "MEAN_STD",
74
+ "STATE": "MIN_MAX",
75
+ "ACTION": "MIN_MAX"
76
+ }
77
+ },
78
+ "state_file": "policy_preprocessor_step_4_normalizer_processor.safetensors"
79
+ }
80
+ ]
81
+ }
policy_preprocessor_step_4_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e226ef13823ffa777371d8ec214eb4e1ffc2f155dabe84a1265a6f2a88ac1a0
3
+ size 7584