人脸检测论文:LFFD: A Light and Fast Face Detector for Edge Devices及其PyTorch实现
LFFD: A Light and Fast Face Detector for Edge Devices 论文链接:https://arxiv.org/pdf/1904.10633.pdf Pytorch代码: https://github.com/shanglianlm0525/PyTorch-Networks Pytorch代码
import torch
import torch.nn as nndef Conv1x1ReLU(in_channels,out_channels):r…
2026/7/28 18:54:20