yoloface
yoloface copied to clipboard
where to get the "YOLO_Face.h5" file in yoloface_gpu.py
where to get the "YOLO_Face.h5" file in yoloface_gpu.py? there is 404 found in close issues
I have the same question...
Here is the link.
https://docs.google.com/uc?export=download&id=1a_pbXPYNj7_Gi6OxUqNo_T23Dt_9CzOV
I found the link from get_model.sh file
You just download it with
cd model-weights
chmod +x get_model.sh
./get_model.sh
I have other question @sthanhng how do you convert YOLO to h5 to run it on GPU?