2017-07-13から1日間の記事一覧

最近話題のkkpとかkppとかいうやつ

オープンソースなので起こすまでもないんだが python練習中のソースを一部晒しますね import numpy as np with open('KK_synthesized.bin', 'rb') as f: kk = np.fromfile(f, dtype='int32').reshape(81, 81, 2) with open('KKP_synthesized.bin', 'rb') as …