Skip to content

Commit 5513474

Browse files
committed
fix: csv generation: oiv6 dataset names
1 parent 992ff13 commit 5513474

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scripts/metrics/gen_mpeg_cttc_csv.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,12 @@ def generate_csv(result_path, seq_list, nb_operation_points):
492492
)
493493
elif args.dataset_name == "OIV6":
494494
output_df = generate_csv(
495-
norm_result_path, ["MPEGOIV6"], args.nb_operation_points
495+
norm_result_path,
496+
[
497+
"mpeg-oiv6-segmentation",
498+
"mpeg-oiv6-detection",
499+
],
500+
args.nb_operation_points,
496501
)
497502
elif args.dataset_name == "TVD":
498503
if args.mode == "FCM":

0 commit comments

Comments
 (0)