From be87b41aa2fe59be8e62f4b488052b24ad0bd450 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 30 Apr 2020 16:50:58 -0700 Subject: [PATCH] update image display per #1114 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85d169a2..b0246edd 100755 --- a/README.md +++ b/README.md @@ -51,9 +51,9 @@ Python 3.7 or later with all `pip install -U -r requirements.txt` packages inclu ## Image Augmentation -`datasets.py` applies OpenCV-powered (https://opencv.org/) augmentation to the input image. We use a **mosaic dataloader** (pictured below) to increase image variability during training. +`datasets.py` applies OpenCV-powered (https://opencv.org/) augmentation to the input image. We use a **mosaic dataloader** to increase image variability during training. - + ## Speed