The above shell script will run distribute training in the background. You can view the results through the file `train/train.log`.
The above shell script will run distribute training in the background. You can view the results through the file `train/train.log`.
@ -207,7 +210,7 @@ Parameters for both training and evaluation can be set in config.py
- evaluation on WIDERFACE dataset when running on GPU
- evaluation on WIDERFACE dataset when running on GPU
Before running the command below, please check the checkpoint path used for evaluation. Please set the checkpoint path to be the absolute full path in src/config.py, e.g., "username/retinaface/checkpoint/ckpt_0/RetinaFace-100_536.ckpt".
Before running the command below, please check the checkpoint path used for evaluation. Please set the checkpoint path to be the absolute full path in src/config.py, e.g., "username/retinaface/checkpoint/ckpt_0/RetinaFace-100_402.ckpt".
```
```
export CUDA_VISIBLE_DEVICES=0
export CUDA_VISIBLE_DEVICES=0
@ -218,7 +221,7 @@ Parameters for both training and evaluation can be set in config.py
```
```
# grep "Val AP" eval.log
# grep "Val AP" eval.log
Easy Val AP : 0.9413
Easy Val AP : 0.9422
Medium Val AP : 0.9325
Medium Val AP : 0.9325
Hard Val AP : 0.8900
Hard Val AP : 0.8900
```
```
@ -233,7 +236,7 @@ Parameters for both training and evaluation can be set in config.py
```
```
# grep "Val AP" eval.log
# grep "Val AP" eval.log
Easy Val AP : 0.9413
Easy Val AP : 0.9422
Medium Val AP : 0.9325
Medium Val AP : 0.9325
Hard Val AP : 0.8900
Hard Val AP : 0.8900
```
```
@ -253,14 +256,14 @@ Parameters for both training and evaluation can be set in config.py
| uploaded Date | 10/16/2020 (month/day/year) |
| uploaded Date | 10/16/2020 (month/day/year) |
| MindSpore Version | 1.0.0 |
| MindSpore Version | 1.0.0 |
| Dataset | WIDERFACE |
| Dataset | WIDERFACE |
| Training Parameters | epoch=100, steps=536, batch_size=8, lr=0.001 |
| Training Parameters | epoch=100, steps=402, batch_size=8, lr=0.01 |
| Optimizer | SGD |
| Optimizer | SGD |
| Loss Function | MultiBoxLoss + Softmax Cross Entropy |
| Loss Function | MultiBoxLoss + Softmax Cross Entropy |