Skip to content
Snippets Groups Projects
Commit ce6656f9 authored by osimeoni's avatar osimeoni
Browse files

Saving predictions: small fix

parent b2dd2da3
No related branches found
No related tags found
No related merge requests found
...@@ -298,6 +298,9 @@ if __name__ == "__main__": ...@@ -298,6 +298,9 @@ if __name__ == "__main__":
image = dataset.load_image(im_name) image = dataset.load_image(im_name)
visualize_predictions(image, pred, seed, scales, [w_featmap, h_featmap], vis_folder, im_name) visualize_predictions(image, pred, seed, scales, [w_featmap, h_featmap], vis_folder, im_name)
# Save the prediction
preds_dict[im_name] = pred
# Evaluation # Evaluation
if args.no_evaluation: if args.no_evaluation:
continue continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment