Skip to content
Snippets Groups Projects
Commit 8d1d3137 authored by Lukasz Tomasz Bienias's avatar Lukasz Tomasz Bienias
Browse files

Adding some more pdf changes

parent 51bb6978
No related branches found
No related tags found
No related merge requests found
7.989327909709180719e-01,7.072176698711678533e-01
7.304314023219297125e-01,7.043447505890272353e-01
File added
File added
File added
4.732595818650746355e-02,4.000000000000000083e-02
2.126989247831004848e-01,9.612935717478723885e-02
8.837656099903939966e-02,6.301824212271969761e-02
2.677161406438249847e-01,2.856549297210539962e-01
No preview for this file type
......@@ -11,7 +11,7 @@ dice_index_A = np.zeros(5,)
dice_index_B = np.zeros(5,)
for i in range(1,6):
with open(os.path.abspath('') + '/post_processing/scores_' + str(i) + '.csv') as csv_file:
with open(os.path.abspath('') + '/post_processing/scores_' + str(i) + '_our.csv') as csv_file:
csv_reader = csv.reader(csv_file, delimiter=',')
line_count = 0
for row in csv_reader:
......
......@@ -11,7 +11,7 @@ dice_index_A = np.zeros(5,)
dice_index_B = np.zeros(5,)
for i in range(1,6):
with open(os.path.abspath('') + '/sa_fcn/post_processing/scores_' + str(i) + '.csv') as csv_file:
with open(os.path.abspath('') + '/sa_fcn/post_processing/scores_' + str(i) + '_our.csv') as csv_file:
csv_reader = csv.reader(csv_file, delimiter=',')
line_count = 0
for row in csv_reader:
......@@ -44,7 +44,7 @@ clust_data2 = np.array(['Dice Index', dice_index_A_mean, dice_index_B_mean])
clust_data =np.vstack((clust_data1, clust_data2))
pp = PdfPages('sa_fcn_table_2.pdf')
pp = PdfPages('table_2_sa_fcn.pdf')
#csv_data = np.vstack((np.array([f1_score_A_mean, f1_score_B_mean]), np.array([dice_index_A_mean, dice_index_B_mean])))
#savetxt('python/sa_fcn_table.csv', csv_data, delimiter=',')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment