ソースを参照

modify save location of diff.csv

master
Ellis Huntingmoon 4年前
コミット
64f30c427a
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      kpi.py

+ 1
- 1
kpi.py ファイルの表示

133
     #print(norm['stroke_count'].unique())
133
     #print(norm['stroke_count'].unique())
134
     #print(norm)
134
     #print(norm)
135
     diff_csv = norm[['frame','diff_diff']]
135
     diff_csv = norm[['frame','diff_diff']]
136
-    diff_csv.to_csv('./diff.csv')
136
+    diff_csv.to_csv(os.path.join(file_path, 'diff.csv'))
137
     #plt.plot(norm['frame'],norm['diff_diff'])
137
     #plt.plot(norm['frame'],norm['diff_diff'])
138
     #plt.savefig('./diff_diff.png')    
138
     #plt.savefig('./diff_diff.png')    
139
 
139
 

読み込み中…
キャンセル
保存