├── Code ├── data_utils.py ├── model.py ├── query.py ├── test_acc.py ├── test_embedding.py ├── train_acc.py └── train_embedding.py ├── LICENSE ├── README.md └── sample_outputs ├── example1 ├── abc ├── query.JPEG ├── result1.JPEG ├── result2.JPEG ├── result3.JPEG ├── result4.JPEG └── result5.JPEG └── example2 ├── abc ├── query.JPEG ├── result1.JPEG ├── result2.JPEG ├── result3.JPEG ├── result4.JPEG └── result5.JPEG /Code/data_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/Code/data_utils.py -------------------------------------------------------------------------------- /Code/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/Code/model.py -------------------------------------------------------------------------------- /Code/query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/Code/query.py -------------------------------------------------------------------------------- /Code/test_acc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/Code/test_acc.py -------------------------------------------------------------------------------- /Code/test_embedding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/Code/test_embedding.py -------------------------------------------------------------------------------- /Code/train_acc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/Code/train_acc.py -------------------------------------------------------------------------------- /Code/train_embedding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/Code/train_embedding.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/README.md -------------------------------------------------------------------------------- /sample_outputs/example1/abc: -------------------------------------------------------------------------------- 1 | xyz 2 | -------------------------------------------------------------------------------- /sample_outputs/example1/query.JPEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/sample_outputs/example1/query.JPEG -------------------------------------------------------------------------------- /sample_outputs/example1/result1.JPEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/sample_outputs/example1/result1.JPEG -------------------------------------------------------------------------------- /sample_outputs/example1/result2.JPEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/sample_outputs/example1/result2.JPEG -------------------------------------------------------------------------------- /sample_outputs/example1/result3.JPEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/sample_outputs/example1/result3.JPEG -------------------------------------------------------------------------------- /sample_outputs/example1/result4.JPEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/sample_outputs/example1/result4.JPEG -------------------------------------------------------------------------------- /sample_outputs/example1/result5.JPEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/sample_outputs/example1/result5.JPEG -------------------------------------------------------------------------------- /sample_outputs/example2/abc: -------------------------------------------------------------------------------- 1 | xyz 2 | -------------------------------------------------------------------------------- /sample_outputs/example2/query.JPEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/sample_outputs/example2/query.JPEG -------------------------------------------------------------------------------- /sample_outputs/example2/result1.JPEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/sample_outputs/example2/result1.JPEG -------------------------------------------------------------------------------- /sample_outputs/example2/result2.JPEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/sample_outputs/example2/result2.JPEG -------------------------------------------------------------------------------- /sample_outputs/example2/result3.JPEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/sample_outputs/example2/result3.JPEG -------------------------------------------------------------------------------- /sample_outputs/example2/result4.JPEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/sample_outputs/example2/result4.JPEG -------------------------------------------------------------------------------- /sample_outputs/example2/result5.JPEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SathwikTejaswi/deep-ranking/HEAD/sample_outputs/example2/result5.JPEG --------------------------------------------------------------------------------