-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
when following the operations:
(ocr-sam) PS D:\Python\text_removal\OCR-SAM> python mmocr_sam_inpainting.py `
--img_path "D:\Python\text_removal\OCR-SAM\image_test\images_in\13196_4.jpg" ` --outdir "D:\Python\text_removal\OCR-SAM\image_test\images_out" ` --device cuda ` --sam_checkpoint "D:\Python\text_removal\OCR-SAM\checkpoints\sam\sam_vit_h_4b8939.pth" ` --prompt "None" ` --select_index 0
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'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels


