This commit is contained in:
Glenn Jocher 2019-12-11 13:21:39 -08:00
parent 25a11972d6
commit 96a94b8cb9
1 changed files with 9 additions and 0 deletions

View File

@ -254,6 +254,15 @@ Using CUDA device0 _CudaDeviceProperties(name='GeForce RTX 2080 Ti', total_memor
Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.707 Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.707
``` ```
# Reproduce Our Results
This command reproduces our mAP results above training `yolov3-spp.cfg` from scratch.
```bash
$ python3 train.py --weights '' --cfg yolov3-spp.cfg --epochs 273 --batch 16 --accum 4 --multi --pre
```
# Citation # Citation
[![DOI](https://zenodo.org/badge/146165888.svg)](https://zenodo.org/badge/latestdoi/146165888) [![DOI](https://zenodo.org/badge/146165888.svg)](https://zenodo.org/badge/latestdoi/146165888)