"server/vscode:/vscode.git/clone" did not exist on "8e8dd984d807dac30a752ae3025925883b11ebc8"
Commit 68c43cca authored by adaZ-9's avatar adaZ-9
Browse files

updated

parent 2cf19c53
...@@ -887,6 +887,9 @@ def main(): ...@@ -887,6 +887,9 @@ def main():
clf = load_model(model_path) clf = load_model(model_path)
test_list = read_train_list(test_fn) test_list = read_train_list(test_fn)
if not os.path.isdir(out_dir):
os.mkdir(out_dir)
print('Prediction...') print('Prediction...')
for i in range(len(test_list)): for i in range(len(test_list)):
inputfile = test_list.label_fn[i] inputfile = test_list.label_fn[i]
......
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