From 2faf2ac5107d05dbaf9971eb2f7b16d867bf2fce Mon Sep 17 00:00:00 2001 From: Richard Scott Date: Sat, 1 May 2021 11:48:20 +0930 Subject: [PATCH] change images to labels in instruction --- notebooks/train_test_pipeline.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/train_test_pipeline.ipynb b/notebooks/train_test_pipeline.ipynb index 11006a6..8892b68 100644 --- a/notebooks/train_test_pipeline.ipynb +++ b/notebooks/train_test_pipeline.ipynb @@ -336,7 +336,7 @@ "source": [ "### 1C. Copy labels to training image directory\n", "\n", - "For YOLTv4, images need to be in the same folder as images for training" + "For YOLTv4, labels need to be in the same folder as images for training" ] }, {