프로젝트

일반

사용자정보

개정판 f6e96725

IDf6e96725cc84bcab82eec89fda484db91c76ad18
상위 ec29eea1
하위 227e6ded

함의성이(가) 6년 이상 전에 추가함

build issue #655: oper well

차이점 보기:

DTI_PID/DTI_PID/TrainingImageListDialog.py
273 273
        #try:
274 274
                        # 실제 적용 데이터 생성 3단계진행
275 275
        trainCmd = tesseract_cmd + ' ' + trainingImgPath + ' ' + trainingBoxPath.replace('.box', '') + ' nobatch box.train &timeout 15'
276
        strrr = subprocess.call(trainCmd, shell = True)
277
        print(strrr)
278

  
279
        unicharsetExtractorCmd = unicharset_extractor_cmd + ' ' + trainingBoxPath + " >> output.log"
280

  
281
        subprocess.call(unicharsetExtractorCmd, shell = True)
276
        #subprocess.call(trainCmd, shell = True)
277
        
278
        #unicharsetExtractorCmd = unicharset_extractor_cmd + ' ' + trainingBoxPath + " >> output.log"
279
        #subprocess.call(unicharsetExtractorCmd, shell = True)
282 280

  
283
        #os.system(trainCmd)
281
        os.system(trainCmd)
284 282
        #os.system(unicharsetExtractorCmd)
285 283

  
286 284
            #setUnicharsetPropertiesCmd = set_unicharset_properties_cmd + 

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)