2025-03-18 11:13:31 +08:00
2025-03-18 10:55:58 +08:00
2025-03-18 10:55:58 +08:00
2025-03-18 10:55:58 +08:00
2025-03-18 11:13:31 +08:00
2025-03-18 11:13:31 +08:00
2025-03-18 11:13:31 +08:00
2025-03-18 10:55:58 +08:00
2025-03-18 10:55:58 +08:00
2025-03-18 10:55:58 +08:00
2025-03-18 10:55:58 +08:00

See the conf.py:

scheme = 'A'

schemeA = {
    'image_name': 'd1.jpg',
    'is_lama': False,
    'inpaint_radius': 3,
    'is_gaussianblur': True,
    'gaussian_radius': 9 # Odd number
}

schemeB = {
    'image_name': 'd1.jpg',
    'gaussian_radius': 51, # Odd number
    'is_use_fill_color': False,
    'fill_color': [227, 234, 244]
}

You can choose scheme whcih you want.
The A is useof openCV inpaint or model(LaMa); And B is useof openCV but no inpaint.
When you finished the conf, run python main.py.

If you have a better scheme, please connect me.
Email: xiadongliang88@163.com

S
Description
No description provided
Readme 17 MiB
Languages
Python 100%