We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2db414 + 0fe215d commit 01a34cdCopy full SHA for 01a34cd
body/human_pose/ambiguity_aware/scripts/main.py
@@ -169,7 +169,7 @@ def main():
169
# read_name = f"../../unsupervised_mesh/data/h36m_{mode}_pred_3d_mesh.h5"
170
save_name = f"../data/{prefix}_{mode}_pred_3d.h5"
171
if args.eval_suffix is not None:
172
- save_name = save_name[:-3] + "_" + args.eval_suffix + ".h5"
+ save_name = f"{save_name[:-3]}_{args.eval_suffix}.h5"
173
174
# eval mode, load the pretrained model and generate the 3d prediction of all 3ds
175
if not config.TRAIN.PRETRAIN_LIFTER:
0 commit comments