add email

This commit is contained in:
2025-03-18 11:04:37 +08:00
parent 904aa4f1aa
commit 885e3f990b
+6 -5
View File
@@ -1,5 +1,3 @@
### Start
See the `conf.py`: See the `conf.py`:
``` ```
scheme = 'B' scheme = 'B'
@@ -19,6 +17,9 @@ schemeB = {
'fill_color': [227, 234, 244] 'fill_color': [227, 234, 244]
} }
``` ```
You can choose scheme whcih you want. You can choose scheme whcih you want.<br>
The A is useof openCV inpaint or model(LaMa); And B is useof openCV but no inpaint. The A is useof openCV inpaint or model(LaMa); And B is useof openCV but no inpaint.<br>
When you finished the conf, run `python main.py`. When you finished the conf, run `python main.py`.<br>
<br>
If you have a better scheme, please connect me.<br>
Email: xiadongliang88@163.com<br>