You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(venv) PS G:\mindocr\deploy\py_infer> python infer.py --input_images_dir="E:\Manga\TODG\481.5\RAW\001_0.jpg" --det_model_path="./models/dbnet_resnet50-910v2.ckpt" --det_model_name_or_config="./models/db_r50_icdar15.yaml" --res_save_dir="./OUT" --vis_det_save_dir="./OUT"
Process Process-1:
Traceback (most recent call last):
File "C:\Users\satya\AppData\Local\Programs\Python\Python310\lib\multiprocessing\process.py", line 314, in _bootstrap
self.run()
File "C:\Users\satya\AppData\Local\Programs\Python\Python310\lib\multiprocessing\process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "G:\mindocr\deploy\py_infer\src\parallel\framework\pipeline_manager.py", line 63, in _build_pipeline_kernel
log.info(f"module_size: {module_size}")
File "G:\mindocr\deploy\py_infer\src\utils\logger.py", line 218, in __getattr__
return object.__getattribute__(self.logger, item)
AttributeError: 'NoneType' object has no attribute 'info'
The text was updated successfully, but these errors were encountered:
getting this error help
The text was updated successfully, but these errors were encountered: