├── .DS_Store ├── .gitattributes ├── .idea ├── FULL.iml ├── misc.xml ├── modules.xml └── workspace.xml ├── Data └── .DS_Store ├── Evaluation ├── .DS_Store ├── compute_AP.m ├── single_evaluation.m └── viewTopMatch.py ├── Features └── .DS_Store ├── Fusion_code ├── .DS_Store ├── Fuse_2V_1024.py ├── Fuse_2V_2048.py ├── Fuse_2V_4096.py ├── Fuse_2V_vcolor_googlenet_1024.py ├── Fuse_2V_vcolor_googlenet_2048.py ├── Fuse_2V_vcolor_googlenet_4096.py ├── Fuse_VGG16_CompCars_VeRi_vcolor_googlenet_1024.py ├── Fuse_VGG16_CompCars_VeRi_vcolor_googlenet_2048.py ├── Fuse_VGG16_CompCars_VeRi_vcolor_googlenet_4096.py ├── Fuse_VGG16_VeRi_vcolor_googlenet_1024.py ├── Fuse_VGG16_VeRi_vcolor_googlenet_2048.py └── Fuse_VGG16_VeRi_vcolor_googlenet_4096.py ├── Models └── .DS_Store ├── README.md ├── Train_code ├── VGG16_CompCars.py ├── VGG16_CompCars_VeRi.py ├── VGG16_ImageNet.py ├── VGG16_ImageNet_CompCars.py ├── VGG16_ImageNet_CompCars_VeRi.py ├── VGG16_ImageNet_VeRi.py ├── VGG16_VeRi.py ├── googlenet.py └── vcolor.py └── _config.yml /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/.gitattributes -------------------------------------------------------------------------------- /.idea/FULL.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/.idea/FULL.iml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /Data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Data/.DS_Store -------------------------------------------------------------------------------- /Evaluation/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Evaluation/.DS_Store -------------------------------------------------------------------------------- /Evaluation/compute_AP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Evaluation/compute_AP.m -------------------------------------------------------------------------------- /Evaluation/single_evaluation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Evaluation/single_evaluation.m -------------------------------------------------------------------------------- /Evaluation/viewTopMatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Evaluation/viewTopMatch.py -------------------------------------------------------------------------------- /Features/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Features/.DS_Store -------------------------------------------------------------------------------- /Fusion_code/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Fusion_code/.DS_Store -------------------------------------------------------------------------------- /Fusion_code/Fuse_2V_1024.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Fusion_code/Fuse_2V_1024.py -------------------------------------------------------------------------------- /Fusion_code/Fuse_2V_2048.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Fusion_code/Fuse_2V_2048.py -------------------------------------------------------------------------------- /Fusion_code/Fuse_2V_4096.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Fusion_code/Fuse_2V_4096.py -------------------------------------------------------------------------------- /Fusion_code/Fuse_2V_vcolor_googlenet_1024.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Fusion_code/Fuse_2V_vcolor_googlenet_1024.py -------------------------------------------------------------------------------- /Fusion_code/Fuse_2V_vcolor_googlenet_2048.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Fusion_code/Fuse_2V_vcolor_googlenet_2048.py -------------------------------------------------------------------------------- /Fusion_code/Fuse_2V_vcolor_googlenet_4096.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Fusion_code/Fuse_2V_vcolor_googlenet_4096.py -------------------------------------------------------------------------------- /Fusion_code/Fuse_VGG16_CompCars_VeRi_vcolor_googlenet_1024.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Fusion_code/Fuse_VGG16_CompCars_VeRi_vcolor_googlenet_1024.py -------------------------------------------------------------------------------- /Fusion_code/Fuse_VGG16_CompCars_VeRi_vcolor_googlenet_2048.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Fusion_code/Fuse_VGG16_CompCars_VeRi_vcolor_googlenet_2048.py -------------------------------------------------------------------------------- /Fusion_code/Fuse_VGG16_CompCars_VeRi_vcolor_googlenet_4096.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Fusion_code/Fuse_VGG16_CompCars_VeRi_vcolor_googlenet_4096.py -------------------------------------------------------------------------------- /Fusion_code/Fuse_VGG16_VeRi_vcolor_googlenet_1024.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Fusion_code/Fuse_VGG16_VeRi_vcolor_googlenet_1024.py -------------------------------------------------------------------------------- /Fusion_code/Fuse_VGG16_VeRi_vcolor_googlenet_2048.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Fusion_code/Fuse_VGG16_VeRi_vcolor_googlenet_2048.py -------------------------------------------------------------------------------- /Fusion_code/Fuse_VGG16_VeRi_vcolor_googlenet_4096.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Fusion_code/Fuse_VGG16_VeRi_vcolor_googlenet_4096.py -------------------------------------------------------------------------------- /Models/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Models/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/README.md -------------------------------------------------------------------------------- /Train_code/VGG16_CompCars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Train_code/VGG16_CompCars.py -------------------------------------------------------------------------------- /Train_code/VGG16_CompCars_VeRi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Train_code/VGG16_CompCars_VeRi.py -------------------------------------------------------------------------------- /Train_code/VGG16_ImageNet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Train_code/VGG16_ImageNet.py -------------------------------------------------------------------------------- /Train_code/VGG16_ImageNet_CompCars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Train_code/VGG16_ImageNet_CompCars.py -------------------------------------------------------------------------------- /Train_code/VGG16_ImageNet_CompCars_VeRi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Train_code/VGG16_ImageNet_CompCars_VeRi.py -------------------------------------------------------------------------------- /Train_code/VGG16_ImageNet_VeRi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Train_code/VGG16_ImageNet_VeRi.py -------------------------------------------------------------------------------- /Train_code/VGG16_VeRi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Train_code/VGG16_VeRi.py -------------------------------------------------------------------------------- /Train_code/googlenet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Train_code/googlenet.py -------------------------------------------------------------------------------- /Train_code/vcolor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/Train_code/vcolor.py -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoangTrinh/Vehicle_ReID_using_fusion_of_multi_features/HEAD/_config.yml --------------------------------------------------------------------------------