|
|
|
|
@ -304,3 +304,441 @@ RuntimeError: 이미지 저장 중 오류 발생: The truth value of an array wi
|
|
|
|
|
[2025-07-04 02:20:54,459] [MainThread] [INFO] [image_processor2.py:process_single_image:114] 텍스트 렌더링 완료
|
|
|
|
|
[2025-07-04 02:20:54,469] [MainThread] [INFO] [postImageManager.py:save_image_to_path:38] 이미지 저장 완료 : D:\py\IT_Server\temp_images\translated_multi_img_7.png
|
|
|
|
|
[2025-07-04 02:20:54,506] [MainThread] [INFO] [image_processor2.py:process_single_image:118] 이미지 7 번역 완료: D:\py\IT_Server\temp_images\translated_multi_img_7.png
|
|
|
|
|
[2025-07-04 18:18:17,681] [MainThread] [ERROR] [ocr_module.py:initialize_ocr:43] ❌ PaddleOCR 초기화 실패: No module named 'paddleocr'
|
|
|
|
|
Traceback (most recent call last):
|
|
|
|
|
File "D:\py\IT_Server\modules\ocr_module.py", line 31, in initialize_ocr
|
|
|
|
|
from paddleocr import PaddleOCR
|
|
|
|
|
ModuleNotFoundError: No module named 'paddleocr'
|
|
|
|
|
|
|
|
|
|
[2025-07-04 18:18:17,703] [MainThread] [INFO] [image_processor2.py:cleanup:50] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 18:19:41,931] [MainThread] [ERROR] [ocr_module.py:initialize_ocr:43] ❌ PaddleOCR 초기화 실패: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
Traceback (most recent call last):
|
|
|
|
|
File "D:\py\IT_Server\modules\ocr_module.py", line 31, in initialize_ocr
|
|
|
|
|
from paddleocr import PaddleOCR
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\__init__.py", line 14, in <module>
|
|
|
|
|
from .paddleocr import (
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\paddleocr.py", line 64, in <module>
|
|
|
|
|
from tools.infer import predict_system
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_system.py", line 33, in <module>
|
|
|
|
|
import tools.infer.predict_det as predict_det
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_det.py", line 31, in <module>
|
|
|
|
|
from ppocr.data import create_operators, transform
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\__init__.py", line 35, in <module>
|
|
|
|
|
from ppocr.data.imaug import transform, create_operators
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\__init__.py", line 19, in <module>
|
|
|
|
|
from .iaa_augment import IaaAugment
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\iaa_augment.py", line 24, in <module>
|
|
|
|
|
import albumentations as A
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\__init__.py", line 24, in <module>
|
|
|
|
|
from .pytorch import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\__init__.py", line 1, in <module>
|
|
|
|
|
from .transforms import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\transforms.py", line 15, in <module>
|
|
|
|
|
import torch
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 270, in <module>
|
|
|
|
|
_load_dll_libraries()
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 253, in _load_dll_libraries
|
|
|
|
|
raise err
|
|
|
|
|
OSError: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
|
|
|
|
|
[2025-07-04 18:19:42,000] [MainThread] [INFO] [image_processor2.py:cleanup:50] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 19:32:19,168] [MainThread] [ERROR] [ocr_module.py:initialize_ocr:43] ❌ PaddleOCR 초기화 실패: Unknown argument: use_gpu
|
|
|
|
|
Traceback (most recent call last):
|
|
|
|
|
File "D:\py\IT_Server\modules\ocr_module.py", line 33, in initialize_ocr
|
|
|
|
|
ocr = PaddleOCR(
|
|
|
|
|
^^^^^^^^^^
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\_pipelines\ocr.py", line 161, in __init__
|
|
|
|
|
super().__init__(**base_params)
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\_pipelines\base.py", line 62, in __init__
|
|
|
|
|
self._common_args = parse_common_args(
|
|
|
|
|
^^^^^^^^^^^^^^^^^^
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\_common_args.py", line 43, in parse_common_args
|
|
|
|
|
raise ValueError(f"Unknown argument: {name}")
|
|
|
|
|
ValueError: Unknown argument: use_gpu
|
|
|
|
|
|
|
|
|
|
[2025-07-04 19:32:19,245] [MainThread] [INFO] [image_processor2.py:cleanup:50] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 19:33:10,399] [MainThread] [ERROR] [ocr_module.py:initialize_ocr:43] ❌ PaddleOCR 초기화 실패: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
Traceback (most recent call last):
|
|
|
|
|
File "D:\py\IT_Server\modules\ocr_module.py", line 31, in initialize_ocr
|
|
|
|
|
from paddleocr import PaddleOCR
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\__init__.py", line 14, in <module>
|
|
|
|
|
from .paddleocr import (
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\paddleocr.py", line 64, in <module>
|
|
|
|
|
from tools.infer import predict_system
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_system.py", line 33, in <module>
|
|
|
|
|
import tools.infer.predict_det as predict_det
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_det.py", line 31, in <module>
|
|
|
|
|
from ppocr.data import create_operators, transform
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\__init__.py", line 35, in <module>
|
|
|
|
|
from ppocr.data.imaug import transform, create_operators
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\__init__.py", line 19, in <module>
|
|
|
|
|
from .iaa_augment import IaaAugment
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\iaa_augment.py", line 24, in <module>
|
|
|
|
|
import albumentations as A
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\__init__.py", line 24, in <module>
|
|
|
|
|
from .pytorch import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\__init__.py", line 1, in <module>
|
|
|
|
|
from .transforms import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\transforms.py", line 15, in <module>
|
|
|
|
|
import torch
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 270, in <module>
|
|
|
|
|
_load_dll_libraries()
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 253, in _load_dll_libraries
|
|
|
|
|
raise err
|
|
|
|
|
OSError: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
|
|
|
|
|
[2025-07-04 19:33:10,483] [MainThread] [INFO] [image_processor2.py:cleanup:50] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 19:39:14,900] [MainThread] [INFO] [mask_module.py:__init__:12] 마스크 모듈 초기화 완료
|
|
|
|
|
[2025-07-04 19:39:14,901] [MainThread] [DEBUG] [postImageManager.py:font_load:22] 폰트 로드 성공: D:\py\IT_Server\modules\fonts\HakgyoansimDunggeunmisoTTFB.ttf
|
|
|
|
|
[2025-07-04 19:39:14,967] [MainThread] [INFO] [image_processor2.py:cleanup:50] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 19:43:45,223] [MainThread] [INFO] [mask_module.py:__init__:12] 마스크 모듈 초기화 완료
|
|
|
|
|
[2025-07-04 19:43:45,224] [MainThread] [DEBUG] [postImageManager.py:font_load:22] 폰트 로드 성공: D:\py\IT_Server\modules\fonts\HakgyoansimDunggeunmisoTTFB.ttf
|
|
|
|
|
[2025-07-04 19:48:18,222] [MainThread] [INFO] [image_processor2.py:cleanup:50] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 20:04:18,065] [MainThread] [INFO] [mask_module.py:__init__:12] 마스크 모듈 초기화 완료
|
|
|
|
|
[2025-07-04 20:04:18,065] [MainThread] [DEBUG] [postImageManager.py:font_load:22] 폰트 로드 성공: D:\py\IT_Server\modules\fonts\HakgyoansimDunggeunmisoTTFB.ttf
|
|
|
|
|
[2025-07-04 20:04:18,066] [MainThread] [INFO] [iop_Manager.py:_start_instances:73] IOPaint 인스턴스 1 개 시작
|
|
|
|
|
[2025-07-04 20:04:18,066] [MainThread] [INFO] [iop_Manager.py:_start_instances:78] [7026] 인스턴스 실행 명령: D:\py\IT_Server\modules\iop\iop.exe start --model=migan --device=cpu --port 7026 --model-dir D:\py\IT_Server\modules\iop\models
|
|
|
|
|
[2025-07-04 20:04:18,132] [MainThread] [INFO] [image_processor2.py:cleanup:53] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 20:15:10,769] [MainThread] [ERROR] [ocr_module.py:initialize_ocr:43] ❌ PaddleOCR 초기화 실패: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
Traceback (most recent call last):
|
|
|
|
|
File "D:\py\IT_Server\modules\ocr_module.py", line 31, in initialize_ocr
|
|
|
|
|
from paddleocr import PaddleOCR
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\__init__.py", line 14, in <module>
|
|
|
|
|
from .paddleocr import (
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\paddleocr.py", line 64, in <module>
|
|
|
|
|
from tools.infer import predict_system
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_system.py", line 33, in <module>
|
|
|
|
|
import tools.infer.predict_det as predict_det
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_det.py", line 31, in <module>
|
|
|
|
|
from ppocr.data import create_operators, transform
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\__init__.py", line 35, in <module>
|
|
|
|
|
from ppocr.data.imaug import transform, create_operators
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\__init__.py", line 19, in <module>
|
|
|
|
|
from .iaa_augment import IaaAugment
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\iaa_augment.py", line 24, in <module>
|
|
|
|
|
import albumentations as A
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\__init__.py", line 24, in <module>
|
|
|
|
|
from .pytorch import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\__init__.py", line 1, in <module>
|
|
|
|
|
from .transforms import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\transforms.py", line 15, in <module>
|
|
|
|
|
import torch
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 270, in <module>
|
|
|
|
|
_load_dll_libraries()
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 253, in _load_dll_libraries
|
|
|
|
|
raise err
|
|
|
|
|
OSError: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
|
|
|
|
|
[2025-07-04 20:15:10,849] [MainThread] [INFO] [image_processor2.py:cleanup:53] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 20:16:11,790] [MainThread] [ERROR] [ocr_module.py:initialize_ocr:43] ❌ PaddleOCR 초기화 실패: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
Traceback (most recent call last):
|
|
|
|
|
File "D:\py\IT_Server\modules\ocr_module.py", line 31, in initialize_ocr
|
|
|
|
|
from paddleocr import PaddleOCR
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\__init__.py", line 14, in <module>
|
|
|
|
|
from .paddleocr import (
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\paddleocr.py", line 64, in <module>
|
|
|
|
|
from tools.infer import predict_system
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_system.py", line 33, in <module>
|
|
|
|
|
import tools.infer.predict_det as predict_det
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_det.py", line 31, in <module>
|
|
|
|
|
from ppocr.data import create_operators, transform
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\__init__.py", line 35, in <module>
|
|
|
|
|
from ppocr.data.imaug import transform, create_operators
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\__init__.py", line 19, in <module>
|
|
|
|
|
from .iaa_augment import IaaAugment
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\iaa_augment.py", line 24, in <module>
|
|
|
|
|
import albumentations as A
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\__init__.py", line 24, in <module>
|
|
|
|
|
from .pytorch import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\__init__.py", line 1, in <module>
|
|
|
|
|
from .transforms import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\transforms.py", line 15, in <module>
|
|
|
|
|
import torch
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 270, in <module>
|
|
|
|
|
_load_dll_libraries()
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 253, in _load_dll_libraries
|
|
|
|
|
raise err
|
|
|
|
|
OSError: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
|
|
|
|
|
[2025-07-04 20:16:11,876] [MainThread] [INFO] [image_processor2.py:cleanup:53] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 20:18:27,628] [MainThread] [ERROR] [ocr_module.py:initialize_ocr:43] ❌ PaddleOCR 초기화 실패: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
Traceback (most recent call last):
|
|
|
|
|
File "D:\py\IT_Server\modules\ocr_module.py", line 31, in initialize_ocr
|
|
|
|
|
from paddleocr import PaddleOCR
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\__init__.py", line 14, in <module>
|
|
|
|
|
from .paddleocr import (
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\paddleocr.py", line 64, in <module>
|
|
|
|
|
from tools.infer import predict_system
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_system.py", line 33, in <module>
|
|
|
|
|
import tools.infer.predict_det as predict_det
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_det.py", line 31, in <module>
|
|
|
|
|
from ppocr.data import create_operators, transform
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\__init__.py", line 35, in <module>
|
|
|
|
|
from ppocr.data.imaug import transform, create_operators
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\__init__.py", line 19, in <module>
|
|
|
|
|
from .iaa_augment import IaaAugment
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\iaa_augment.py", line 24, in <module>
|
|
|
|
|
import albumentations as A
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\__init__.py", line 24, in <module>
|
|
|
|
|
from .pytorch import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\__init__.py", line 1, in <module>
|
|
|
|
|
from .transforms import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\transforms.py", line 15, in <module>
|
|
|
|
|
import torch
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 270, in <module>
|
|
|
|
|
_load_dll_libraries()
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 253, in _load_dll_libraries
|
|
|
|
|
raise err
|
|
|
|
|
OSError: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
|
|
|
|
|
[2025-07-04 20:18:27,697] [MainThread] [INFO] [image_processor2.py:cleanup:53] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 20:18:35,762] [MainThread] [ERROR] [ocr_module.py:initialize_ocr:43] ❌ PaddleOCR 초기화 실패: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
Traceback (most recent call last):
|
|
|
|
|
File "D:\py\IT_Server\modules\ocr_module.py", line 31, in initialize_ocr
|
|
|
|
|
from paddleocr import PaddleOCR
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\__init__.py", line 14, in <module>
|
|
|
|
|
from .paddleocr import (
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\paddleocr.py", line 64, in <module>
|
|
|
|
|
from tools.infer import predict_system
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_system.py", line 33, in <module>
|
|
|
|
|
import tools.infer.predict_det as predict_det
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_det.py", line 31, in <module>
|
|
|
|
|
from ppocr.data import create_operators, transform
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\__init__.py", line 35, in <module>
|
|
|
|
|
from ppocr.data.imaug import transform, create_operators
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\__init__.py", line 19, in <module>
|
|
|
|
|
from .iaa_augment import IaaAugment
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\iaa_augment.py", line 24, in <module>
|
|
|
|
|
import albumentations as A
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\__init__.py", line 24, in <module>
|
|
|
|
|
from .pytorch import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\__init__.py", line 1, in <module>
|
|
|
|
|
from .transforms import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\transforms.py", line 15, in <module>
|
|
|
|
|
import torch
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 270, in <module>
|
|
|
|
|
_load_dll_libraries()
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 253, in _load_dll_libraries
|
|
|
|
|
raise err
|
|
|
|
|
OSError: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
|
|
|
|
|
[2025-07-04 20:18:35,834] [MainThread] [INFO] [image_processor2.py:cleanup:53] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 20:19:00,214] [MainThread] [ERROR] [ocr_module.py:initialize_ocr:43] ❌ PaddleOCR 초기화 실패: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
Traceback (most recent call last):
|
|
|
|
|
File "D:\py\IT_Server\modules\ocr_module.py", line 31, in initialize_ocr
|
|
|
|
|
from paddleocr import PaddleOCR
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\__init__.py", line 14, in <module>
|
|
|
|
|
from .paddleocr import (
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\paddleocr.py", line 64, in <module>
|
|
|
|
|
from tools.infer import predict_system
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_system.py", line 33, in <module>
|
|
|
|
|
import tools.infer.predict_det as predict_det
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_det.py", line 31, in <module>
|
|
|
|
|
from ppocr.data import create_operators, transform
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\__init__.py", line 35, in <module>
|
|
|
|
|
from ppocr.data.imaug import transform, create_operators
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\__init__.py", line 19, in <module>
|
|
|
|
|
from .iaa_augment import IaaAugment
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\iaa_augment.py", line 24, in <module>
|
|
|
|
|
import albumentations as A
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\__init__.py", line 24, in <module>
|
|
|
|
|
from .pytorch import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\__init__.py", line 1, in <module>
|
|
|
|
|
from .transforms import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\transforms.py", line 15, in <module>
|
|
|
|
|
import torch
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 270, in <module>
|
|
|
|
|
_load_dll_libraries()
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 253, in _load_dll_libraries
|
|
|
|
|
raise err
|
|
|
|
|
OSError: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
|
|
|
|
|
[2025-07-04 20:19:00,293] [MainThread] [INFO] [image_processor2.py:cleanup:53] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 20:27:04,149] [MainThread] [ERROR] [ocr_module.py:initialize_ocr:43] ❌ PaddleOCR 초기화 실패: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
Traceback (most recent call last):
|
|
|
|
|
File "D:\py\IT_Server\modules\ocr_module.py", line 31, in initialize_ocr
|
|
|
|
|
from paddleocr import PaddleOCR
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\__init__.py", line 14, in <module>
|
|
|
|
|
from .paddleocr import (
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\paddleocr.py", line 64, in <module>
|
|
|
|
|
from tools.infer import predict_system
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_system.py", line 33, in <module>
|
|
|
|
|
import tools.infer.predict_det as predict_det
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_det.py", line 31, in <module>
|
|
|
|
|
from ppocr.data import create_operators, transform
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\__init__.py", line 35, in <module>
|
|
|
|
|
from ppocr.data.imaug import transform, create_operators
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\__init__.py", line 19, in <module>
|
|
|
|
|
from .iaa_augment import IaaAugment
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\iaa_augment.py", line 24, in <module>
|
|
|
|
|
import albumentations as A
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\__init__.py", line 24, in <module>
|
|
|
|
|
from .pytorch import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\__init__.py", line 1, in <module>
|
|
|
|
|
from .transforms import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\transforms.py", line 15, in <module>
|
|
|
|
|
import torch
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 270, in <module>
|
|
|
|
|
_load_dll_libraries()
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 253, in _load_dll_libraries
|
|
|
|
|
raise err
|
|
|
|
|
OSError: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
|
|
|
|
|
[2025-07-04 20:27:04,231] [MainThread] [INFO] [image_processor2.py:cleanup:53] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 20:30:08,995] [MainThread] [ERROR] [ocr_module.py:initialize_ocr:43] ❌ PaddleOCR 초기화 실패: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
Traceback (most recent call last):
|
|
|
|
|
File "D:\py\IT_Server\modules\ocr_module.py", line 31, in initialize_ocr
|
|
|
|
|
from paddleocr import PaddleOCR
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\__init__.py", line 14, in <module>
|
|
|
|
|
from .paddleocr import (
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\paddleocr.py", line 64, in <module>
|
|
|
|
|
from tools.infer import predict_system
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_system.py", line 33, in <module>
|
|
|
|
|
import tools.infer.predict_det as predict_det
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_det.py", line 31, in <module>
|
|
|
|
|
from ppocr.data import create_operators, transform
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\__init__.py", line 35, in <module>
|
|
|
|
|
from ppocr.data.imaug import transform, create_operators
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\__init__.py", line 19, in <module>
|
|
|
|
|
from .iaa_augment import IaaAugment
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\iaa_augment.py", line 24, in <module>
|
|
|
|
|
import albumentations as A
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\__init__.py", line 24, in <module>
|
|
|
|
|
from .pytorch import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\__init__.py", line 1, in <module>
|
|
|
|
|
from .transforms import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\transforms.py", line 15, in <module>
|
|
|
|
|
import torch
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 270, in <module>
|
|
|
|
|
_load_dll_libraries()
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 253, in _load_dll_libraries
|
|
|
|
|
raise err
|
|
|
|
|
OSError: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
|
|
|
|
|
[2025-07-04 20:30:09,065] [MainThread] [INFO] [image_processor2.py:cleanup:53] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 20:31:30,942] [MainThread] [ERROR] [ocr_module.py:initialize_ocr:43] ❌ PaddleOCR 초기화 실패: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
Traceback (most recent call last):
|
|
|
|
|
File "D:\py\IT_Server\modules\ocr_module.py", line 31, in initialize_ocr
|
|
|
|
|
from paddleocr import PaddleOCR
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\__init__.py", line 14, in <module>
|
|
|
|
|
from .paddleocr import (
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\paddleocr.py", line 64, in <module>
|
|
|
|
|
from tools.infer import predict_system
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_system.py", line 33, in <module>
|
|
|
|
|
import tools.infer.predict_det as predict_det
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_det.py", line 31, in <module>
|
|
|
|
|
from ppocr.data import create_operators, transform
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\__init__.py", line 35, in <module>
|
|
|
|
|
from ppocr.data.imaug import transform, create_operators
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\__init__.py", line 19, in <module>
|
|
|
|
|
from .iaa_augment import IaaAugment
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\iaa_augment.py", line 24, in <module>
|
|
|
|
|
import albumentations as A
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\__init__.py", line 24, in <module>
|
|
|
|
|
from .pytorch import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\__init__.py", line 1, in <module>
|
|
|
|
|
from .transforms import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\transforms.py", line 15, in <module>
|
|
|
|
|
import torch
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 270, in <module>
|
|
|
|
|
_load_dll_libraries()
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 253, in _load_dll_libraries
|
|
|
|
|
raise err
|
|
|
|
|
OSError: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
|
|
|
|
|
[2025-07-04 20:31:31,022] [MainThread] [INFO] [image_processor2.py:cleanup:53] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 20:32:33,354] [MainThread] [ERROR] [ocr_module.py:initialize_ocr:43] ❌ PaddleOCR 초기화 실패: No module named 'paddle'
|
|
|
|
|
Traceback (most recent call last):
|
|
|
|
|
File "D:\py\IT_Server\modules\ocr_module.py", line 31, in initialize_ocr
|
|
|
|
|
from paddleocr import PaddleOCR
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\__init__.py", line 14, in <module>
|
|
|
|
|
from .paddleocr import (
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\paddleocr.py", line 21, in <module>
|
|
|
|
|
from paddle.utils import try_import
|
|
|
|
|
ModuleNotFoundError: No module named 'paddle'
|
|
|
|
|
|
|
|
|
|
[2025-07-04 20:32:33,378] [MainThread] [INFO] [image_processor2.py:cleanup:53] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 20:33:10,059] [MainThread] [ERROR] [ocr_module.py:initialize_ocr:43] ❌ PaddleOCR 초기화 실패: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
Traceback (most recent call last):
|
|
|
|
|
File "D:\py\IT_Server\modules\ocr_module.py", line 31, in initialize_ocr
|
|
|
|
|
from paddleocr import PaddleOCR
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\__init__.py", line 14, in <module>
|
|
|
|
|
from .paddleocr import (
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\paddleocr.py", line 64, in <module>
|
|
|
|
|
from tools.infer import predict_system
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_system.py", line 33, in <module>
|
|
|
|
|
import tools.infer.predict_det as predict_det
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_det.py", line 31, in <module>
|
|
|
|
|
from ppocr.data import create_operators, transform
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\__init__.py", line 35, in <module>
|
|
|
|
|
from ppocr.data.imaug import transform, create_operators
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\__init__.py", line 19, in <module>
|
|
|
|
|
from .iaa_augment import IaaAugment
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\iaa_augment.py", line 24, in <module>
|
|
|
|
|
import albumentations as A
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\__init__.py", line 24, in <module>
|
|
|
|
|
from .pytorch import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\__init__.py", line 1, in <module>
|
|
|
|
|
from .transforms import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\transforms.py", line 15, in <module>
|
|
|
|
|
import torch
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 270, in <module>
|
|
|
|
|
_load_dll_libraries()
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 253, in _load_dll_libraries
|
|
|
|
|
raise err
|
|
|
|
|
OSError: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
|
|
|
|
|
[2025-07-04 20:33:10,148] [MainThread] [INFO] [image_processor2.py:cleanup:53] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 20:37:38,096] [MainThread] [ERROR] [ocr_module.py:initialize_ocr:43] ❌ PaddleOCR 초기화 실패: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
Traceback (most recent call last):
|
|
|
|
|
File "D:\py\IT_Server\modules\ocr_module.py", line 31, in initialize_ocr
|
|
|
|
|
from paddleocr import PaddleOCR
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\__init__.py", line 14, in <module>
|
|
|
|
|
from .paddleocr import (
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\paddleocr.py", line 64, in <module>
|
|
|
|
|
from tools.infer import predict_system
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_system.py", line 33, in <module>
|
|
|
|
|
import tools.infer.predict_det as predict_det
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\tools\infer\predict_det.py", line 31, in <module>
|
|
|
|
|
from ppocr.data import create_operators, transform
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\__init__.py", line 35, in <module>
|
|
|
|
|
from ppocr.data.imaug import transform, create_operators
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\__init__.py", line 19, in <module>
|
|
|
|
|
from .iaa_augment import IaaAugment
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\paddleocr\ppocr\data\imaug\iaa_augment.py", line 24, in <module>
|
|
|
|
|
import albumentations as A
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\__init__.py", line 24, in <module>
|
|
|
|
|
from .pytorch import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\__init__.py", line 1, in <module>
|
|
|
|
|
from .transforms import *
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\albumentations\pytorch\transforms.py", line 15, in <module>
|
|
|
|
|
import torch
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 270, in <module>
|
|
|
|
|
_load_dll_libraries()
|
|
|
|
|
File "D:\py\IT_Server\Lib\site-packages\torch\__init__.py", line 253, in _load_dll_libraries
|
|
|
|
|
raise err
|
|
|
|
|
OSError: [WinError 127] 지정된 프로시저를 찾을 수 없습니다. Error loading "D:\py\IT_Server\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
|
|
|
|
|
|
|
|
|
|
[2025-07-04 20:37:38,184] [MainThread] [INFO] [image_processor2.py:cleanup:53] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 21:14:22,646] [MainThread] [INFO] [mask_module.py:__init__:12] 마스크 모듈 초기화 완료
|
|
|
|
|
[2025-07-04 21:14:22,647] [MainThread] [DEBUG] [postImageManager.py:font_load:22] 폰트 로드 성공: D:\py\IT_Server\modules\fonts\HakgyoansimDunggeunmisoTTFB.ttf
|
|
|
|
|
[2025-07-04 21:14:22,917] [MainThread] [INFO] [image_processor2.py:cleanup:53] 임시 폴더 삭제됨: D:\py\IT_Server\temp_images
|
|
|
|
|
[2025-07-04 21:15:59,637] [MainThread] [INFO] [mask_module.py:__init__:12] 마스크 모듈 초기화 완료
|
|
|
|
|
[2025-07-04 21:15:59,638] [MainThread] [DEBUG] [postImageManager.py:font_load:22] 폰트 로드 성공: D:\py\IT_Server\modules\fonts\HakgyoansimDunggeunmisoTTFB.ttf
|
|
|
|
|
[2025-07-04 21:15:59,638] [MainThread] [INFO] [iop_server.py:start:31] [IOPaint] 실행 환경 파이썬: D:\py\IT_Server\scripts\python.exe
|
|
|
|
|
[2025-07-04 21:15:59,638] [MainThread] [INFO] [iop_server.py:start:32] [IOPaint] 실행 명령: D:\py\IT_Server\scripts\python.exe -m iopaint start --model=migan --device=cpu --port 7024 --model-dir D:\py\IT_Server\iop\models
|
|
|
|
|
[2025-07-04 21:15:59,639] [MainThread] [INFO] [iop_server.py:start:33] [IOPaint] 모델 디렉토리: D:\py\IT_Server\iop\models
|
|
|
|
|
[2025-07-04 21:16:00,355] [MainThread] [WARNING] [iop_server.py:start:41] [IOPaint] iopaint 모듈이 현재 환경에 설치되어 있지 않습니다!
|
|
|
|
|
[2025-07-04 21:16:00,358] [MainThread] [INFO] [iop_server.py:start:47] [IOPaint] 서버 준비 확인 시작 (최대 30초 대기)
|
|
|
|
|
[2025-07-04 21:16:06,898] [MainThread] [INFO] [iop_server.py:start:68] [IOPaint] 서버가 포트 7024에서 준비됨.
|
|
|
|
|
[2025-07-04 21:17:17,178] [MainThread] [INFO] [ocr_module.py:detect_text:75] 🔍 OCR 감지 방식: polygon
|
|
|
|
|
[2025-07-04 21:17:17,599] [MainThread] [INFO] [ocr_module.py:detect_text:81] ocr_raw_results: [[[[[57.0, 44.0], [708.0, 44.0], [708.0, 122.0], [57.0, 122.0]], ('高质量水晶相纸', 0.9983320236206055)], [[[76.0, 195.0], [373.0, 195.0], [373.0, 225.0], [76.0, 225.0]], ('适合各种喷墨打印机', 0.993870735168457)], [[[74.0, 263.0], [348.0, 263.0], [348.0, 294.0], [74.0, 294.0]], ('色彩艳丽还原度高', 0.9967601895332336)], [[[401.0, 260.0], [464.0, 260.0], [464.0, 277.0], [401.0, 277.0]], ('Colors', 0.9959213137626648)], [[[529.0, 259.0], [718.0, 259.0], [718.0, 283.0], [529.0, 283.0]], ('高质量水晶相纸', 0.9965673089027405)], [[[397.0, 273.0], [514.0, 271.0], [514.0, 292.0], [397.0, 294.0]], ('Beautiful彩丽', 0.8809203505516052)], [[[72.0, 324.0], [346.0, 324.0], [346.0, 355.0], [72.0, 355.0]], ('打印快干多种规格', 0.9959524273872375)], [[[428.0, 382.0], [441.0, 382.0], [441.0, 389.0], [428.0, 389.0]], ('12', 0.768598198890686)], [[[452.0, 576.0], [499.0, 576.0], [499.0, 613.0], [452.0, 613.0]], ('4R', 0.9986311793327332)], [[[428.0, 599.0], [442.0, 599.0], [442.0, 614.0], [428.0, 614.0]], ('20', 0.964126706123352)], [[[428.0, 619.0], [448.0, 619.0], [448.0, 636.0], [428.0, 636.0]], ('100', 0.9982807636260986)], [[[412.0, 640.0], [449.0, 640.0], [449.0, 654.0], [412.0, 654.0]], ('SHEETS', 0.9623520970344543)], [[[463.0, 633.0], [495.0, 633.0], [495.0, 653.0], [463.0, 653.0]], ('230', 0.9994370937347412)], [[[459.0, 654.0], [495.0, 654.0], [495.0, 672.0], [459.0, 672.0]], ('g/m"', 0.7422822713851929)]]]
|
|
|
|
|
[2025-07-04 21:17:17,600] [MainThread] [INFO] [ocr_module.py:detect_text:83] line: [[[[57.0, 44.0], [708.0, 44.0], [708.0, 122.0], [57.0, 122.0]], ('高质量水晶相纸', 0.9983320236206055)], [[[76.0, 195.0], [373.0, 195.0], [373.0, 225.0], [76.0, 225.0]], ('适合各种喷墨打印机', 0.993870735168457)], [[[74.0, 263.0], [348.0, 263.0], [348.0, 294.0], [74.0, 294.0]], ('色彩艳丽还原度高', 0.9967601895332336)], [[[401.0, 260.0], [464.0, 260.0], [464.0, 277.0], [401.0, 277.0]], ('Colors', 0.9959213137626648)], [[[529.0, 259.0], [718.0, 259.0], [718.0, 283.0], [529.0, 283.0]], ('高质量水晶相纸', 0.9965673089027405)], [[[397.0, 273.0], [514.0, 271.0], [514.0, 292.0], [397.0, 294.0]], ('Beautiful彩丽', 0.8809203505516052)], [[[72.0, 324.0], [346.0, 324.0], [346.0, 355.0], [72.0, 355.0]], ('打印快干多种规格', 0.9959524273872375)], [[[428.0, 382.0], [441.0, 382.0], [441.0, 389.0], [428.0, 389.0]], ('12', 0.768598198890686)], [[[452.0, 576.0], [499.0, 576.0], [499.0, 613.0], [452.0, 613.0]], ('4R', 0.9986311793327332)], [[[428.0, 599.0], [442.0, 599.0], [442.0, 614.0], [428.0, 614.0]], ('20', 0.964126706123352)], [[[428.0, 619.0], [448.0, 619.0], [448.0, 636.0], [428.0, 636.0]], ('100', 0.9982807636260986)], [[[412.0, 640.0], [449.0, 640.0], [449.0, 654.0], [412.0, 654.0]], ('SHEETS', 0.9623520970344543)], [[[463.0, 633.0], [495.0, 633.0], [495.0, 653.0], [463.0, 653.0]], ('230', 0.9994370937347412)], [[[459.0, 654.0], [495.0, 654.0], [495.0, 672.0], [459.0, 672.0]], ('g/m"', 0.7422822713851929)]]
|
|
|
|
|
[2025-07-04 21:17:17,601] [MainThread] [INFO] [ocr_module.py:filter_chinese_text:137] 중국어 텍스트 6개 필터링 완료
|
|
|
|
|
[2025-07-04 21:17:22,501] [MainThread] [INFO] [image_processor2.py:process_translated_texts:234] 최종 치환 결과: ['고품질 크리스탈 사진지', '모든 잉크젯 프린터에 적합', '색상이 선명하고 재현도가 높음', '색상', '고품질 크리스탈 사진지', '아름다운 화려함', '빠른 건조, 다양한 규격', '12', '4R', '20', '100', '장', '230', 'g/m²']
|
|
|
|
|
[2025-07-04 21:17:22,502] [MainThread] [INFO] [image_processor2.py:process_single_image:102] 이미지 1 치환됨
|
|
|
|
|
[2025-07-04 21:17:22,508] [MainThread] [INFO] [image_processor2.py:process_single_image:108] 마스크 생성 완료
|
|
|
|
|
[2025-07-04 21:17:31,648] [MainThread] [INFO] [image_processor2.py:process_single_image:112] 인페인팅 완료
|
|
|
|
|
[2025-07-04 21:17:31,714] [MainThread] [INFO] [image_processor2.py:process_single_image:117] 텍스트 렌더링 완료
|
|
|
|
|
[2025-07-04 21:17:31,725] [MainThread] [INFO] [postImageManager.py:save_image_to_path:38] 이미지 저장 완료 : D:\py\IT_Server\temp_images\translated_test_img_1.png
|
|
|
|
|
[2025-07-04 21:17:31,806] [MainThread] [INFO] [image_processor2.py:process_single_image:121] 이미지 1 번역 완료: D:\py\IT_Server\temp_images\translated_test_img_1.png
|
|
|
|
|
|