9 Star 50 Fork 10

Linzaer / Ultra-Light-Fast-Generic-Face-Detector-1MB

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
train-version-RFB.sh 552 Bytes
一键复制 编辑 原始数据 按行查看 历史
Haojin Yang 提交于 2022-02-01 21:21 . adaption for local cpu run
#!/usr/bin/env bash
model_root_path="./models/train-version-RFB"
log_dir="$model_root_path/logs"
log="$log_dir/log"
mkdir -p "$log_dir"
python3 -u train.py \
--datasets \
./data/wider_face_add_lm_10_10 \
--validation_dataset \
./data/wider_face_add_lm_10_10 \
--net \
RFB \
--num_epochs \
200 \
--milestones \
"95,150" \
--lr \
1e-2 \
--batch_size \
24 \
--input_size \
320 \
--checkpoint_folder \
${model_root_path} \
--num_workers \
0 \
--log_dir \
${log_dir} \
--cuda_index \
0 \
2>&1 | tee "$log"
Python
1
https://gitee.com/Linzai/Ultra-Light-Fast-Generic-Face-Detector-1MB.git
git@gitee.com:Linzai/Ultra-Light-Fast-Generic-Face-Detector-1MB.git
Linzai
Ultra-Light-Fast-Generic-Face-Detector-1MB
Ultra-Light-Fast-Generic-Face-Detector-1MB
master

搜索帮助