Commit 80252730 authored by 张彦钊's avatar 张彦钊

fix bug

parent aa625a5b
......@@ -8,7 +8,7 @@ import argparse
parser = argparse.ArgumentParser()
parser.add_argument('test_label',help='The filename of the test_label')
parser.add_argument('test_pred',help='The filename of the test_pred')
parser.add_argument('output_photo',help='The filename of the output_photo')
# parser.add_argument('output_photo',help='The filename of the output_photo')
args = parser.parse_args()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment