├── LICENSE ├── README.md └── notebooks ├── export_model.ipynb ├── v2clean_train.ipynb └── v2total_train.ipynb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seungkee/google_landmark_retrieval_2020_1st_place_solution/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seungkee/google_landmark_retrieval_2020_1st_place_solution/HEAD/README.md -------------------------------------------------------------------------------- /notebooks/export_model.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seungkee/google_landmark_retrieval_2020_1st_place_solution/HEAD/notebooks/export_model.ipynb -------------------------------------------------------------------------------- /notebooks/v2clean_train.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seungkee/google_landmark_retrieval_2020_1st_place_solution/HEAD/notebooks/v2clean_train.ipynb -------------------------------------------------------------------------------- /notebooks/v2total_train.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seungkee/google_landmark_retrieval_2020_1st_place_solution/HEAD/notebooks/v2total_train.ipynb --------------------------------------------------------------------------------