1 Star 0 Fork 0

FORK / FaceMaskDetection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run.sh 249 Bytes
一键复制 编辑 原始数据 按行查看 历史
gongyanhe 提交于 2020-11-09 16:22 . add paddle support
if [ ! -d models/paddle ]; then
x2paddle --framework=caffe --prototxt=models/face_mask_detection.prototxt --weight=models/face_mask_detection.caffemodel --save_dir=./ --params_merge
mv inference_model models/paddle
fi
python3 paddle_infer.py
1
https://gitee.com/diven-fork/FaceMaskDetection.git
git@gitee.com:diven-fork/FaceMaskDetection.git
diven-fork
FaceMaskDetection
FaceMaskDetection
master

搜索帮助