Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- Part_TMR/checkpoints/exp_for_mtrans/HumanML3D/.hydra/config.yaml +50 -0
- Part_TMR/checkpoints/exp_for_mtrans/HumanML3D/best_model.pt +3 -0
- Part_TMR/checkpoints/exp_pretrain/HumanML3D/.hydra/config.yaml +50 -0
- Part_TMR/checkpoints/exp_pretrain/HumanML3D/.hydra/hydra.yaml +159 -0
- Part_TMR/checkpoints/exp_pretrain/HumanML3D/.hydra/overrides.yaml +3 -0
- Part_TMR/checkpoints/exp_pretrain/HumanML3D/best_model.pt +3 -0
- ViT-B-32.pt +3 -0
- checkpoints/glove/our_vab_data.npy +3 -0
- checkpoints/glove/our_vab_idx.pkl +3 -0
- checkpoints/glove/our_vab_words.pkl +3 -0
- checkpoints/humanml3d/Comp_v6_KLD005/meta/mean.npy +3 -0
- checkpoints/humanml3d/Comp_v6_KLD005/meta/std.npy +3 -0
- checkpoints/humanml3d/Comp_v6_KLD005/opt.txt +54 -0
- checkpoints/humanml3d/length_estimator/model/finest.tar +3 -0
- checkpoints/humanml3d/text_mot_match/eval/E005.txt +4 -0
- checkpoints/humanml3d/text_mot_match/eval/E010.txt +4 -0
- checkpoints/humanml3d/text_mot_match/eval/E015.txt +4 -0
- checkpoints/humanml3d/text_mot_match/eval/E020.txt +4 -0
- checkpoints/humanml3d/text_mot_match/eval/E025.txt +4 -0
- checkpoints/humanml3d/text_mot_match/eval/E030.txt +4 -0
- checkpoints/humanml3d/text_mot_match/eval/E035.txt +4 -0
- checkpoints/humanml3d/text_mot_match/eval/E040.txt +4 -0
- checkpoints/humanml3d/text_mot_match/eval/E045.txt +4 -0
- checkpoints/humanml3d/text_mot_match/eval/E050.txt +4 -0
- checkpoints/humanml3d/text_mot_match/eval/E055.txt +4 -0
- checkpoints/humanml3d/text_mot_match/eval/E060.txt +4 -0
- checkpoints/humanml3d/text_mot_match/eval/E065.txt +4 -0
- checkpoints/humanml3d/text_mot_match/model/finest.tar +3 -0
- checkpoints/kit/Comp_v6_KLD005/meta/mean.npy +3 -0
- checkpoints/kit/Comp_v6_KLD005/meta/std.npy +3 -0
- checkpoints/kit/Comp_v6_KLD005/opt.txt +54 -0
- checkpoints/kit/text_mot_match/eval/E005.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E010.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E015.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E020.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E025.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E030.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E035.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E040.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E045.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E050.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E055.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E060.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E065.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E070.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E075.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E080.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E085.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E090.txt +4 -0
- checkpoints/kit/text_mot_match/eval/E095.txt +4 -0
Part_TMR/checkpoints/exp_for_mtrans/HumanML3D/.hydra/config.yaml
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
exp_name: exp_for_mtrans
|
| 2 |
+
checkpoints_dir: ./Part_TMR/checkpoints/${exp_name}/${dataset.dataset_name}
|
| 3 |
+
device: cuda:4
|
| 4 |
+
rag:
|
| 5 |
+
database_path: database
|
| 6 |
+
num_retrieval: 10
|
| 7 |
+
top_k: 1
|
| 8 |
+
use_shuffle: false
|
| 9 |
+
preprocess:
|
| 10 |
+
padding: true
|
| 11 |
+
model:
|
| 12 |
+
text_encoder: ViT-B-32.pt
|
| 13 |
+
use_hbm_loss: true
|
| 14 |
+
lambda_part: 1.0
|
| 15 |
+
temperature: 0.07
|
| 16 |
+
embed_dim: 512
|
| 17 |
+
queue_size: 65536
|
| 18 |
+
part_queue_size: 65536
|
| 19 |
+
momentum: 0.999
|
| 20 |
+
motion_embedding_dims: 512
|
| 21 |
+
text_embedding_dims: 512
|
| 22 |
+
projection_dims: 512
|
| 23 |
+
dropout: 0.5
|
| 24 |
+
eval:
|
| 25 |
+
eval_train: false
|
| 26 |
+
use_best_model: true
|
| 27 |
+
dataset:
|
| 28 |
+
dataset_name: HumanML3D
|
| 29 |
+
data_root: ./dataset/HumanML3D
|
| 30 |
+
train_split_filename: train.txt
|
| 31 |
+
motion_dir: ${dataset.data_root}/new_joint_vecs
|
| 32 |
+
text_dir: ${dataset.data_root}/texts
|
| 33 |
+
joints_num: 22
|
| 34 |
+
max_motion_length: 224
|
| 35 |
+
times: 1
|
| 36 |
+
fps: 20
|
| 37 |
+
motion_lr_factor: 10.0
|
| 38 |
+
text_lr_factor: 1.0
|
| 39 |
+
head_lr_factor: 10.0
|
| 40 |
+
train:
|
| 41 |
+
batch_size: 2
|
| 42 |
+
epoch: 1
|
| 43 |
+
optimizer:
|
| 44 |
+
motion_lr: 1.0e-05
|
| 45 |
+
text_lr: 1.0e-05
|
| 46 |
+
head_lr: 1.0e-05
|
| 47 |
+
train_text_encoder: false
|
| 48 |
+
seed: 42
|
| 49 |
+
log_interval: 100
|
| 50 |
+
log_loss_components: true
|
Part_TMR/checkpoints/exp_for_mtrans/HumanML3D/best_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:845837b54aaf228142e59716d5731fb2839f8c00fb8cabf51a9c3a951a72092a
|
| 3 |
+
size 2839665878
|
Part_TMR/checkpoints/exp_pretrain/HumanML3D/.hydra/config.yaml
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
exp_name: exp_pretrain
|
| 2 |
+
checkpoints_dir: ./Part_TMR/checkpoints/${exp_name}/${dataset.dataset_name}
|
| 3 |
+
device: cuda:4
|
| 4 |
+
rag:
|
| 5 |
+
database_path: database
|
| 6 |
+
num_retrieval: 10
|
| 7 |
+
top_k: 1
|
| 8 |
+
use_shuffle: false
|
| 9 |
+
preprocess:
|
| 10 |
+
padding: true
|
| 11 |
+
model:
|
| 12 |
+
text_encoder: ViT-B-32.pt
|
| 13 |
+
use_hbm_loss: true
|
| 14 |
+
lambda_part: 1.0
|
| 15 |
+
temperature: 0.07
|
| 16 |
+
embed_dim: 512
|
| 17 |
+
queue_size: 65536
|
| 18 |
+
part_queue_size: 65536
|
| 19 |
+
momentum: 0.999
|
| 20 |
+
motion_embedding_dims: 512
|
| 21 |
+
text_embedding_dims: 512
|
| 22 |
+
projection_dims: 512
|
| 23 |
+
dropout: 0.5
|
| 24 |
+
eval:
|
| 25 |
+
eval_train: false
|
| 26 |
+
use_best_model: true
|
| 27 |
+
dataset:
|
| 28 |
+
dataset_name: HumanML3D
|
| 29 |
+
data_root: ./dataset/HumanML3D
|
| 30 |
+
train_split_filename: train.txt
|
| 31 |
+
motion_dir: ${dataset.data_root}/new_joint_vecs
|
| 32 |
+
text_dir: ${dataset.data_root}/texts
|
| 33 |
+
joints_num: 22
|
| 34 |
+
max_motion_length: 224
|
| 35 |
+
times: 1
|
| 36 |
+
fps: 20
|
| 37 |
+
motion_lr_factor: 10.0
|
| 38 |
+
text_lr_factor: 1.0
|
| 39 |
+
head_lr_factor: 10.0
|
| 40 |
+
train:
|
| 41 |
+
batch_size: 128
|
| 42 |
+
epoch: 200
|
| 43 |
+
optimizer:
|
| 44 |
+
motion_lr: 1.0e-05
|
| 45 |
+
text_lr: 1.0e-05
|
| 46 |
+
head_lr: 1.0e-05
|
| 47 |
+
train_text_encoder: false
|
| 48 |
+
seed: 42
|
| 49 |
+
log_interval: 100
|
| 50 |
+
log_loss_components: true
|
Part_TMR/checkpoints/exp_pretrain/HumanML3D/.hydra/hydra.yaml
ADDED
|
@@ -0,0 +1,159 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
hydra:
|
| 2 |
+
run:
|
| 3 |
+
dir: ./Part_TMR/checkpoints/${exp_name}/${dataset.dataset_name}
|
| 4 |
+
sweep:
|
| 5 |
+
dir: multirun/${now:%Y-%m-%d}/${now:%H-%M-%S}
|
| 6 |
+
subdir: ${hydra.job.num}
|
| 7 |
+
launcher:
|
| 8 |
+
_target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
|
| 9 |
+
sweeper:
|
| 10 |
+
_target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
|
| 11 |
+
max_batch_size: null
|
| 12 |
+
params: null
|
| 13 |
+
help:
|
| 14 |
+
app_name: ${hydra.job.name}
|
| 15 |
+
header: '${hydra.help.app_name} is powered by Hydra.
|
| 16 |
+
|
| 17 |
+
'
|
| 18 |
+
footer: 'Powered by Hydra (https://hydra.cc)
|
| 19 |
+
|
| 20 |
+
Use --hydra-help to view Hydra specific help
|
| 21 |
+
|
| 22 |
+
'
|
| 23 |
+
template: '${hydra.help.header}
|
| 24 |
+
|
| 25 |
+
== Configuration groups ==
|
| 26 |
+
|
| 27 |
+
Compose your configuration from those groups (group=option)
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
$APP_CONFIG_GROUPS
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
== Config ==
|
| 34 |
+
|
| 35 |
+
Override anything in the config (foo.bar=value)
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
$CONFIG
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
${hydra.help.footer}
|
| 42 |
+
|
| 43 |
+
'
|
| 44 |
+
hydra_help:
|
| 45 |
+
template: 'Hydra (${hydra.runtime.version})
|
| 46 |
+
|
| 47 |
+
See https://hydra.cc for more info.
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
== Flags ==
|
| 51 |
+
|
| 52 |
+
$FLAGS_HELP
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
== Configuration groups ==
|
| 56 |
+
|
| 57 |
+
Compose your configuration from those groups (For example, append hydra/job_logging=disabled
|
| 58 |
+
to command line)
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
$HYDRA_CONFIG_GROUPS
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
Use ''--cfg hydra'' to Show the Hydra config.
|
| 65 |
+
|
| 66 |
+
'
|
| 67 |
+
hydra_help: ???
|
| 68 |
+
hydra_logging:
|
| 69 |
+
version: 1
|
| 70 |
+
formatters:
|
| 71 |
+
simple:
|
| 72 |
+
format: '[%(asctime)s][HYDRA] %(message)s'
|
| 73 |
+
handlers:
|
| 74 |
+
console:
|
| 75 |
+
class: logging.StreamHandler
|
| 76 |
+
formatter: simple
|
| 77 |
+
stream: ext://sys.stdout
|
| 78 |
+
root:
|
| 79 |
+
level: INFO
|
| 80 |
+
handlers:
|
| 81 |
+
- console
|
| 82 |
+
loggers:
|
| 83 |
+
logging_example:
|
| 84 |
+
level: DEBUG
|
| 85 |
+
disable_existing_loggers: false
|
| 86 |
+
job_logging:
|
| 87 |
+
version: 1
|
| 88 |
+
formatters:
|
| 89 |
+
simple:
|
| 90 |
+
format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
|
| 91 |
+
handlers:
|
| 92 |
+
console:
|
| 93 |
+
class: logging.StreamHandler
|
| 94 |
+
formatter: simple
|
| 95 |
+
stream: ext://sys.stdout
|
| 96 |
+
file:
|
| 97 |
+
class: logging.FileHandler
|
| 98 |
+
formatter: simple
|
| 99 |
+
filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
|
| 100 |
+
root:
|
| 101 |
+
level: INFO
|
| 102 |
+
handlers:
|
| 103 |
+
- console
|
| 104 |
+
- file
|
| 105 |
+
disable_existing_loggers: false
|
| 106 |
+
env: {}
|
| 107 |
+
mode: RUN
|
| 108 |
+
searchpath: []
|
| 109 |
+
callbacks: {}
|
| 110 |
+
output_subdir: .hydra
|
| 111 |
+
overrides:
|
| 112 |
+
hydra:
|
| 113 |
+
- hydra.mode=RUN
|
| 114 |
+
task:
|
| 115 |
+
- train=train
|
| 116 |
+
- device=cuda:4
|
| 117 |
+
- exp_name=exp_pretrain
|
| 118 |
+
job:
|
| 119 |
+
name: test
|
| 120 |
+
chdir: null
|
| 121 |
+
override_dirname: device=cuda:4,exp_name=exp_pretrain,train=train
|
| 122 |
+
id: ???
|
| 123 |
+
num: ???
|
| 124 |
+
config_name: config
|
| 125 |
+
env_set: {}
|
| 126 |
+
env_copy: []
|
| 127 |
+
config:
|
| 128 |
+
override_dirname:
|
| 129 |
+
kv_sep: '='
|
| 130 |
+
item_sep: ','
|
| 131 |
+
exclude_keys: []
|
| 132 |
+
runtime:
|
| 133 |
+
version: 1.3.2
|
| 134 |
+
version_base: '1.3'
|
| 135 |
+
cwd: /data/AI4E/lzd/AAAI/ReMoMaskV2/ReMoMask_open/ReMoMask
|
| 136 |
+
config_sources:
|
| 137 |
+
- path: hydra.conf
|
| 138 |
+
schema: pkg
|
| 139 |
+
provider: hydra
|
| 140 |
+
- path: /data/AI4E/lzd/AAAI/ReMoMaskV2/ReMoMask_open/ReMoMask/Part_TMR/conf
|
| 141 |
+
schema: file
|
| 142 |
+
provider: main
|
| 143 |
+
- path: ''
|
| 144 |
+
schema: structured
|
| 145 |
+
provider: schema
|
| 146 |
+
output_dir: /data/AI4E/lzd/AAAI/ReMoMaskV2/ReMoMask_open/ReMoMask/Part_TMR/checkpoints/exp_pretrain/HumanML3D
|
| 147 |
+
choices:
|
| 148 |
+
train: train
|
| 149 |
+
dataset: HumanML3D
|
| 150 |
+
hydra/env: default
|
| 151 |
+
hydra/callbacks: null
|
| 152 |
+
hydra/job_logging: default
|
| 153 |
+
hydra/hydra_logging: default
|
| 154 |
+
hydra/hydra_help: default
|
| 155 |
+
hydra/help: default
|
| 156 |
+
hydra/sweeper: basic
|
| 157 |
+
hydra/launcher: basic
|
| 158 |
+
hydra/output: default
|
| 159 |
+
verbose: false
|
Part_TMR/checkpoints/exp_pretrain/HumanML3D/.hydra/overrides.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
- train=train
|
| 2 |
+
- device=cuda:4
|
| 3 |
+
- exp_name=exp_pretrain
|
Part_TMR/checkpoints/exp_pretrain/HumanML3D/best_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15c9415011df62e4a5a987228b8e766b5847c626b91201cafa2869567d8bdf1d
|
| 3 |
+
size 2831235366
|
ViT-B-32.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40d365715913c9da98579312b702a82c18be219cc2a73407c4526f58eba950af
|
| 3 |
+
size 353976522
|
checkpoints/glove/our_vab_data.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73ed9b73ee5bc5ab683661c132b9f98fe305672dffdf70ceeac1bc447543d668
|
| 3 |
+
size 10077728
|
checkpoints/glove/our_vab_idx.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d85dce83d2c27a92bb94bb51dc1f55a04fcaa328c359d23eccf648e296c16493
|
| 3 |
+
size 79811
|
checkpoints/glove/our_vab_words.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fac88da1be6f00d36b72b88c9745c8ac35a94a7bd6ccf1fa3bab380faf8c2e0d
|
| 3 |
+
size 67470
|
checkpoints/humanml3d/Comp_v6_KLD005/meta/mean.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0bdb5ba69a3a9e34d71990db15bc535ebc024c8d95ddb5574196f96058faa7d3
|
| 3 |
+
size 2232
|
checkpoints/humanml3d/Comp_v6_KLD005/meta/std.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a5f7d60301c9465972fc225f8ad0ee8f957e7720431189123eb6d15873a9557
|
| 3 |
+
size 2232
|
checkpoints/humanml3d/Comp_v6_KLD005/opt.txt
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
------------ Options -------------
|
| 2 |
+
batch_size: 32
|
| 3 |
+
checkpoints_dir: ./checkpoints
|
| 4 |
+
dataset_name: humanml3d
|
| 5 |
+
decomp_name: Decomp_SP001_SM001_H512
|
| 6 |
+
dim_att_vec: 512
|
| 7 |
+
dim_dec_hidden: 1024
|
| 8 |
+
dim_movement2_dec_hidden: 512
|
| 9 |
+
dim_movement_dec_hidden: 512
|
| 10 |
+
dim_movement_enc_hidden: 512
|
| 11 |
+
dim_movement_latent: 512
|
| 12 |
+
dim_msd_hidden: 512
|
| 13 |
+
dim_pos_hidden: 1024
|
| 14 |
+
dim_pri_hidden: 1024
|
| 15 |
+
dim_seq_de_hidden: 512
|
| 16 |
+
dim_seq_en_hidden: 512
|
| 17 |
+
dim_text_hidden: 512
|
| 18 |
+
dim_z: 128
|
| 19 |
+
early_stop_count: 3
|
| 20 |
+
estimator_mod: bigru
|
| 21 |
+
eval_every_e: 5
|
| 22 |
+
feat_bias: 5
|
| 23 |
+
fixed_steps: 5
|
| 24 |
+
gpu_id: 1
|
| 25 |
+
input_z: False
|
| 26 |
+
is_continue: False
|
| 27 |
+
is_train: True
|
| 28 |
+
lambda_fake: 10
|
| 29 |
+
lambda_gan_l: 0.1
|
| 30 |
+
lambda_gan_mt: 0.1
|
| 31 |
+
lambda_gan_mv: 0.1
|
| 32 |
+
lambda_kld: 0.005
|
| 33 |
+
lambda_rec: 1
|
| 34 |
+
lambda_rec_init: 1
|
| 35 |
+
lambda_rec_mot: 1
|
| 36 |
+
lambda_rec_mov: 1
|
| 37 |
+
log_every: 50
|
| 38 |
+
lr: 0.0002
|
| 39 |
+
max_sub_epoch: 50
|
| 40 |
+
max_text_len: 20
|
| 41 |
+
n_layers_dec: 1
|
| 42 |
+
n_layers_msd: 2
|
| 43 |
+
n_layers_pos: 1
|
| 44 |
+
n_layers_pri: 1
|
| 45 |
+
n_layers_seq_de: 2
|
| 46 |
+
n_layers_seq_en: 1
|
| 47 |
+
name: Comp_v6_KLD005
|
| 48 |
+
num_experts: 4
|
| 49 |
+
save_every_e: 10
|
| 50 |
+
save_latest: 500
|
| 51 |
+
text_enc_mod: bigru
|
| 52 |
+
tf_ratio: 0.4
|
| 53 |
+
unit_length: 4
|
| 54 |
+
-------------- End ----------------
|
checkpoints/humanml3d/length_estimator/model/finest.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90512e0e893186e3b09b24b006bfbf51f1ad71ac4c6626c9b1309373db675d12
|
| 3 |
+
size 1745581
|
checkpoints/humanml3d/text_mot_match/eval/E005.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
2.138 3.585 6.431 3.316 2.915 3.651 2.846 3.037 6.336 3.522 3.202 2.891 1.960 5.782 1.933 4.873 3.097 3.693 3.603 3.285 2.163 7.284 3.414 1.798 3.902 4.261 5.328 3.147 6.786 7.201 3.807 4.556 1.279 6.056 4.641 1.930 3.137 3.403 4.191 4.825 3.522 1.962 1.947 8.036 3.557 4.207 3.009 2.873 3.439 1.936 9.244 2.556 3.661 2.426 3.827 2.633 4.978 3.241 1.883 4.369 1.605 6.167 3.187 2.980
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
7.684 7.251 7.515 13.336 11.317 8.791 11.320 7.274 7.530 10.009 10.813 8.484 8.580 8.130 6.765 8.351 8.458 4.622 10.156 8.999 7.133 5.604 6.739 6.342 4.268 10.279 3.411 8.958 5.971 11.234 6.465 9.877 6.681 3.099 7.299 3.563 9.506 7.835 4.392 5.835 5.587 11.703 7.469 5.336 11.653 9.488 9.204 10.227 8.903 11.845 8.152 11.568 5.678 11.725 11.399 7.016 7.917 7.193 11.800 10.289 8.340 6.820 14.050 7.414
|
checkpoints/humanml3d/text_mot_match/eval/E010.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
2.368 0.934 3.339 2.851 7.548 4.274 4.616 3.087 5.109 3.182 2.390 3.640 1.201 2.870 2.700 4.310 2.962 1.834 2.689 1.684 5.466 4.030 1.856 2.129 2.856 2.080 1.374 1.521 1.930 4.614 4.484 1.493 2.287 3.146 3.296 3.164 1.294 6.759 1.899 1.356 1.339 1.435 2.758 1.028 2.244 3.313 1.439 1.873 5.779 6.083 6.621 2.469 3.199 1.684 1.338 4.343 1.805 1.842 2.437 1.985 2.152 1.773 1.916 2.397
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
3.371 6.222 12.795 11.448 11.061 5.772 10.886 9.773 9.096 3.671 7.492 9.996 10.521 10.957 11.268 5.102 12.331 8.901 13.735 13.542 6.837 9.248 12.835 9.278 7.703 10.815 14.478 5.701 7.244 8.938 3.909 13.006 8.206 12.380 7.833 10.313 11.688 9.678 15.328 10.780 6.664 5.745 3.885 11.306 8.481 3.590 3.059 10.034 7.081 7.480 10.011 2.261 4.195 12.070 6.496 1.780 10.264 8.738 12.774 12.661 3.845 2.913 5.139 10.449
|
checkpoints/humanml3d/text_mot_match/eval/E015.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
5.635 4.365 1.758 7.120 2.122 5.028 3.057 1.999 1.407 1.492 1.576 3.012 2.568 1.865 3.120 4.290 6.581 1.971 1.502 3.113 4.361 1.652 2.058 7.970 5.700 6.587 1.295 2.932 2.793 4.732 4.453 1.880 5.972 2.598 1.801 2.391 2.672 2.691 2.551 0.991 4.353 2.636 2.225 4.888 5.664 9.172 0.939 0.823 0.978 0.918 2.677 2.839 0.878 5.426 5.099 1.188 2.365 3.993 2.732 5.112 4.739 1.685 3.245 2.932
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
8.349 8.690 8.668 8.618 11.899 5.328 9.142 12.406 11.802 6.766 6.286 6.416 13.772 5.873 5.219 4.214 7.341 11.516 8.086 8.696 8.727 12.731 10.625 9.442 11.745 10.770 8.947 9.977 10.015 5.765 11.373 12.010 7.621 4.839 13.131 11.073 11.632 10.954 2.635 12.538 8.563 2.470 6.850 6.131 8.921 11.868 9.324 7.270 3.399 3.792 11.799 6.229 14.861 10.649 4.161 10.082 4.159 9.676 8.362 10.114 14.197 12.460 2.946 11.656
|
checkpoints/humanml3d/text_mot_match/eval/E020.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
3.639 2.593 4.484 3.229 1.908 3.809 5.975 1.788 2.816 1.236 2.470 4.534 4.969 4.274 1.663 3.368 2.780 7.354 3.718 4.035 6.723 3.376 2.353 3.740 1.692 3.493 1.461 0.775 1.864 1.333 2.718 2.153 2.152 2.403 4.073 1.636 3.009 4.557 1.290 3.028 6.190 2.665 1.714 2.362 1.464 1.493 1.685 2.305 3.953 3.443 2.440 2.157 7.674 1.337 3.640 0.910 1.613 3.918 1.287 12.478 3.788 2.357 1.609 1.419
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
7.379 12.135 11.961 8.214 7.093 15.171 5.768 7.391 6.999 5.967 5.915 9.818 15.420 5.949 5.837 9.039 6.797 5.483 9.227 1.807 10.707 8.089 12.895 5.841 9.760 8.882 12.048 11.364 2.663 11.144 12.087 11.463 8.490 7.476 6.095 8.174 14.009 13.326 11.961 10.205 3.341 6.644 9.152 12.635 12.135 11.879 9.290 8.208 10.543 4.041 13.544 15.427 9.436 10.737 13.831 12.030 7.694 4.468 15.355 2.236 4.427 3.901 12.986 14.113
|
checkpoints/humanml3d/text_mot_match/eval/E025.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
2.160 3.123 2.673 1.274 6.288 3.064 2.156 1.779 1.664 2.188 3.982 5.247 3.170 2.361 4.161 2.367 1.652 2.336 3.467 5.782 5.258 1.314 3.722 5.492 1.663 5.732 2.062 2.351 2.587 1.571 2.409 2.411 6.146 5.193 4.207 3.013 1.431 3.187 1.100 1.344 1.625 3.711 0.917 6.620 4.080 2.230 1.884 1.805 2.046 1.792 1.178 1.756 2.029 3.268 1.328 1.794 1.493 6.562 2.734 2.635 2.326 4.999 1.729 7.867
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
5.004 5.192 7.421 12.019 11.470 9.982 6.755 9.042 9.402 4.459 10.686 8.709 14.472 10.902 11.827 11.461 9.566 11.826 13.496 11.107 9.148 10.478 13.818 6.955 10.105 5.290 11.824 13.777 6.761 11.292 17.203 10.521 10.090 13.692 11.677 10.680 10.203 6.210 12.732 9.553 12.763 11.885 4.563 12.447 6.661 6.581 3.495 8.131 10.747 10.149 11.988 11.166 2.840 12.352 14.597 7.480 8.204 10.761 2.073 8.824 14.124 9.904 8.432 10.644
|
checkpoints/humanml3d/text_mot_match/eval/E030.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
5.769 2.701 5.603 3.461 3.501 2.584 5.095 2.065 1.358 2.446 4.603 2.641 2.895 1.471 2.466 1.607 0.930 1.819 1.353 3.113 7.465 4.344 3.375 4.831 1.779 2.750 2.875 2.941 2.247 0.988 1.050 2.338 3.626 1.762 0.796 2.131 1.694 1.386 2.158 3.976 2.969 1.641 2.860 1.886 1.497 1.490 1.896 3.927 1.520 1.449 1.085 3.901 3.171 4.814 2.366 2.735 5.815 1.122 1.129 4.953 1.609 5.023 2.228 2.773
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
11.844 13.121 7.596 12.851 13.889 11.492 9.487 2.997 13.484 7.261 1.788 9.130 9.110 7.852 8.295 9.320 11.202 11.790 13.054 9.690 12.577 3.168 6.269 10.308 11.983 5.900 10.662 11.556 13.187 13.133 12.790 9.736 7.152 12.138 10.264 13.381 10.001 11.219 9.328 10.502 12.704 7.180 10.973 9.989 10.436 4.979 14.441 5.024 11.842 11.142 16.077 6.655 13.333 8.766 14.357 13.773 7.105 11.169 9.949 9.969 12.078 12.049 9.408 13.646
|
checkpoints/humanml3d/text_mot_match/eval/E035.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
3.015 2.759 7.591 6.053 3.381 2.494 4.691 1.533 2.759 2.886 4.554 3.377 1.076 1.264 2.097 1.899 10.654 3.292 5.365 1.063 1.628 5.412 6.907 2.985 7.071 3.881 1.433 4.854 1.252 2.352 5.969 5.683 5.698 1.381 1.272 1.471 2.439 3.102 1.047 4.069 0.912 0.682 4.318 7.923 1.435 2.243 1.504 4.846 1.574 1.434 1.413 2.317 4.098 1.012 7.257 0.815 1.268 1.275 1.205 6.220 1.553 3.097 1.121 4.317
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
8.111 10.381 8.601 8.611 10.391 14.334 8.258 12.430 1.033 9.069 7.270 15.955 9.880 6.052 9.510 8.462 11.041 16.363 12.415 10.365 14.795 9.277 11.011 9.625 5.031 11.133 7.795 5.386 13.971 9.357 11.929 6.353 6.024 10.256 11.845 13.513 6.557 6.254 13.107 9.092 13.515 6.420 1.810 12.100 5.244 12.693 13.093 6.583 12.862 12.863 8.406 15.206 7.722 12.308 11.860 15.117 12.917 9.394 14.406 6.435 12.583 10.266 9.806 7.909
|
checkpoints/humanml3d/text_mot_match/eval/E040.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
1.091 3.158 7.683 7.239 1.099 3.226 2.940 3.941 2.575 3.817 3.114 9.059 3.588 8.397 4.210 0.761 3.761 1.051 2.982 1.111 2.080 2.381 0.834 2.018 0.626 0.741 2.794 2.219 2.869 1.454 1.465 2.574 3.113 2.554 1.089 2.221 1.143 3.417 7.127 2.091 1.884 7.085 2.724 4.812 1.123 1.671 2.098 1.180 1.987 2.836 2.942 1.101 1.353 1.907 4.502 1.756 1.712 3.689 3.915 3.732 1.178 4.434 1.426 4.765
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
7.758 7.423 12.026 11.045 4.614 18.689 9.143 7.832 7.377 5.228 5.019 13.617 9.827 6.091 9.724 5.717 4.499 10.508 15.079 12.134 8.691 10.813 18.536 12.898 14.130 12.709 6.524 14.031 8.108 8.034 18.086 14.097 6.817 13.653 4.394 15.235 13.638 12.487 12.820 14.682 11.744 11.734 15.113 12.353 15.548 7.648 11.888 8.054 4.929 10.516 5.412 15.665 2.656 9.560 6.485 8.409 15.143 14.369 11.108 12.582 8.295 13.409 8.260 15.920
|
checkpoints/humanml3d/text_mot_match/eval/E045.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
1.229 5.692 8.703 1.241 3.887 1.769 2.470 8.832 1.336 1.730 1.015 2.745 2.991 3.538 2.202 2.632 4.694 6.508 2.805 2.564 1.648 1.522 4.542 3.489 5.952 3.880 0.938 7.360 6.155 3.456 4.902 0.875 1.802 1.712 2.043 0.982 9.952 2.507 6.213 1.753 2.948 1.832 1.512 1.218 1.036 7.176 9.888 3.051 1.263 2.009 0.868 4.171 3.859 2.438 8.382 7.390 5.269 6.246 3.971 3.855 5.653 4.777 1.835 4.219
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
7.079 3.908 9.954 15.469 17.535 17.224 11.547 10.721 14.723 13.506 11.699 13.040 13.515 15.012 10.038 12.103 11.218 9.423 9.647 15.224 15.121 9.937 11.791 13.358 11.099 13.063 11.833 8.263 13.041 13.143 6.902 10.864 10.572 16.783 14.272 7.396 12.496 12.448 7.637 15.296 14.801 8.080 11.159 12.617 9.477 10.468 5.623 12.924 12.892 15.975 11.561 12.399 15.255 10.662 10.685 8.176 12.925 9.704 5.554 14.692 9.740 16.954 15.803 4.117
|
checkpoints/humanml3d/text_mot_match/eval/E050.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
1.988 8.534 3.090 1.506 0.546 3.149 2.591 1.457 2.084 2.224 2.506 7.658 1.488 5.345 8.596 3.019 1.280 1.224 3.789 2.969 4.153 3.922 3.468 2.677 0.549 2.438 2.397 1.058 0.694 4.246 2.182 9.738 3.974 4.391 3.852 0.978 1.228 1.394 1.914 5.302 2.232 2.375 1.958 0.804 3.267 4.355 1.425 1.856 2.107 2.300 1.773 1.005 1.508 2.442 2.032 1.787 5.650 1.220 1.837 0.949 0.894 2.533 1.709 2.203
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
10.846 1.982 10.140 14.580 8.048 10.215 8.266 11.341 15.567 14.373 12.174 9.238 10.762 11.636 9.484 17.984 15.269 10.753 12.488 14.978 12.295 16.706 5.277 12.151 17.022 12.385 11.328 11.967 2.335 7.675 11.572 10.201 4.607 12.996 4.525 10.899 7.531 18.636 10.677 6.494 5.820 15.886 13.994 6.347 9.459 12.818 8.411 10.870 11.731 11.338 13.900 10.221 11.980 1.934 15.422 14.012 10.747 13.300 9.517 8.904 13.915 1.789 2.982 1.413
|
checkpoints/humanml3d/text_mot_match/eval/E055.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
1.247 3.241 3.085 5.559 3.278 3.504 1.281 5.672 3.510 2.796 2.979 4.566 1.734 1.347 6.664 1.833 1.697 3.458 2.551 9.985 10.803 6.760 4.255 2.079 1.631 3.465 3.195 1.208 7.328 2.997 3.596 3.009 2.351 0.688 2.198 0.714 5.610 3.208 4.415 2.061 7.265 3.046 1.876 6.715 1.057 1.153 1.743 1.395 2.131 9.693 1.005 1.567 2.103 6.292 2.028 7.331 5.032 4.028 1.292 0.818 1.527 1.678 2.556 0.867
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
14.511 9.498 16.638 16.673 10.296 8.035 17.646 12.668 7.180 14.810 9.057 14.211 15.495 19.012 16.264 7.727 9.027 14.481 16.910 10.368 11.140 12.842 10.332 12.354 12.907 7.463 6.222 12.132 10.834 9.261 9.624 13.718 12.051 7.325 15.345 9.044 8.045 12.457 18.816 16.320 8.970 10.849 10.921 8.175 14.154 10.171 15.705 13.980 12.632 9.271 10.276 11.752 2.374 14.594 5.849 13.037 14.157 15.233 6.680 15.071 5.267 12.505 11.125 3.867
|
checkpoints/humanml3d/text_mot_match/eval/E060.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
1.571 3.172 3.770 6.891 1.110 3.114 3.619 3.150 1.262 6.529 4.463 4.225 5.661 5.912 4.149 2.940 9.289 7.502 2.964 7.934 7.892 5.132 3.372 1.158 6.199 1.755 6.693 0.522 2.561 1.416 2.467 1.345 1.360 1.891 0.808 2.498 1.168 11.367 3.967 3.431 3.801 1.861 2.445 1.447 2.009 2.472 1.948 9.499 1.691 4.722 3.623 3.838 3.500 1.745 2.601 3.980 19.218 1.161 1.571 1.538 7.614 1.686 1.418 2.417
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
15.205 9.554 11.487 13.266 9.290 10.822 5.869 8.203 13.700 19.719 13.312 16.096 14.656 7.966 11.607 3.485 11.916 8.236 6.717 7.925 6.734 1.869 18.321 15.154 9.075 10.759 17.043 12.206 8.155 10.869 14.378 14.693 17.704 13.448 10.575 10.083 13.297 7.200 2.820 19.810 6.688 13.021 8.660 10.767 15.229 3.664 7.361 9.993 17.893 16.826 4.853 15.858 14.397 14.958 18.753 3.740 17.193 14.761 4.684 2.199 0.761 13.513 15.111 9.980
|
checkpoints/humanml3d/text_mot_match/eval/E065.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
1.821 4.602 9.136 3.300 3.030 1.740 7.195 10.091 4.127 4.261 1.426 2.511 4.678 5.995 5.595 2.785 3.611 2.750 4.556 7.711 6.414 1.103 3.895 1.124 2.847 4.151 4.704 2.167 2.516 1.597 1.929 5.132 3.719 1.242 6.461 6.859 3.773 3.677 1.577 4.945 2.503 3.095 1.506 0.751 4.509 1.872 4.824 2.245 1.306 9.266 0.942 2.404 1.344 5.370 1.152 1.168 4.441 0.794 6.156 6.850 0.889 4.267 5.453 2.151
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
9.036 8.566 7.917 7.361 11.749 12.500 1.821 8.546 7.947 12.707 12.843 10.910 10.224 11.762 12.532 1.876 13.910 2.037 11.209 3.440 10.596 16.970 12.220 20.303 9.081 13.592 11.262 16.952 9.275 15.577 8.602 18.846 5.810 16.134 13.466 5.151 10.245 10.762 19.059 9.957 19.297 12.843 14.996 11.706 13.075 12.213 8.424 12.102 18.664 10.109 13.605 10.163 18.571 10.603 8.859 13.348 7.331 17.438 10.662 8.789 16.400 17.771 20.599 14.529
|
checkpoints/humanml3d/text_mot_match/model/finest.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:881e45bea6fb84b15eca6e7cdd75d602b58a72f2038c223ee96ab75d4f684ada
|
| 3 |
+
size 245580211
|
checkpoints/kit/Comp_v6_KLD005/meta/mean.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e23fac51db2215ab5666324226be48f27efd6a6e7b22ebd17c28e0f056a7c22
|
| 3 |
+
size 2136
|
checkpoints/kit/Comp_v6_KLD005/meta/std.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:296a60656cea07e65ee64512d73d47c0412df0698b35194116330661be32fa90
|
| 3 |
+
size 2136
|
checkpoints/kit/Comp_v6_KLD005/opt.txt
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
------------ Options -------------
|
| 2 |
+
batch_size: 32
|
| 3 |
+
checkpoints_dir: ./checkpoints
|
| 4 |
+
dataset_name: kit
|
| 5 |
+
decomp_name: Decomp_SP001_SM001_H512
|
| 6 |
+
dim_att_vec: 512
|
| 7 |
+
dim_dec_hidden: 1024
|
| 8 |
+
dim_movement2_dec_hidden: 512
|
| 9 |
+
dim_movement_dec_hidden: 512
|
| 10 |
+
dim_movement_enc_hidden: 512
|
| 11 |
+
dim_movement_latent: 512
|
| 12 |
+
dim_msd_hidden: 512
|
| 13 |
+
dim_pos_hidden: 1024
|
| 14 |
+
dim_pri_hidden: 1024
|
| 15 |
+
dim_seq_de_hidden: 512
|
| 16 |
+
dim_seq_en_hidden: 512
|
| 17 |
+
dim_text_hidden: 512
|
| 18 |
+
dim_z: 128
|
| 19 |
+
early_stop_count: 3
|
| 20 |
+
estimator_mod: bigru
|
| 21 |
+
eval_every_e: 5
|
| 22 |
+
feat_bias: 5
|
| 23 |
+
fixed_steps: 5
|
| 24 |
+
gpu_id: 2
|
| 25 |
+
input_z: False
|
| 26 |
+
is_continue: True
|
| 27 |
+
is_train: True
|
| 28 |
+
lambda_fake: 10
|
| 29 |
+
lambda_gan_l: 0.1
|
| 30 |
+
lambda_gan_mt: 0.1
|
| 31 |
+
lambda_gan_mv: 0.1
|
| 32 |
+
lambda_kld: 0.005
|
| 33 |
+
lambda_rec: 1
|
| 34 |
+
lambda_rec_init: 1
|
| 35 |
+
lambda_rec_mot: 1
|
| 36 |
+
lambda_rec_mov: 1
|
| 37 |
+
log_every: 50
|
| 38 |
+
lr: 0.0002
|
| 39 |
+
max_sub_epoch: 50
|
| 40 |
+
max_text_len: 20
|
| 41 |
+
n_layers_dec: 1
|
| 42 |
+
n_layers_msd: 2
|
| 43 |
+
n_layers_pos: 1
|
| 44 |
+
n_layers_pri: 1
|
| 45 |
+
n_layers_seq_de: 2
|
| 46 |
+
n_layers_seq_en: 1
|
| 47 |
+
name: Comp_v6_KLD005
|
| 48 |
+
num_experts: 4
|
| 49 |
+
save_every_e: 10
|
| 50 |
+
save_latest: 500
|
| 51 |
+
text_enc_mod: bigru
|
| 52 |
+
tf_ratio: 0.4
|
| 53 |
+
unit_length: 4
|
| 54 |
+
-------------- End ----------------
|
checkpoints/kit/text_mot_match/eval/E005.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
3.134 2.099 3.881 3.921 2.285 3.744 2.655 1.721 1.946 2.250 2.924 6.876 3.502 1.861 5.818 3.507 8.488 1.692 1.776 4.583 1.980 2.727 3.955 3.607 5.916 3.186 3.832 1.700 1.664 2.896 3.318 2.128
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
4.801 7.064 6.329 6.437 3.465 6.363 8.897 6.655 10.889 6.358 8.022 8.131 3.472 9.457 10.489 3.636 9.595 9.930 12.090 6.514 10.054 2.828 11.206 9.073 6.163 10.645 7.251 7.684 13.491 3.869 8.233 5.459
|
checkpoints/kit/text_mot_match/eval/E010.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
1.908 2.165 2.165 3.126 1.697 1.459 2.442 1.858 1.139 1.622 2.096 2.478 4.929 3.777 4.985 2.417 1.533 2.688 4.114 2.632 3.061 2.188 5.152 2.518 3.600 4.669 8.488 2.839 3.971 2.343 3.527 3.871
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
11.756 2.332 11.629 8.415 1.482 5.168 9.379 10.146 11.044 11.025 11.965 5.885 10.289 5.902 8.258 11.976 8.073 7.024 9.437 4.496 3.879 7.686 4.651 4.576 2.901 14.143 2.428 8.259 5.828 7.087 12.836 13.889
|
checkpoints/kit/text_mot_match/eval/E015.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
3.850 4.731 5.109 2.265 1.610 2.926 2.168 2.637 2.084 1.510 2.175 2.338 1.857 5.098 1.801 2.207 2.303 1.409 2.606 1.605 2.917 1.752 3.372 2.717 3.066 2.843 2.329 2.640 2.341 4.156 3.331 8.131
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
6.084 8.782 9.299 5.081 10.574 12.375 6.629 3.773 12.802 17.637 15.346 12.001 11.877 8.885 5.704 7.574 10.524 11.066 13.124 9.736 2.497 16.383 10.255 14.209 15.128 12.731 10.557 15.367 11.058 11.331 2.683 9.325
|
checkpoints/kit/text_mot_match/eval/E020.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
1.720 2.590 1.074 3.083 2.166 2.835 6.362 2.816 2.871 1.793 3.421 6.261 1.957 5.514 2.695 2.254 1.668 1.689 4.970 2.880 1.581 4.509 2.255 3.921 2.240 2.384 2.844 2.736 4.322 3.335 3.728 2.677
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
11.181 11.564 13.729 7.366 12.419 12.882 8.641 18.567 7.485 7.284 11.086 8.577 5.952 4.970 14.443 13.611 11.813 10.937 13.638 11.140 14.285 8.947 13.830 14.733 11.218 3.280 2.429 11.807 11.222 9.967 10.158 10.779
|
checkpoints/kit/text_mot_match/eval/E025.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
3.553 1.793 2.145 1.160 1.568 0.923 2.591 7.707 2.747 12.233 5.216 1.305 1.507 2.035 1.736 2.155 1.751 1.618 2.041 2.239 2.825 2.352 3.072 2.020 1.761 5.428 2.252 1.604 2.319 2.266 3.278 3.328
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
11.462 3.411 1.404 11.581 3.764 11.409 14.073 4.259 12.997 3.549 7.593 12.030 12.991 7.647 12.337 12.592 14.496 14.496 13.530 13.371 12.775 14.828 11.200 17.627 9.128 9.617 9.297 6.782 14.615 2.304 9.306 10.946
|
checkpoints/kit/text_mot_match/eval/E030.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
7.378 4.702 10.228 2.154 7.611 0.943 1.770 1.255 5.552 3.161 2.180 2.252 3.278 1.767 1.787 1.450 1.546 2.051 1.476 1.828 1.829 1.423 1.150 2.198 9.395 1.748 2.700 2.304 3.917 4.163 2.811 2.562
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
3.884 11.919 5.835 6.898 5.753 19.333 10.732 16.049 10.197 11.546 13.682 12.106 12.993 11.981 13.373 13.464 11.788 11.267 16.719 9.747 4.581 14.785 13.978 9.505 7.465 11.392 11.481 9.757 11.077 16.272 15.701 12.256
|
checkpoints/kit/text_mot_match/eval/E035.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
2.095 9.020 2.176 1.030 1.653 1.306 1.963 4.513 1.906 1.186 2.731 1.678 1.395 2.232 1.394 4.946 1.057 4.450 3.671 2.931 3.655 1.374 1.361 6.001 5.699 1.579 10.237 2.940 1.622 2.032 7.194 1.069
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
13.345 14.638 14.061 19.142 8.843 12.152 15.600 7.368 15.635 13.863 15.644 3.686 13.388 15.807 20.432 11.571 13.876 8.513 13.236 19.330 8.771 14.880 13.005 10.810 12.430 10.102 4.440 18.083 3.135 13.201 5.465 8.700
|
checkpoints/kit/text_mot_match/eval/E040.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
2.531 1.118 4.384 1.787 1.595 2.184 1.371 1.264 2.086 1.477 1.123 1.240 1.040 11.428 3.469 1.511 1.782 2.528 6.645 1.197 1.967 1.188 3.484 5.019 1.024 1.892 3.185 1.017 2.682 1.116 1.047 1.691
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
12.010 18.700 16.704 10.839 15.398 8.070 9.340 14.570 8.946 18.806 4.114 12.699 11.821 4.733 15.875 14.064 17.230 16.277 14.135 22.007 18.454 13.210 8.825 8.937 9.880 16.306 13.555 13.649 5.738 12.752 12.994 1.158
|
checkpoints/kit/text_mot_match/eval/E045.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
1.412 2.614 2.471 0.842 2.629 7.116 7.275 5.793 1.034 8.645 4.851 2.357 1.155 1.208 1.168 1.698 1.550 1.132 7.423 2.531 1.147 2.240 1.575 1.232 1.455 2.134 1.421 3.723 2.887 1.759 3.806 4.387
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
10.150 13.459 14.645 13.875 8.746 12.398 13.303 16.393 22.565 9.265 13.325 9.629 18.867 15.043 18.596 19.413 17.903 8.695 4.948 13.620 14.171 19.699 15.496 11.753 12.914 17.017 7.990 14.401 11.768 8.648 13.926 13.402
|
checkpoints/kit/text_mot_match/eval/E050.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
5.304 2.162 1.767 7.675 1.446 5.696 2.277 0.717 1.477 12.431 3.673 1.286 2.633 1.883 2.555 1.399 11.572 1.303 3.411 1.521 3.885 0.984 1.210 1.038 5.024 5.886 1.283 1.026 2.056 1.738 3.654 2.659
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
17.692 17.993 15.431 10.788 22.819 16.591 23.417 13.203 7.453 17.521 19.102 17.595 7.883 20.475 11.371 17.178 5.380 4.884 17.968 18.298 13.822 19.112 11.842 10.838 14.131 14.906 16.252 14.499 13.878 2.300 11.417 21.558
|
checkpoints/kit/text_mot_match/eval/E055.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
3.286 11.980 3.768 1.701 1.978 1.173 1.752 5.425 4.705 13.314 1.451 1.055 2.002 1.749 1.538 5.364 2.637 1.023 1.074 3.722 2.823 2.851 3.961 11.326 1.716 1.712 3.175 2.536 2.563 1.154 1.269 3.001
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
11.300 3.898 15.139 13.965 1.849 22.030 13.080 15.480 10.960 11.965 4.839 9.320 3.329 24.126 10.234 8.670 18.491 14.462 14.877 7.870 10.906 13.899 6.250 5.214 8.553 16.769 11.940 18.139 23.584 9.895 10.384 5.684
|
checkpoints/kit/text_mot_match/eval/E060.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
2.646 12.210 0.830 2.921 0.875 1.999 4.337 0.802 2.268 0.840 2.059 2.004 0.628 2.383 4.972 0.918 2.044 4.344 1.900 2.817 3.564 2.183 1.713 1.272 1.134 1.917 5.561 2.390 2.127 3.047 3.518 2.000
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
6.734 13.725 24.744 24.194 14.176 12.985 4.384 8.463 14.464 20.511 13.927 15.659 18.104 10.338 14.063 18.091 20.923 11.184 18.401 24.048 9.389 11.433 10.597 22.686 12.311 3.344 17.366 14.234 20.743 16.628 18.863 6.987
|
checkpoints/kit/text_mot_match/eval/E065.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
4.282 9.482 1.553 1.383 1.122 2.035 0.854 1.958 1.230 1.450 2.783 5.676 0.971 1.129 1.624 1.782 2.330 7.208 1.222 4.682 1.120 2.564 3.288 1.271 1.158 0.989 1.165 1.431 1.322 3.795 1.797 3.976
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
10.757 12.124 8.528 18.803 11.622 10.307 18.852 9.454 13.769 24.235 15.302 4.133 9.539 19.628 16.231 15.288 18.951 18.389 14.687 9.998 8.974 20.162 12.884 14.608 19.159 19.726 16.222 4.654 16.910 15.950 4.430 9.514
|
checkpoints/kit/text_mot_match/eval/E070.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
1.853 1.746 2.313 1.558 7.835 0.945 1.523 7.543 0.974 1.104 2.812 1.116 2.340 1.406 1.499 3.407 1.224 2.075 5.423 2.600 1.321 6.505 1.368 8.134 3.274 2.626 2.342 3.057 4.097 2.022 1.990 1.068
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
16.888 5.090 20.032 15.900 10.658 9.950 24.814 10.751 8.165 16.934 14.184 18.338 13.667 6.515 12.078 7.889 9.116 26.239 10.249 16.732 15.455 16.731 7.098 9.890 5.493 7.409 13.144 13.131 9.515 1.967 7.075 12.000
|
checkpoints/kit/text_mot_match/eval/E075.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
5.996 5.991 6.329 11.539 1.356 2.672 1.162 1.664 7.148 1.469 1.583 4.772 1.021 2.245 1.263 2.734 1.628 0.797 2.095 2.180 6.602 1.719 4.648 1.462 1.192 6.518 0.926 7.409 1.480 1.979 2.509 3.288
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
10.215 10.800 19.266 6.959 6.636 25.179 16.741 19.729 11.336 16.523 16.567 10.568 15.567 13.981 4.875 8.074 1.630 8.896 20.647 15.145 17.009 20.560 13.781 23.201 18.929 18.235 7.325 26.645 19.469 20.427 15.561 15.197
|
checkpoints/kit/text_mot_match/eval/E080.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
3.944 1.884 4.347 1.715 4.907 1.845 1.217 9.310 1.924 2.145 1.969 1.843 3.612 0.980 1.484 5.777 2.220 1.096 1.829 1.210 1.392 4.746 2.195 2.041 6.412 0.769 5.934 12.347 1.315 1.303 5.924 1.596
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
20.166 23.190 19.774 17.923 13.037 21.200 22.463 14.820 14.639 14.424 20.394 15.858 17.843 19.721 9.291 13.911 6.487 18.521 16.954 15.071 21.124 3.136 21.915 26.672 10.117 19.504 16.569 15.500 19.505 14.488 12.333 11.741
|
checkpoints/kit/text_mot_match/eval/E085.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
3.160 1.123 0.681 0.707 2.277 2.063 2.552 1.243 3.954 3.408 1.125 1.530 3.594 1.932 1.488 1.558 1.368 1.740 4.621 0.844 1.054 1.013 1.795 0.552 2.498 0.922 2.624 0.899 1.455 1.543 1.219 2.387
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
12.292 15.500 11.375 14.608 23.654 3.728 2.467 13.880 16.046 21.566 21.143 17.623 4.482 17.418 22.232 17.313 26.219 22.449 13.927 21.166 10.767 5.275 1.208 22.217 2.804 21.347 16.782 18.786 19.475 19.334 14.207 16.465
|
checkpoints/kit/text_mot_match/eval/E090.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
1.012 2.578 5.767 1.255 0.855 2.173 4.103 1.101 13.313 17.991 1.063 1.962 0.998 2.235 3.338 1.534 4.680 0.950 1.804 1.357 1.058 0.933 1.001 5.634 3.647 1.667 2.159 12.595 2.218 3.775 2.603 1.347
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
1.622 24.847 4.103 23.529 12.966 16.220 3.390 10.709 17.506 5.613 9.319 21.534 20.392 18.943 14.061 8.722 18.443 16.522 19.102 12.086 23.014 25.803 15.898 6.899 19.726 23.200 19.056 8.438 20.097 16.868 14.529 12.901
|
checkpoints/kit/text_mot_match/eval/E095.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Positive Pairs Distance
|
| 2 |
+
3.957 5.130 1.610 0.692 0.973 2.350 1.095 0.812 10.008 2.255 1.878 2.190 4.425 1.911 1.336 4.439 0.943 10.657 1.138 1.613 2.040 5.536 1.493 0.938 0.889 1.510 8.307 3.408 2.917 3.500 2.125 2.211
|
| 3 |
+
Negative Pairs Distance
|
| 4 |
+
13.302 14.787 22.667 23.635 20.254 23.571 8.536 14.727 18.053 16.699 12.599 14.799 15.496 9.799 9.621 16.289 1.345 13.394 17.885 21.358 23.233 18.082 17.676 13.628 11.943 12.769 29.724 28.740 23.942 21.485 16.927 12.710
|