Update app.py
Browse files
app.py
CHANGED
@@ -584,9 +584,18 @@ class BaseTrainer(object):
|
|
584 |
)
|
585 |
|
586 |
total_length += n
|
587 |
-
render_vid_path = other_tools_hf.render_one_sequence_no_gt(
|
588 |
-
results_save_path+"res_"+test_seq_list.iloc[its]['id']+'.npz',
|
589 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
590 |
results_save_path,
|
591 |
self.audio_path,
|
592 |
self.args.data_path_1+"smplx_models/",
|
|
|
584 |
)
|
585 |
|
586 |
total_length += n
|
587 |
+
# render_vid_path = other_tools_hf.render_one_sequence_no_gt(
|
588 |
+
# results_save_path+"res_"+test_seq_list.iloc[its]['id']+'.npz',
|
589 |
+
# # results_save_path+"gt_"+test_seq_list.iloc[its]['id']+'.npz',
|
590 |
+
# results_save_path,
|
591 |
+
# self.audio_path,
|
592 |
+
# self.args.data_path_1+"smplx_models/",
|
593 |
+
# use_matplotlib = False,
|
594 |
+
# args = self.args,
|
595 |
+
# )
|
596 |
+
render_vid_path = other_tools_hf.render_one_sequence_with_face(
|
597 |
+
results_save_path+"res_"+test_seq_list.iloc[its]['id']+'.npz',
|
598 |
+
results_save_path+"gt_"+test_seq_list.iloc[its]['id']+'.npz',
|
599 |
results_save_path,
|
600 |
self.audio_path,
|
601 |
self.args.data_path_1+"smplx_models/",
|