This commit is contained in:
2025-03-18 11:13:31 +08:00
parent 885e3f990b
commit c885d68c94
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
See the `conf.py`: See the `conf.py`:
``` ```
scheme = 'B' scheme = 'A'
schemeA = { schemeA = {
'image_name': 'd1.jpg', 'image_name': 'd1.jpg',
@@ -22,4 +22,4 @@ The A is useof openCV inpaint or model(LaMa); And B is useof openCV but no inpai
When you finished the conf, run `python main.py`.<br> When you finished the conf, run `python main.py`.<br>
<br> <br>
If you have a better scheme, please connect me.<br> If you have a better scheme, please connect me.<br>
Email: xiadongliang88@163.com<br> Email: xiadongliang88@163.com<br>
+1 -1
View File
@@ -1,4 +1,4 @@
scheme = 'B' scheme = 'A'
schemeA = { schemeA = {
'image_name': 'd1.jpg', 'image_name': 'd1.jpg',
+1 -1
View File
@@ -25,4 +25,4 @@ if __name__ == '__main__':
run_script("schemeB.py") run_script("schemeB.py")
else: else:
print('请检查配置文件conf.py中的scheme字段') print('Please check the scheme field in the configuration file conf.py')