Add P1_smplx avatar
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
avatars/P1_smplx/point_cloud/iteration_800000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
|
avatars/P1_smplx/avatar.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "P1_smplx",
|
| 3 |
+
"subject": "P1",
|
| 4 |
+
"trained_on": "P1C1",
|
| 5 |
+
"face_path": "smplx",
|
| 6 |
+
"iteration": 800000,
|
| 7 |
+
"face_path_meaning": "SMPL-X expression + jaw drive the mesh (smplx_nofacial: '')",
|
| 8 |
+
"provenance": {
|
| 9 |
+
"trained_dat_dir": "/mnt/sdb/degas_project/DREAMS-AVATAR-hf/staging/data/P1C1",
|
| 10 |
+
"trained_cache_dir": "/mnt/sdb/degas_project/phase3/dreams_cache/P1C1_train"
|
| 11 |
+
}
|
| 12 |
+
}
|
avatars/P1_smplx/config.yaml
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
seed: 9061
|
| 2 |
+
dataset:
|
| 3 |
+
dat_dir: ???
|
| 4 |
+
resolution: 1
|
| 5 |
+
data_device: cpu
|
| 6 |
+
frameset_type: dreams
|
| 7 |
+
cameras_extent: 2.0
|
| 8 |
+
smplx_type: smplx_easymocap/smplx_all.pt
|
| 9 |
+
smplx_nofacial: ''
|
| 10 |
+
mini_batch: 1
|
| 11 |
+
with_face_code: dpe_face
|
| 12 |
+
constrct_pca: true
|
| 13 |
+
scale: 2x
|
| 14 |
+
cache_workers: 12
|
| 15 |
+
train:
|
| 16 |
+
frm_list: np.arange(0, 1836).tolist()
|
| 17 |
+
cam_select:
|
| 18 |
+
- 0
|
| 19 |
+
- 1
|
| 20 |
+
- 2
|
| 21 |
+
- 4
|
| 22 |
+
- 5
|
| 23 |
+
- 6
|
| 24 |
+
- 7
|
| 25 |
+
- 8
|
| 26 |
+
- 9
|
| 27 |
+
- 10
|
| 28 |
+
- 11
|
| 29 |
+
- 12
|
| 30 |
+
- 14
|
| 31 |
+
- 15
|
| 32 |
+
- 16
|
| 33 |
+
- 17
|
| 34 |
+
- 18
|
| 35 |
+
- 19
|
| 36 |
+
- 20
|
| 37 |
+
- 21
|
| 38 |
+
- 22
|
| 39 |
+
- 23
|
| 40 |
+
- 24
|
| 41 |
+
- 26
|
| 42 |
+
- 27
|
| 43 |
+
- 28
|
| 44 |
+
- 29
|
| 45 |
+
- 30
|
| 46 |
+
- 31
|
| 47 |
+
mini_batch: 1
|
| 48 |
+
val:
|
| 49 |
+
frm_list:
|
| 50 |
+
- 944
|
| 51 |
+
cam_select:
|
| 52 |
+
- 3
|
| 53 |
+
test:
|
| 54 |
+
frm_list:
|
| 55 |
+
- 110
|
| 56 |
+
- 300
|
| 57 |
+
- 500
|
| 58 |
+
- 750
|
| 59 |
+
- 903
|
| 60 |
+
- 944
|
| 61 |
+
- 1200
|
| 62 |
+
- 1399
|
| 63 |
+
cam_select:
|
| 64 |
+
- 3
|
| 65 |
+
model:
|
| 66 |
+
sh_degree: 0
|
| 67 |
+
num_init_samples: 100000
|
| 68 |
+
smplx_nofacial: ''
|
| 69 |
+
num_pca_comps: 20
|
| 70 |
+
sigma_pca: 2.0
|
| 71 |
+
base_mapper:
|
| 72 |
+
resolution: 512
|
| 73 |
+
pose_driver:
|
| 74 |
+
pose_mapper:
|
| 75 |
+
resolution: 512
|
| 76 |
+
mirror_verts_cond: false
|
| 77 |
+
encoder:
|
| 78 |
+
input_resolution: 512
|
| 79 |
+
n_embs: 1024
|
| 80 |
+
noise_std: 0.0
|
| 81 |
+
logvar_scale: 0.1
|
| 82 |
+
mirror_verts_cond: false
|
| 83 |
+
n_verts_enc_channels: 32
|
| 84 |
+
decoder:
|
| 85 |
+
uv_size: 512
|
| 86 |
+
init_uv_size: 64
|
| 87 |
+
n_pose_dims: 162
|
| 88 |
+
n_pose_enc_channels: 16
|
| 89 |
+
n_embs: 1024
|
| 90 |
+
n_embs_enc_channels: 32
|
| 91 |
+
n_verts_enc_channels: 32
|
| 92 |
+
n_init_channels: 128
|
| 93 |
+
n_min_channels: 16
|
| 94 |
+
n_face_embs: 512
|
| 95 |
+
corrections:
|
| 96 |
+
_xyz: 3
|
| 97 |
+
_features_dc: 3
|
| 98 |
+
_scaling: 3
|
| 99 |
+
_rotation: 4
|
| 100 |
+
_opacity: 1
|
| 101 |
+
_normal: 3
|
| 102 |
+
_specular: 3
|
| 103 |
+
_roughness: 1
|
| 104 |
+
branches:
|
| 105 |
+
xyz_branch:
|
| 106 |
+
- _xyz
|
| 107 |
+
rotation_branch:
|
| 108 |
+
- _rotation
|
| 109 |
+
- _normal
|
| 110 |
+
- _scaling
|
| 111 |
+
color_branch:
|
| 112 |
+
- _features_dc
|
| 113 |
+
- _specular
|
| 114 |
+
- _roughness
|
| 115 |
+
- _opacity
|
| 116 |
+
with_vae_driver: true
|
| 117 |
+
pipe:
|
| 118 |
+
convert_SHs_python: false
|
| 119 |
+
compute_cov3D_python: false
|
| 120 |
+
debug: false
|
| 121 |
+
optim:
|
| 122 |
+
optim_pose_driver:
|
| 123 |
+
lr: 0.0001
|
| 124 |
+
smplx_optim:
|
| 125 |
+
start_from_iter: 10000
|
| 126 |
+
optim_skip: []
|
| 127 |
+
lr: 1.0e-06
|
| 128 |
+
smplx_forward_transl: false
|
| 129 |
+
optim_betas: false
|
| 130 |
+
optim_v_template: false
|
| 131 |
+
warm_up_xyz: 0
|
| 132 |
+
total_iteration: 800000
|
| 133 |
+
save_every_iter: 25000
|
| 134 |
+
testing_iterations:
|
| 135 |
+
- 25000
|
| 136 |
+
- 50000
|
| 137 |
+
- 100000
|
| 138 |
+
- 200000
|
| 139 |
+
- 400000
|
| 140 |
+
- 800000
|
| 141 |
+
validate_every_inter: 1000
|
| 142 |
+
densify_from_iter: 0
|
| 143 |
+
densification_interval: 0
|
| 144 |
+
densify_until_iter: 0
|
| 145 |
+
opacity_reset_start_iter: 0
|
| 146 |
+
opacity_reset_interval: 0
|
| 147 |
+
size_threshold: 20
|
| 148 |
+
densify_grad_threshold: 0.0002
|
| 149 |
+
min_opacity: 0.005
|
| 150 |
+
min_scaling: 0.0001
|
| 151 |
+
lambda_ssim: 0.2
|
| 152 |
+
lambda_perceptual: 0.1
|
| 153 |
+
lambda_scaling_skew: 0.0
|
| 154 |
+
lambda_scaling_mse: 0.0
|
| 155 |
+
base_scaling_thresh: 10.0
|
| 156 |
+
lambda_base_scaling: 1.0
|
| 157 |
+
lambda_corrections_xyz: 0.001
|
| 158 |
+
yaml_dir: configs
|
avatars/P1_smplx/point_cloud/iteration_800000/checkpoint.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42117a1c2ea896d15be727425172036f49ab4f0cb6176c909b1f7eb28bfbaf2a
|
| 3 |
+
size 1303849505
|
avatars/P1_smplx/point_cloud/iteration_800000/point_cloud.ply
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79452d4a09063e25cb029a34cee5c88162c0f92a4ddfdb93055ed8d8e184640c
|
| 3 |
+
size 13028672
|
avatars/P1_smplx/point_cloud/iteration_800000/smplx_refined.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f477a227c38101558a4e2c832cee39aeaff5103a5caaf2a5179cb46361ccfccc
|
| 3 |
+
size 2099624
|