This commit is contained in:
Annie Enchakattu 2019-07-24 10:51:11 -07:00 коммит произвёл GitHub
Родитель 8f48cb795a
Коммит 0dc254a7b3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -22,7 +22,7 @@ The demo was tested on an Azure VM with the following configuration:
- 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
<p><img src="sample_images_example.jpg" alt="sample images directory structue"/></p>
<p><img src="sample_images_dir_structure.jpg" alt="sample images directory structure"/></p>
- 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)