Skip to content

Commit

Permalink
add script to get the YOLO_Face.h5 model
Browse files Browse the repository at this point in the history
  • Loading branch information
sthanhng committed Nov 18, 2018
1 parent 33139cb commit 8bd160e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions model-weights/get_YOLO_Face_h5.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

# To run the `yoloface_gpu.py` you download the pre-trained model `YOLO_Face.h5` as below link:
# https://drive.google.com/file/d/1jSb9bp4Q90VD5Pcz2IyP8gkTjT26uQG5/view?usp=sharing
# and put it in the model-weights folder.

0 comments on commit 8bd160e

Please sign in to comment.