ONNX
ytfeng commited on
Commit
4e66120
·
1 Parent(s): 4c77d30

Add example outputs and display in README (#59)

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -12,6 +12,12 @@ python demo.py
12
  python demo.py --input /path/to/image
13
  ```
14
 
 
 
 
 
 
 
15
  ## License
16
 
17
  All files in this directory are licensed under [Apache 2.0 License](./LICENSE).
 
12
  python demo.py --input /path/to/image
13
  ```
14
 
15
+ ## Example outputs
16
+
17
+ ![webcam demo](./examples/pphumanseg_demo.gif)
18
+
19
+ ![messi](./examples/messi.jpg)
20
+
21
  ## License
22
 
23
  All files in this directory are licensed under [Apache 2.0 License](./LICENSE).