Skip to content

Commit 1b17a04

Browse files
committed
Update document: an extension of weight file was changed from txt to bin
1 parent 676fa7a commit 1b17a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ $ make install PREFIX=/usr
5454

5555
- 学習済みの重みファイルと読ませたい文字列を当てると、認識結果を返します
5656

57-
$ ./kocr ../databases/cnn-num.txt ../images/samples/sample-img-6.pbm
57+
$ ./kocr ../databases/cnn-num.bin ../images/samples/sample-img-6.pbm
5858

5959
- 重みファイルと画像リストファイルを与えると性能評価を行います(未実装)
6060

61-
$ ./kocr ../databases/cnn-num.txt ../images/faximg/list-num.txt
61+
$ ./kocr ../databases/cnn-num.bin ../images/faximg/list-num.txt
6262

6363
学習及び重みファイルの作成についてはpythonを用いて行います(後述)
6464

0 commit comments

Comments
 (0)