wangqixun commited on
Commit
cc7bcfb
1 Parent(s): 455a2c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -10
README.md CHANGED
@@ -30,16 +30,20 @@ However, as training progresses, the performance of the Union model will continu
30
 
31
  ## Control Mode
32
 
33
- | Control Mode | Description | Current Model Validity | Demo |
34
- |:------------:|:-----------:|:-----------:|:-----------:|
35
- |0|canny|🟢high|<img src="./images/image_demo_canny.jpg" width = "300" />|
36
- |1|tile|🟢high|<img src="./images/image_demo_canny.jpg" width = "300" />|
37
- |2|depth|🟡medium|<img src="./images/image_demo_canny.jpg" width = "300" />|
38
- |3|blur|🟢high|<img src="./images/image_demo_canny.jpg" width = "300" />|
39
- |4|pose|🔴low|<img src="./images/image_demo_canny.jpg" width = "300" />|
40
- |5|gray|🔴low|<img src="./images/image_demo_canny.jpg" width = "300" />|
41
- |6|lq|🟢high|<img src="./images/image_demo_canny.jpg" width = "300" />|
42
-
 
 
 
 
43
 
44
  ### canny
45
  <img src="./images/image_demo_canny.jpg" width = "300" />
 
30
 
31
  ## Control Mode
32
 
33
+ | Control Mode | Description | Current Model Validity |
34
+ |:------------:|:-----------:|:-----------:|
35
+ |0|canny|🟢high|
36
+ |1|tile|🟢high|
37
+ |2|depth|🟡medium|
38
+ |3|blur|🟢high|
39
+ |4|pose|🔴low|
40
+ |5|gray|🔴low|
41
+ |6|lq|🟢high|
42
+
43
+
44
+ | Canny | Tile |
45
+ |:------------:|:------------:|
46
+ |<img src="./images/image_demo_canny.jpg" width = "300" />|<img src="./images/image_demo_tile.jpg" width = "300" />|
47
 
48
  ### canny
49
  <img src="./images/image_demo_canny.jpg" width = "300" />