From cd6ad59b77e2c0bcda191fdeb7b75962ea1e1eb1 Mon Sep 17 00:00:00 2001 From: Annie Enchakattu <31044836+Annie-Enchakattu@users.noreply.github.com> Date: Wed, 24 Jul 2019 11:12:30 -0700 Subject: [PATCH] updated info about the minimum number of images --- demo/README.MD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo/README.MD b/demo/README.MD index 8b25853..f45e36b 100644 --- a/demo/README.MD +++ b/demo/README.MD @@ -21,12 +21,13 @@ The demo was tested on an Azure VM with the following configuration: - Navigate to the folder `demo/static` and create a directory called `animals` - Inside the newly created directory `animals` add the sample images that you would like to be displayed in the demo site. The directory structure for the sample images should be as follows `animal_name > image.ext` as shown in the example below + + Note: a minimum of 8 valid images (jpg or png) is required for the demo to work

sample images directory structure

- Next run the python code `demo/setup_sample_images.py`. This will rename the files/directories to remove invalid characters and also create a csv index file called `demo/static/data/updated_animal_list.csv`. The csv file contains the file paths and corresponding animal names (extracted from the directory names) - Note: a minimum of 8 valid images (jpg or png) is required for the demo to work