ytfeng commited on
Commit
70465c1
·
1 Parent(s): e77fe84

Add example outputs and display in README (#59)

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -17,6 +17,12 @@ python demo.py
17
  python demo.py --input /path/to/image
18
  ```
19
 
 
 
 
 
 
 
20
  ## License
21
 
22
  All files in this directory are licensed under [MIT License](./LICENSE).
 
17
  python demo.py --input /path/to/image
18
  ```
19
 
20
+ ### Example outputs
21
+
22
+ ![webcam demo](./examples/yunet_demo.gif)
23
+
24
+ ![largest selfie](./examples/largest_selfie.jpg)
25
+
26
  ## License
27
 
28
  All files in this directory are licensed under [MIT License](./LICENSE).