File size: 1,194 Bytes
44925e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
gpu_id: 0
load_supres_checkpoint: './checkpoints/face_0929/supres_latest'
load_gaussianhead_checkpoint: './checkpoints/face_0929/gaussianhead_latest'

dataset:
  dataroot: './test_data/face1001'
  image_files: 'images/*/wrong_image.jpg'
  param_files: 'params/*/params.npz'
  camera_path: './test_data/face1001/cameras/0000/camera_22070938.npz'
  pose_code_path: './test_data/face1001/params/0000/params.npz'
  exp_path: '/home/pengc02/pengcheng/projects/gaussian_avatar/avatar_final/data/1005_thu_slow/thuSlow10.npy'
  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: 'thu_exp_slow'
  result_path: 'results/reenactment'