File size: 2,301 Bytes
9c2c966
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
data:
  base_dir: /work/narus/HOGraspNet
  base_path: /work/narus/HOGraspNet
  data_root: /work/narus
  dataset: hog
  dataset_path: /work/narus/HOGraspNet
  gt_joints_path: /work/narus/FreiHAND/evaluation_xyz.json
  mixed:
  - name: hog
    path: /work/narus/HOGraspNet
    weight: 1.0
  - name: ho3d
    path: /work/narus/HO3D/train
    weight: 1.0
  - name: freihand
    path: /work/narus/FreiHAND
    weight: 1.0
  - name: dexycb_sampled
    path: /work/narus/DEXYCB_sampled
    weight: 1.0
  num_workers: 4
  setup: s1
device: cuda
diffusion:
  beta_end: 0.01
  beta_schedule: linear
  beta_start: 0.0001
  diffuse_space: original
  num_diffusion_timesteps: 1000
model:
  coords_dim: 45
  default:
    coords_dim: 45
    custom_pe: false
    downsample: 1
    dropout: 0.25
    hamer_cond_prob: 0.2
    hid_dim: 2056
    n_head: 4
    num_layer: 7
    skips:
    - 1
    - 3
    - 5
    - 6
    unconditinal: true
    zero_mask_token: false
  ema: false
  ema_rate: 0.999
  emb_dim: 512
  hid_dim: 2056
  text_feature: distilbert
  uniaff:
    add_img_pe: true
    coords_dim: 45
    custom_pe: false
    dropout: 0.25
    hid_dim: 2056
    mask_by_sample_img: true
    mask_by_sample_txt: true
    n_head: 4
    num_layer: 1
    zero_mask_token: false
  var_type: fixedsmall
optim:
  amsgrad: false
  decay: 20
  eps: 1.0e-08
  grad_clip: 1.0
  lr: 0.001
  lr_gamma: 0.9
  optimizer: Adam
save_samples:
  anti_pen: true
  caption_index: gt_taxonomy_summary_strict
  diffusion_space: original
  image_cond: true
  skip: 10
  skip_type: uniform
  test_num_diffusion_timesteps: 1000
  test_times: 1
  test_timesteps: 100
  vis: true
  vis_batch: 2500
  vis_epoch: 4
testing:
  anti_pen: true
  skip: 10
  test_num_diffusion_timesteps: 1000
  test_times: 1
  test_timesteps: 5
  vis: true
  vis_batch: 2500
  vis_epoch: 4
training:
  batch_size: 512
  custom_pe: false
  decay: 60
  desc_simple: true
  hamer_cond: false
  image_cond: true
  image_feat_type: hamer
  lr: 5.0e-05
  lr_gamma: 0.9
  mano_grad: true
  n_epochs: 1000
  n_iters: 5000000
  normalize: false
  reg_mean: true
  reg_var: true
  snapshot_freq: 5000
  text_cond_drop_prob: 0.1
  text_mask_prob: 0.1
  unconditinal: false
  use_all_captions: true
  validation_freq: 2000
  vis: true
  vis_batch: 2500
  vit_feat_drop_prob: 0.3