Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaichemmanam committed Jan 20, 2020
1 parent db0e7a4 commit 95d3728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python3 main.py --model model-mobilenet_v2 --output_stride=16 --image_dir ./imag
![Output](https://raw.githubusercontent.com/ajaichemmanam/posenetv2-pythontf/master/output/0002_c3s1_068642_02.jpg)

## Other Variants of Posenet TFJS Models
1. Download models and weights from the links given in TFJS Model URL
1. Download models and weights from the links given in [TFJS Model URL](https://github.com/ajaichemmanam/posenetv2-pythontf/blob/master/TFJS%20Model%20URL)
2. Install Tensorflow (tested on ver 1.15.0) and TensorflowJS (tested on ver 1.4.0)
3. Install tfjs-to-tf converter from https://github.com/ajaichemmanam/tfjs-to-tf (CREDITS: @patlevin)
4. After Installation run `tfjs_graph_converter path/to/js/model path/to/frozen/model.pb` in terminal
Expand Down

0 comments on commit 95d3728

Please sign in to comment.