From 226571a04c0d934452b65d8b7619114b877ff573 Mon Sep 17 00:00:00 2001 From: wangqun Date: Fri, 20 Mar 2020 19:40:04 +0800 Subject: [PATCH] [change]examples tinyYolo style [change]examples tinyYolo style --- web/examples/tinyYolo/index.html | 108 ++++++++++++++++++++++--------- 1 file changed, 78 insertions(+), 30 deletions(-) diff --git a/web/examples/tinyYolo/index.html b/web/examples/tinyYolo/index.html index 418c4a0f40..f719c4ffcc 100644 --- a/web/examples/tinyYolo/index.html +++ b/web/examples/tinyYolo/index.html @@ -1,36 +1,84 @@ - - - paddle web demo - - - - -
- -
-

原图片

-
- -
-
-

画布

- -
- -
+ + + paddleJS demo + + + + +
+
+

Paddle.js: Using a pretrained tinyYolo

+
+ +
+

Description

+

+ Please upload a picture with face. +

+
+ +
+

Model Output

+
+ +
+

原图片

+
+ +
+
+

画布

+ +
+ +
+ +
+
+ + + - + -- GitLab