Upload folder using huggingface_hub
Browse files- mvae_puni/args.yaml +18 -0
- mvae_puni/args_read.yaml +62 -0
- mvae_puni/checkpoint_225000.pt +3 -0
- mvae_puni/checkpoint_250000.pt +3 -0
- mvae_puni/checkpoint_275000.pt +3 -0
- mvae_puni/checkpoint_300000.pt +3 -0
mvae_puni/args.yaml
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"# tyro YAML.\n!dataclass:Args\ndata_args: !dataclass:DataArgs\n body_type: smplx\n\
|
| 2 |
+
\ cfg_path: ./config_files/config_hydra/motion_primitive/mp_h2_f8_r8.yaml\n data_dir:\
|
| 3 |
+
\ ./data/mixed_seq_zero_male\n dataset: mp_seq_v2\n enforce_gender: male\n enforce_zero_beta:\
|
| 4 |
+
\ 1\n feature_dim: 276\n future_length: 8\n history_length: 2\n num_primitive:\
|
| 5 |
+
\ 8\n prob_static: 0.0\n text_tolerance: 0.0\n weight_scheme: uniform_samp:0.\n\
|
| 6 |
+
device: cuda\nexp_name: mvae_puni\nmodel_args: !dataclass:VAEArgs\n activation:\
|
| 7 |
+
\ gelu\n arch: all_encoder\n dropout: 0.1\n ff_size: 1024\n h_dim: 256\n latent_dim:\
|
| 8 |
+
\ !!python/tuple\n - 1\n - 256\n nfeats: 276\n normalize_before: false\n num_heads:\
|
| 9 |
+
\ 4\n num_layers: 7\n position_embedding: learned\nsave_dir: !!python/object/apply:pathlib.PosixPath\n\
|
| 10 |
+
- mvae\n- mvae_puni\nseed: 0\ntorch_deterministic: true\ntrack: 1\ntrain_args: !dataclass:TrainArgs\n\
|
| 11 |
+
\ anneal_lr: 1\n batch_size: 128\n ema_decay: 0.999\n grad_clip: 1.0\n learning_rate:\
|
| 12 |
+
\ 1.0e-05\n log_interval: 1000\n resume_checkpoint: ./mvae/mvae_puni_v1/checkpoint_220000.pt\n\
|
| 13 |
+
\ save_interval: 25000\n stage1_steps: 250000\n stage2_steps: 25000\n stage3_steps:\
|
| 14 |
+
\ 25000\n use_amp: 0\n use_predicted_joints: 0\n val_interval: 15000\n weight_feature_rec:\
|
| 15 |
+
\ 0.0\n weight_joints_consistency: 10.0\n weight_joints_delta: 100.0\n weight_kl:\
|
| 16 |
+
\ 5.0e-07\n weight_latent_rec: 1.0\n weight_orient_delta: 100.0\n weight_rec:\
|
| 17 |
+
\ 1.0\n weight_smpl_joints_rec: 10.0\n weight_transl_delta: 100.0\nwandb_entity:\
|
| 18 |
+
\ interaction\nwandb_project_name: mld_vae\n"
|
mvae_puni/args_read.yaml
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
data_args:
|
| 2 |
+
body_type: smplx
|
| 3 |
+
cfg_path: ./config_files/config_hydra/motion_primitive/mp_h2_f8_r8.yaml
|
| 4 |
+
data_dir: ./data/mixed_seq_zero_male
|
| 5 |
+
dataset: mp_seq_v2
|
| 6 |
+
enforce_gender: male
|
| 7 |
+
enforce_zero_beta: 1
|
| 8 |
+
feature_dim: 276
|
| 9 |
+
future_length: 8
|
| 10 |
+
history_length: 2
|
| 11 |
+
num_primitive: 8
|
| 12 |
+
prob_static: 0.0
|
| 13 |
+
text_tolerance: 0.0
|
| 14 |
+
weight_scheme: uniform_samp:0.
|
| 15 |
+
device: cuda
|
| 16 |
+
exp_name: mvae_puni
|
| 17 |
+
model_args:
|
| 18 |
+
activation: gelu
|
| 19 |
+
arch: all_encoder
|
| 20 |
+
dropout: 0.1
|
| 21 |
+
ff_size: 1024
|
| 22 |
+
h_dim: 256
|
| 23 |
+
latent_dim: !!python/tuple
|
| 24 |
+
- 1
|
| 25 |
+
- 256
|
| 26 |
+
nfeats: 276
|
| 27 |
+
normalize_before: false
|
| 28 |
+
num_heads: 4
|
| 29 |
+
num_layers: 7
|
| 30 |
+
position_embedding: learned
|
| 31 |
+
save_dir: !!python/object/apply:pathlib.PosixPath
|
| 32 |
+
- mvae
|
| 33 |
+
- mvae_puni
|
| 34 |
+
seed: 0
|
| 35 |
+
torch_deterministic: true
|
| 36 |
+
track: 1
|
| 37 |
+
train_args:
|
| 38 |
+
anneal_lr: 1
|
| 39 |
+
batch_size: 128
|
| 40 |
+
ema_decay: 0.999
|
| 41 |
+
grad_clip: 1.0
|
| 42 |
+
learning_rate: 1.0e-05
|
| 43 |
+
log_interval: 1000
|
| 44 |
+
resume_checkpoint: ./mvae/mvae_puni_v1/checkpoint_220000.pt
|
| 45 |
+
save_interval: 25000
|
| 46 |
+
stage1_steps: 250000
|
| 47 |
+
stage2_steps: 25000
|
| 48 |
+
stage3_steps: 25000
|
| 49 |
+
use_amp: 0
|
| 50 |
+
use_predicted_joints: 0
|
| 51 |
+
val_interval: 15000
|
| 52 |
+
weight_feature_rec: 0.0
|
| 53 |
+
weight_joints_consistency: 10.0
|
| 54 |
+
weight_joints_delta: 100.0
|
| 55 |
+
weight_kl: 5.0e-07
|
| 56 |
+
weight_latent_rec: 1.0
|
| 57 |
+
weight_orient_delta: 100.0
|
| 58 |
+
weight_rec: 1.0
|
| 59 |
+
weight_smpl_joints_rec: 10.0
|
| 60 |
+
weight_transl_delta: 100.0
|
| 61 |
+
wandb_entity: interaction
|
| 62 |
+
wandb_project_name: mld_vae
|
mvae_puni/checkpoint_225000.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e85b5360be5a38848087e65860fcdbd0982fb93b42aac51cbeff85547df4f9f
|
| 3 |
+
size 49577410
|
mvae_puni/checkpoint_250000.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41b5be10eb22700560b28cf4247e5f9e8f956824656ed1875241c76b2d47ea79
|
| 3 |
+
size 49577410
|
mvae_puni/checkpoint_275000.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24887a9b0415027ad312f6edd7ae46255a29b5e897b45581a5b4805d29f7b93f
|
| 3 |
+
size 49577410
|
mvae_puni/checkpoint_300000.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45b0145f30c5601f1b7abb328ef41c3910fd76adffafa7b6c6a638450c317ae9
|
| 3 |
+
size 49577410
|