├── README.md ├── data └── placeholder.txt ├── fig ├── Motivation.png └── extraction_pipeline.png ├── log └── placeholder.txt ├── tensorflow ├── batch_process.py ├── eval_metrics.py ├── patch_cnn_triplet.py ├── patch_network_train_triplet.py ├── patch_reader.py └── preprocess.py └── tensorflow_log └── placeholder.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumbiaDVMM/Spread-out_Local_Feature_Descriptor/HEAD/README.md -------------------------------------------------------------------------------- /data/placeholder.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fig/Motivation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumbiaDVMM/Spread-out_Local_Feature_Descriptor/HEAD/fig/Motivation.png -------------------------------------------------------------------------------- /fig/extraction_pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumbiaDVMM/Spread-out_Local_Feature_Descriptor/HEAD/fig/extraction_pipeline.png -------------------------------------------------------------------------------- /log/placeholder.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tensorflow/batch_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumbiaDVMM/Spread-out_Local_Feature_Descriptor/HEAD/tensorflow/batch_process.py -------------------------------------------------------------------------------- /tensorflow/eval_metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumbiaDVMM/Spread-out_Local_Feature_Descriptor/HEAD/tensorflow/eval_metrics.py -------------------------------------------------------------------------------- /tensorflow/patch_cnn_triplet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumbiaDVMM/Spread-out_Local_Feature_Descriptor/HEAD/tensorflow/patch_cnn_triplet.py -------------------------------------------------------------------------------- /tensorflow/patch_network_train_triplet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumbiaDVMM/Spread-out_Local_Feature_Descriptor/HEAD/tensorflow/patch_network_train_triplet.py -------------------------------------------------------------------------------- /tensorflow/patch_reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumbiaDVMM/Spread-out_Local_Feature_Descriptor/HEAD/tensorflow/patch_reader.py -------------------------------------------------------------------------------- /tensorflow/preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumbiaDVMM/Spread-out_Local_Feature_Descriptor/HEAD/tensorflow/preprocess.py -------------------------------------------------------------------------------- /tensorflow_log/placeholder.txt: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------