Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'NoneType' object has no attribute 'info' #784

Open
vsatyamesc opened this issue Dec 6, 2024 · 0 comments
Open

AttributeError: 'NoneType' object has no attribute 'info' #784

vsatyamesc opened this issue Dec 6, 2024 · 0 comments

Comments

@vsatyamesc
Copy link

getting this error help

(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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant