We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676fa7a commit 1b17a04Copy full SHA for 1b17a04
README
@@ -54,11 +54,11 @@ $ make install PREFIX=/usr
54
55
- 学習済みの重みファイルと読ませたい文字列を当てると、認識結果を返します
56
57
-$ ./kocr ../databases/cnn-num.txt ../images/samples/sample-img-6.pbm
+$ ./kocr ../databases/cnn-num.bin ../images/samples/sample-img-6.pbm
58
59
- 重みファイルと画像リストファイルを与えると性能評価を行います(未実装)
60
61
-$ ./kocr ../databases/cnn-num.txt ../images/faximg/list-num.txt
+$ ./kocr ../databases/cnn-num.bin ../images/faximg/list-num.txt
62
63
学習及び重みファイルの作成についてはpythonを用いて行います(後述)
64
0 commit comments