You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/python_demos/image_inpainting_demo/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,15 @@ to fill holes in images.
7
7
This demo can work in 2 modes:
8
8
9
9
* GUI mode: areas for inpainting can be marked interactively using mouse painting
10
-
* Auto mode (use -a option for it): image will be processed automatically using randomly applied mask (-r option) or using specific color-based mask (-mc option to set mask color)
10
+
* Auto mode (use -am or -ar option for it): image will be processed automatically using randomly applied mask (-ar option) or using specific color-based mask (-am option)
11
11
12
12
Running the application with the `-h` option yields the following usage message:
13
13
14
14
```
15
15
usage: image_inpainting_demo.py [-h] -m MODEL [-i INPUT] [-d DEVICE]
0 commit comments