File size: 883 Bytes
96da58e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Default configuration (PHANTOM paper settings)
debug: false
verbose: false
skip_existing: false
n_processes: 1
data_root_dir: "../data/raw_data/"
processed_data_root_dir: "../data/processed_data/"
demo_name: ""

# Processing settings
mode: ["bbox"]  # Default processing mode - must be one of: bbox, hand2d, hand3d, hand_segmentation, arm_segmentation, action, smoothing, hand_inpaint, robot_inpaint, all
demo_num: null  # Process specific demo number (null = process all)

# Additional settings
debug_cameras: []

# PHANTOM paper configuration (default)
input_resolution: 1080
output_resolution: 240
robot: "Panda"
gripper: "Robotiq85"
square: true
epic: false
bimanual_setup: "single_arm"
target_hand: "left"
constrained_hand: true
depth_for_overlay: true
render: false
camera_intrinsics: "camera/camera_intrinsics_HD1080.json"
camera_extrinsics: "camera/camera_extrinsics.json"