From f823b3f122e74fa1dd0c0d754330efdbfbef0556 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 1 Sep 2018 18:57:18 +0200 Subject: [PATCH] updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 138c5201..018e95e3 100755 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Each epoch trains on 120,000 images from the train and validate COCO sets, and t ## Image Augmentation -`datasets.py` applies random augmentation to the input images in accordance with the following specifications. Augmentation is applied **only** during training, not during inference. Bounding boxes are automatically tracked and updated with the images. 416 x 416 examples pictured below. +`datasets.py` applies random OpenCV-powered (https://opencv.org/) augmentation to the input images in accordance with the following specifications. Augmentation is applied **only** during training, not during inference. Bounding boxes are automatically tracked and updated with the images. 416 x 416 examples pictured below. Augmentation | Description --- | ---