diff options
author | Michael Foiani <sotech117@michaels-mbp-4.devices.brown.edu> | 2022-05-09 04:11:08 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-4.devices.brown.edu> | 2022-05-09 04:11:08 -0400 |
commit | c3a8fff5d9465b362214d84d30d9b1212d58722f (patch) | |
tree | cd3759bc43199994a53f69657429d3686e27657a | |
parent | 0aa9638226fb90ba5320e84f46b6559cc255cedd (diff) |
clear
-rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ def main(): # store + show the final result :) plt.imshow(final_image) - print('\nSaved the final result to out/results/{}.'.format(ARGS.savefile)) + print('\nDONE: saved the final result to out/results/{}.'.format(ARGS.savefile)) # plt.show() |