10 lines
277 B
Markdown
10 lines
277 B
Markdown
# Models
|
|
|
|
```bash
|
|
wget -O frozen_inteference_graph_face.pb \
|
|
https://github.com/yeephycho/tensorflow-face-detection/raw/master/model/frozen_inference_graph_face.pb
|
|
git clone --depth 1 https://github.com/justadudewhohacks/face-api.js.git tmp
|
|
mv tmp/weights/* .
|
|
rm -rf tmp
|
|
```
|