개정판 92420d27
build issue #655: build path test
DTI_PID/DTI_PID/TrainingImageListDialog.py | ||
---|---|---|
267 | 267 |
fw.write(outBox) |
268 | 268 |
fw.close() |
269 | 269 |
|
270 |
# 실제 적용 데이터 생성 |
|
270 |
# 실제 적용 데이터 생성 3단계진행
|
|
271 | 271 |
trainCmd = tesseract_cmd + ' ' + trainingImgPath + ' ' + trainingBoxPath.replace('.box', '') + ' nobatch box.train' |
272 | 272 |
subprocess.call(trainCmd, shell = True) |
273 | 273 |
|
274 | 274 |
unicharsetExtractorCmd = unicharset_extractor_cmd + ' ' + trainingBoxPath |
275 |
|
|
275 | 276 |
subprocess.call(unicharsetExtractorCmd, shell = True) |
276 | 277 |
|
277 | 278 |
#setUnicharsetPropertiesCmd = set_unicharset_properties_cmd + |
내보내기 Unified diff