Skip to content
Snippets Groups Projects
Commit ec3ec1e6 authored by Nikos Athanasiou's avatar Nikos Athanasiou
Browse files

bug blender

parent 65110ff7
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,6 @@ def render_cli(cfg: DictConfig) -> None:
# data = np.load(path)
data = np.load(path, allow_pickle=True).item()
motion = data['motion']
motion = motion.copy()[..., [2, 0, 1]]
text = data['text']
if 'lengths' in data:
lens = data['lengths']
......
......@@ -169,7 +169,6 @@ def sample(newcfg: DictConfig) -> None:
one_data = dataset_test.load_keyid(keyid, mode='inference')
else:
one_data = dataset.load_keyid(keyid, mode='inference')
# buggy gt
if one_data['length_0'] == 1 or one_data['length_1'] == 1 :
logger.info(f'Omitted {keyid}')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment