full_gaussian_avatar / GHA /config /reenactment_0924.yaml
pengc02's picture
all
ec9a6bc
raw
history blame
1.07 kB
gpu_id: 0
load_supres_checkpoint: '../checkpoints/face_0929/supres_latest'
load_gaussianhead_checkpoint: '../checkpoints/face_0929/gaussianhead_latest'
dataset:
dataroot: '../data/face1001'
image_files: 'images/*/wrong_image.jpg'
param_files: 'params/*/params.npz'
camera_path: '../data/face1001/cameras/0000/camera_22070938.npz'
pose_code_path: '../data/face1001/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: 'train_exp_cat'
result_path: 'results/reenactment'