Skip to content

Commit 746937e

Browse files
author
Depu Meng (FA Talent)
committed
modified plot scripts
1 parent 9ab1d4e commit 746937e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

visualization/plot_coco.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def parse_args():
106106
parser.add_argument('--save-path',
107107
help="Path to save the visualizations",
108108
type=str,
109-
default='visualize/coco/')
109+
default='visualization/coco/')
110110

111111
parser.add_argument('--prediction',
112112
help="Prediction file to visualize",

visualization/plot_mpii.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def parse_args():
2929
parser.add_argument('--save-path',
3030
help="Path to save the visualizations",
3131
type=str,
32-
default='visualize/mpii/')
32+
default='visualization/mpii/')
3333

3434
parser.add_argument('--prediction',
3535
help="Prediction file to visualize",

0 commit comments

Comments
 (0)