Skip to content
Takeshi HASEGAWA edited this page Oct 22, 2015 · 2 revisions

ブキの追加

IkaLog で新しいブキを処理できるようにするための手順

ソースコードの修正箇所

f99b1602c1148e22d014f974202ac2f7ba54904e を参照

ブキ画像の学習

死因画像の学習

テスト

すべての作業を行ったら py.test でユニットテストを行います。

dhcp44-82:IkaLog_github5 hasegaw$ py.test-3.4 test/test_constants.py
========================== test session starts ===========================
platform darwin -- Python 3.4.3, pytest-2.8.2, py-1.4.30, pluggy-0.3.1
rootdir: /Users/hasegaw/work/IkaLog_github5, inifile:
collected 5 items

test/test_constants.py .....

======================== 5 passed in 0.76 seconds ========================
dhcp44-82:IkaLog_github5 hasegaw$

test_constants.py では下記の要素をチェックします。

  • stat.ink のブキデータベースと ikalog/constants.py の内容を比較し、過不足があるか
  • IkaLog のブキID、ブキ名を stat.ink のブキIDに相互変換できるか
  • ブキ画像、死因画像のトレーニングモデルと ikalog/constants.py の内容と比較し、過不足があるか