Commit 68c43cca authored by adaZ-9's avatar adaZ-9
Browse files

updated

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