This commit is contained in:
Glenn Jocher 2018-08-26 11:10:32 +02:00
parent b83342d3ed
commit 8fc6a999c9
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Python 3.6 or later with the following `pip3 install -U -r requirements.txt` pac
# Training
Run `train.py` to begin training. Each epoch trains on 120,000 images from the train and validate COCO sets, and tests on 5000 images from the validation set. An Nvidia GTX 1080 Ti will run about 16 epochs per day. Loss plots for the bounding boxes, objectness and class confidence should appear similar to results shown here (coming soon)
Run `train.py` to begin training. Each epoch trains on 120,000 images from the train and validate COCO sets, and tests on 5000 images from the COCO validate set. An Nvidia GTX 1080 Ti will process ~16 epochs per day. Loss plots for the bounding boxes, objectness and class confidence should appear similar to results shown here (coming soon)
![Alt](https://github.com/ultralytics/yolov3/blob/master/data/coco_training_loss.png "training loss")
# Inference

Binary file not shown.

Before

Width:  |  Height:  |  Size: 353 KiB