-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathconfig.yaml
More file actions
53 lines (45 loc) · 1.23 KB
/
config.yaml
File metadata and controls
53 lines (45 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
keys:
#
- demo_video
# - demo_genvideo
# global settings, can be overridden by local settings
global:
preprocess: # stage
fps: 25
quality: 1
resize: 1
gpu: "0"
depth_refinement: true
reconstruction:
gpu: "0"
simulation:
physics: "default"
# local settings for each key
local:
# key name
demo_video:
preprocess: # stage
resize: 0.5
demo_genvideo:
preprocess: # stage
resize: 1.0
# override with GT camera info
fx: 611.23
fy: 610.758
cx: 429.539
cy: 241.204
depth_scale: 0.0010000000474974513
depth_max: 1.6 # this is to clip the real depth for removing outliers
reconstruction:
fast_scene_construction: False
fdpose_est_refine_iter: 5
fdpose_track_refine_iter: 4
simulation:
extrinsics: # GT camera to robot base transformation by hand-eye calibration
- [ -0.0026171, -0.9995901, 0.02850952, 0.44341227]
- [ -0.9998069, 0.0031708, 0.01939349, 0.03251874]
- [ -0.01947593, -0.02845325, -0.99940537, 0.5708384]
- [ 0., 0., 0., 1., ]
goal_offset: 0.15
# grasp_idx: 3
traj_key: "fdpose_trajs" # "fdpose_trajs"