DDAG
DDAG copied to clipboard
Pytorch Code of DDAG for Visible-Infrared Person Re-Identification (ECCV20)
Hello, Thanks for your great work, I am wondering that whether the code have some visualization function, or where I can find the code to show the result? I would...
This paper reports that DDGA is evaluated under both visible-to-infrared and infrared-to-visible query settings. I re-implemented the code you published without making any changes. I obtain 31.25% map under visible...
When I finished training on the RegDB dataset, I followed the `README.md` instructions to run this in my terminal: ``` python test_ddag.py --dataset regdb --trial 1 --wpa --graph --gpu 1...