HLA-Face-Code
HLA-Face-Code copied to clipboard
Code for HLA-Face: Joint High-Low Adaptation for Low Light Face Detection (CVPR21)
你好作者,想请问一下我在配置好环境运行时出现了以下一些报错问题。最重要的是在运行完draw_result文件后生成的vis_test文件与原来一致,我任何变化,是我的test文件出了问题吗 D:\anaconda\envs\HLA-Face-Code-main\lib\site-packages\torch\nn\functional.py:1339: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") D:\anaconda\envs\HLA-Face-Code-main\lib\site-packages\torch\nn\functional.py:2390: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") D:\anaconda\envs\HLA-Face-Code-main\lib\site-packages\torch\nn\functional.py:2479:...
Thanks for your great work! I want to know the details about your darken experiment with CUT and Cyclegan, hope your reply! The WIDER FACE trainset has 12880 images and...
You want to try to reproduce your code, but you can't find the ExDark dataset corresponding to your exdark_test.txt. You can package and send me a complete exdark dataset and...
During the pre-training of the classification head and the comparison learning head, as well as during the Joint High-Low Adaptation training, the loss does not converge and oscillates repeatedly. Can...
Have you met this problem? self.queue[ind, :, ptr:ptr + batch_size] = keys.T RuntimeError: The expanded size of the tensor (6) must match the existing size (16) at non-singleton dimension 1....
Hi, did you do the verification. If so how was the validation set organized
Hello author, I would like to ask about some problems I had when I configured the environment to run the test file. The vis_test file generated after running the draw_result...