├── 20210918132449.png ├── README.md ├── data_loader.py ├── data_manager.py ├── eval_metrics.py ├── image-20210909100353763.png ├── loss.py ├── memory_MGMRA.py ├── memory_SGMRA.py ├── memory_module_MGMRA.py ├── model_MGMRA.py ├── model_SGMRA.py ├── model_mine.py ├── pre_process_sysu.py ├── re_rank.py ├── resnet.py ├── test_mine_pcb.py ├── train_HCT.py ├── train_MGMRA.py ├── train_SGMRA.py └── utils.py /20210918132449.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/20210918132449.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/README.md -------------------------------------------------------------------------------- /data_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/data_loader.py -------------------------------------------------------------------------------- /data_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/data_manager.py -------------------------------------------------------------------------------- /eval_metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/eval_metrics.py -------------------------------------------------------------------------------- /image-20210909100353763.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/image-20210909100353763.png -------------------------------------------------------------------------------- /loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/loss.py -------------------------------------------------------------------------------- /memory_MGMRA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/memory_MGMRA.py -------------------------------------------------------------------------------- /memory_SGMRA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/memory_SGMRA.py -------------------------------------------------------------------------------- /memory_module_MGMRA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/memory_module_MGMRA.py -------------------------------------------------------------------------------- /model_MGMRA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/model_MGMRA.py -------------------------------------------------------------------------------- /model_SGMRA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/model_SGMRA.py -------------------------------------------------------------------------------- /model_mine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/model_mine.py -------------------------------------------------------------------------------- /pre_process_sysu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/pre_process_sysu.py -------------------------------------------------------------------------------- /re_rank.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/re_rank.py -------------------------------------------------------------------------------- /resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/resnet.py -------------------------------------------------------------------------------- /test_mine_pcb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/test_mine_pcb.py -------------------------------------------------------------------------------- /train_HCT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/train_HCT.py -------------------------------------------------------------------------------- /train_MGMRA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/train_MGMRA.py -------------------------------------------------------------------------------- /train_SGMRA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/train_SGMRA.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chenfeng1271/MGMRA/HEAD/utils.py --------------------------------------------------------------------------------