├── LICENSE ├── README.md ├── generators.py ├── metrics.py ├── recognition.py ├── retrieval.py ├── test.py └── utilities.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayukh18/Google-Landmark-Recognition-Retrieval-2019/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayukh18/Google-Landmark-Recognition-Retrieval-2019/HEAD/README.md -------------------------------------------------------------------------------- /generators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayukh18/Google-Landmark-Recognition-Retrieval-2019/HEAD/generators.py -------------------------------------------------------------------------------- /metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayukh18/Google-Landmark-Recognition-Retrieval-2019/HEAD/metrics.py -------------------------------------------------------------------------------- /recognition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayukh18/Google-Landmark-Recognition-Retrieval-2019/HEAD/recognition.py -------------------------------------------------------------------------------- /retrieval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayukh18/Google-Landmark-Recognition-Retrieval-2019/HEAD/retrieval.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayukh18/Google-Landmark-Recognition-Retrieval-2019/HEAD/utilities.py --------------------------------------------------------------------------------