Browse Source
Adjust display of result image
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
1 changed files with
2 additions and
2 deletions
-
README.md
|
@ -31,7 +31,7 @@ import towhee |
|
|
.show() |
|
|
.show() |
|
|
) |
|
|
) |
|
|
``` |
|
|
``` |
|
|
<img src="./result1.png" width="400px"/> |
|
|
|
|
|
|
|
|
<img src="./result1.png" width="800px"/> |
|
|
|
|
|
|
|
|
<br /> |
|
|
<br /> |
|
|
|
|
|
|
|
@ -49,7 +49,7 @@ import towhee |
|
|
.show(formatter={'path':'video_path'}) |
|
|
.show(formatter={'path':'video_path'}) |
|
|
) |
|
|
) |
|
|
``` |
|
|
``` |
|
|
<img src="./result2.png" width="400px"/> |
|
|
|
|
|
|
|
|
<img src="./result2.png" width="800px"/> |
|
|
|
|
|
|
|
|
<br /> |
|
|
<br /> |
|
|
|
|
|
|
|
|