File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,10 @@ object_detection 디렉토리에서 아래와 같은 명령을 실행하여 학
126
126
--trained_checkpoint_prefix training/model.ckpt-xxxxx \
127
127
--output_directory num_recognition
128
128
129
+ 모델을 적용하기 위하여 다음을 수정해야합니다.
130
+ 본 모델은 카드 번호 검출 모델이므로 model_name을 number_recognition으로 수정합니다.
131
+ 여기서 정의한 클래스는 10개(0 ~ 9)임ㅡ로 NUM_CLASSES의 값을 10으로 수정합니다.
132
+
129
133
model.ckpt-xxxxx의 xxxxx부분에 저장된 모델 번호를 쓰고 명령어를 실행하면 num_recognition 폴더가 생성되었고 안에 frozen_inference_graph.pb(추론 모델)이 생성된 것을 알 수 있습니다.
130
134
131
135
테스트를 하기 위해 테스트할 이미지를 object_detection/test_images 폴더에 업로드합니다.
@@ -134,4 +138,6 @@ model.ckpt-xxxxx의 xxxxx부분에 저장된 모델 번호를 쓰고 명령어
134
138
## 결과<a name =" Result " ></a >
135
139
![ result] ( ./docs/img/result.png )
136
140
![ result] ( ./docs/img/result2.png )
141
+
142
+ 결과 이미지를 통해 분류가 잘 이루어져 카드 번호 검출이 잘 이루어지는 것을 알 수 있다.
137
143
## Extras<a name =" Extras " ></a >
You can’t perform that action at this time.
0 commit comments