Closed EDDChang closed 1 year ago
Hi, 1 is correct setting. You only need to train one model.
But in your DEEN train.py, test mode is set to [0, 1] or [1, 0]. Does that mean you train your model twice? One for VIS->IR and another for IR->VIS and can not get a ckpt optimal in one training process for 2 modes?
You only need to train one model. During testing, you can modify the testing mode for VIS to NIR or NIR to VIS.
In DEEN train.py, the test mode is set to [0, 1] or [1, 0], which is used to validation.
Hi, thanks for your great work. I would like to know in VIReID, which of the following is correct setting?