Skip to content

Commit 5084299

Browse files
committed
[fix] minor, path for gen csv classwise video miou
1 parent 20bdeb2 commit 5084299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/metrics/gen_mpeg_cttc_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ def generate_csv(result_path, seq_list, nb_operation_points):
662662
seq_list = [s[-3:] + "_1920x1080_30" for s in seq_list]
663663

664664
output_df = generate_csv_classwise_video_miou(
665-
args.result_path,
665+
norm_result_path,
666666
args.dataset_path,
667667
[PANDAM1, PANDAM2, PANDAM3],
668668
seq_list,

0 commit comments

Comments
 (0)