This commit is contained in:
Annie Enchakattu 2019-07-24 12:01:16 -07:00 коммит произвёл GitHub
Родитель f0236d3e7c
Коммит d676cca315
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -39,8 +39,9 @@ The demo was tested on an Azure VM with the following configuration:
* Next run the python code `setup_sample_images.py` (demo/setup_sample_images.py).
This script does the following:
- Renames the files/directories to remove invalid characters.
- Creates 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)
- Creates a thumbnails folder from the provided images. (images from the animals folder reduced in size)
- Creates 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 )
- Creates a thumbnails folder from the provided images. ( resized images from the animals folder, these are the images
that are displayed on the site )
### Run the demo