TouchSkyWf
TouchSkyWf
这个版本的训练过程没有用到负例吗?看起来只有正例pairs
d_net.train() d_net.module.s_net.train() d_net.module.t_net.train() Hi, I noticed that the Teacher model is also trained. In the general distillation process, shouldn't the teacher be in inference mode? Both in training mode will...
Why didn't you use the --swap_color_channel parameter to convert the image to the BGR channel during training? If the image in my train.rec file is an RGB channel, do I...
I download the trained model fire.pth and just run : `python evaluate.py eval_fire.yml ` Testing open source data roxford5k and rparis6k. But I can not get the results mentioned in...