File size: 1,075 Bytes
ec9a6bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
gpu_id: 0
load_supres_checkpoint: '../checkpoints/face_0920/supres_latest'
load_gaussianhead_checkpoint: '../checkpoints/face_0920/gaussianhead_latest'

dataset:
  dataroot: '../data/face0313all'
  image_files: 'images/*/wrong_image.jpg'
  param_files: 'params/*/params.npz'
  camera_path: '../data/face0313all/cameras/0000/camera_22070938.npz'
  pose_code_path: '../data/face0313all/params/0000/params.npz'
  freeview: False
  resolution: 2048
  original_resolution: 2048

supresmodule:
  input_dim: 32
  output_dim: 3
  network_capacity: 32

gaussianheadmodule:
  num_add_mouth_points: 3000
  exp_color_mlp: [180, 256, 256, 32]
  pose_color_mlp: [182, 128, 32]
  exp_deform_mlp: [79, 256, 256, 256, 256, 256, 3]
  pose_deform_mlp: [81, 256, 256, 3]
  exp_attributes_mlp: [180, 256, 256, 256, 8]
  pose_attributes_mlp: [182, 128, 128, 8]
  exp_coeffs_dim: 52
  pos_freq: 4
  dist_threshold_near: 0.05
  dist_threshold_far: 0.12
  deform_scale: 0.3
  attributes_scale: 0.2

recorder:
  name: '0923_nzc'
  result_path: 'results/reenactment'