├── 1557.pdf ├── DDM.png ├── DeepCD_brown.png ├── DeepCD_triplet.png ├── LICENSE ├── README.md ├── main ├── Readme.md ├── UBCdataset │ └── Readme.md ├── eval │ └── fun_evalDeepCD_2S.lua ├── evalDeepCD.sh ├── models │ ├── model_DeepCD_2S_binary_binary.lua │ └── model_DeepCD_2stream.lua ├── note.txt ├── runAllDeepCD.sh ├── train │ ├── DataDependentModule.lua │ ├── DistanceRatioCriterion_allW.lua │ ├── allWeightedMSECriterion.lua │ └── fun_DeepCD_2S.lua └── utils.lua ├── models_word.png └── supplementary_final.pdf /1557.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/1557.pdf -------------------------------------------------------------------------------- /DDM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/DDM.png -------------------------------------------------------------------------------- /DeepCD_brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/DeepCD_brown.png -------------------------------------------------------------------------------- /DeepCD_triplet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/DeepCD_triplet.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/README.md -------------------------------------------------------------------------------- /main/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/main/Readme.md -------------------------------------------------------------------------------- /main/UBCdataset/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/main/UBCdataset/Readme.md -------------------------------------------------------------------------------- /main/eval/fun_evalDeepCD_2S.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/main/eval/fun_evalDeepCD_2S.lua -------------------------------------------------------------------------------- /main/evalDeepCD.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/main/evalDeepCD.sh -------------------------------------------------------------------------------- /main/models/model_DeepCD_2S_binary_binary.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/main/models/model_DeepCD_2S_binary_binary.lua -------------------------------------------------------------------------------- /main/models/model_DeepCD_2stream.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/main/models/model_DeepCD_2stream.lua -------------------------------------------------------------------------------- /main/note.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/main/note.txt -------------------------------------------------------------------------------- /main/runAllDeepCD.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/main/runAllDeepCD.sh -------------------------------------------------------------------------------- /main/train/DataDependentModule.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/main/train/DataDependentModule.lua -------------------------------------------------------------------------------- /main/train/DistanceRatioCriterion_allW.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/main/train/DistanceRatioCriterion_allW.lua -------------------------------------------------------------------------------- /main/train/allWeightedMSECriterion.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/main/train/allWeightedMSECriterion.lua -------------------------------------------------------------------------------- /main/train/fun_DeepCD_2S.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/main/train/fun_DeepCD_2S.lua -------------------------------------------------------------------------------- /main/utils.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/main/utils.lua -------------------------------------------------------------------------------- /models_word.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/models_word.png -------------------------------------------------------------------------------- /supplementary_final.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamangary/DeepCD/HEAD/supplementary_final.pdf --------------------------------------------------------------------------------