From f97795cdd2cfcfccc5b89f7f3cdf9ee5fe8c292b Mon Sep 17 00:00:00 2001 From: Justin Merrell Date: Sun, 12 Feb 2023 17:24:43 -0500 Subject: [PATCH] Update DATA.md --- doc/DATA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DATA.md b/doc/DATA.md index e1f4513..25e0a49 100644 --- a/doc/DATA.md +++ b/doc/DATA.md @@ -4,7 +4,7 @@ Since this trainer relies on having captions for your training images you will n There are two currently supported methods to retrieve captions: -1. Name the files with the caption. Underscore marks the end of the captoin (ex. "john smith on a boat_999.jpg") +1. Name the files with the caption. Underscore marks the end of the caption (ex. "john smith on a boat_999.jpg") 2. Put your captions for each image in a .txt file with the same name as the image. All UTF-8 text is supported with no reserved or special case characters. (ex. 00001.jpg, 00001.txt) You will need to place all your images and captions into a folder. Inside that folder, you can use subfolders to organize data as you please. The trainer will recursively search for images and captions. It may be useful, for instance, to split each character into a subfolder, and have other subfolders for cityscapes, etc.