ytfeng commited on
Commit
d414071
·
1 Parent(s): f43147d

Add back example output images as lfs tracked files (#166)

Browse files

* lfs track images now

* add back example images

* modify paths

* modify paths part 2

* correct paths in each model's readme

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  This model estimates 21 hand keypoints per detected hand from [palm detector](../palm_detection_mediapipe). (The image below is referenced from [MediaPipe Hands Keypoints](https://github.com/tensorflow/tfjs-models/tree/master/hand-pose-detection#mediapipe-hands-keypoints-used-in-mediapipe-hands))
4
 
5
- ![MediaPipe Hands Keypoints](./examples/hand_keypoints.png)
6
 
7
  This model is converted from TFlite to ONNX using following tools:
8
  - TFLite model to ONNX: https://github.com/onnx/tensorflow-onnx
@@ -24,7 +24,7 @@ python demo.py -i /path/to/image -v
24
 
25
  ### Example outputs
26
 
27
- ![webcam demo](./examples/mphandpose_demo.webp)
28
 
29
  ## License
30
 
 
2
 
3
  This model estimates 21 hand keypoints per detected hand from [palm detector](../palm_detection_mediapipe). (The image below is referenced from [MediaPipe Hands Keypoints](https://github.com/tensorflow/tfjs-models/tree/master/hand-pose-detection#mediapipe-hands-keypoints-used-in-mediapipe-hands))
4
 
5
+ ![MediaPipe Hands Keypoints](./example_outputs/hand_keypoints.png)
6
 
7
  This model is converted from TFlite to ONNX using following tools:
8
  - TFLite model to ONNX: https://github.com/onnx/tensorflow-onnx
 
24
 
25
  ### Example outputs
26
 
27
+ ![webcam demo](./example_outputs/mphandpose_demo.webp)
28
 
29
  ## License
30