From 95f69b4d5bc5b11ebe325bcbba23407f3ab46847 Mon Sep 17 00:00:00 2001 From: SeanCullen11 Date: Tue, 3 Aug 2021 16:57:33 -0500 Subject: [PATCH] Updated with augmentor and only_ab --- utilities/image_processing/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/utilities/image_processing/README.md b/utilities/image_processing/README.md index 3c6f904..d63bdb8 100644 --- a/utilities/image_processing/README.md +++ b/utilities/image_processing/README.md @@ -91,3 +91,13 @@ python augmentor.py training_image_path, batch_size1, testing_image_path, batch_ Example: `python augmentor.py training_images 100 testing_images 20` + + +## Using only_ab.py + +This file allows you to search through an image folder and extract images with a certian word in the title. In this case we use it to extract only the abaxial leaf images. The script takes one parameter which is just the file path of the image folder. + +python only_ab.py image_folder_path + +Example: +`python only_ab.py \5_leaf_catagories\catagory1\hippophaeoides` \ No newline at end of file