Skip to content
Snippets Groups Projects
Commit 1cfc1c47 authored by bbauvin's avatar bbauvin
Browse files

Changed date for final image

parent 9e6de718
Branches
Tags
No related merge requests found
...@@ -39,7 +39,7 @@ def resultAnalysis(benchmark, results, name, times, metrics): ...@@ -39,7 +39,7 @@ def resultAnalysis(benchmark, results, name, times, metrics):
ax.set_xticks(range(nbResults)) ax.set_xticks(range(nbResults))
ax.set_xticklabels(names, rotation="vertical") ax.set_xticklabels(names, rotation="vertical")
f.savefig("Results/"+name+"-"+metric[0]+"-"+time.strftime("%Y%m%d-%H%M%S")+".png") f.savefig("Results/"+time.strftime("%Y%m%d-%H%M%S")+"-"+name+"-"+metric[0]+".png")
logging.info("Extraction time : "+str(times[0])+"s, Monoview time : "+str(times[1])+"s, Multiview Time : "+str(times[2])+"s") logging.info("Extraction time : "+str(times[0])+"s, Monoview time : "+str(times[1])+"s, Multiview Time : "+str(times[2])+"s")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment