From 8bd160ec206a88ebcfc659cf85df2256a5f5c5ff Mon Sep 17 00:00:00 2001 From: ThanhNS Date: Sun, 18 Nov 2018 15:15:34 +0700 Subject: [PATCH] add script to get the YOLO_Face.h5 model --- model-weights/get_YOLO_Face_h5.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 model-weights/get_YOLO_Face_h5.sh diff --git a/model-weights/get_YOLO_Face_h5.sh b/model-weights/get_YOLO_Face_h5.sh new file mode 100644 index 0000000..e1fd186 --- /dev/null +++ b/model-weights/get_YOLO_Face_h5.sh @@ -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. \ No newline at end of file