文件名称:HLA-Face-Code:HLA-Face代码
文件大小:19.9MB
文件格式:ZIP
更新时间:2024-04-27 13:58:56
Python
HLA-Face:用于低光面部检测的联合高低适应 的官方PyTorch实施(CVPR21)。 您可以在我们的上找到更多信息。 1.说明 我们在DARK FACE测试仪上的面部检测mAP(未经DARK FACE标签训练):44.4 DARK FACE上的精确调用(PR)曲线。 2.培训代码 请按照下载并准备数据集。 基本上,要训练最终的“高低适应”联合框架 cd ./train_code python train.py --multigpu 更多细节在中给出 3.测试代码 首先,下载并cd ./test_code 。 3.1要求 的Python 3 PyTorch 1.2.0 较高的版本可能会导致RuntimeError: Legacy autograd function with non-static forward method is deprecated. Please us
【文件预览】:
HLA-Face-Code-main
----figures()
--------Comparison-Results.png(152KB)
--------example.png(71KB)
----Supplementary Material.pdf(16.29MB)
----train_code()
--------train_brightening()
--------models()
--------transfer_headers.py(1KB)
--------train_noise_synthesis()
--------tools()
--------data()
--------train.py(19KB)
--------val_ss.py(8KB)
--------dataset()
--------pretrain_fast_headers.py(14KB)
--------layers()
--------README.md(6KB)
--------utils()
----test_code()
--------models()
--------tools()
--------data()
--------test.py(9KB)
--------layers()
--------draw_result.py(1KB)
--------test.png(460KB)
----README.md(3KB)