├── README.md ├── download_dataset_and_weights.sh └── vgg16_example.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentsommer/VGG16-Image-Retrieval/HEAD/README.md -------------------------------------------------------------------------------- /download_dataset_and_weights.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentsommer/VGG16-Image-Retrieval/HEAD/download_dataset_and_weights.sh -------------------------------------------------------------------------------- /vgg16_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentsommer/VGG16-Image-Retrieval/HEAD/vgg16_example.py --------------------------------------------------------------------------------