Combining MMOCR with Segment Anything & Stable Diffusion. Automatically detect, recognize and segment text instances, with serval downstream tasks, e.g., Text Removal and Text Inpainting
there is an error occuring!
Traceback (most recent call last):
File "mmocr_sam_inpainting.py", line 87, in
args.det_config,
AttributeError: 'Namespace' object has no attribute 'det_config'
when following the operations: (ocr-sam) PS D:\Python\text_removal\OCR-SAM> python mmocr_sam_inpainting.py `
there is an error occuring! Traceback (most recent call last): File "mmocr_sam_inpainting.py", line 87, in
args.det_config,
AttributeError: 'Namespace' object has no attribute 'det_config'