240 发简信
IP属地:北京
  • Resize,w 360,h 240
    卷积神经网络attention模块

    attention模块就是加权的思想。 类型:channel加权,spatial空间位置加权。 channel加权:给与不同channel不同的...

  • yolo v5 confidence相对较小

    最近使用yolo v5进行人脸检测,发现对于相同的数据集,yolo v5输出的confidence相较于SSD,retinaface等其他检测网...

  • Resize,w 360,h 240
    A survey of face recognition techniques under occlusion

    arxiv:https://arxiv.org/abs/2006.11366 人脸获取过程中容易出现遮挡的情况,而遮挡人脸对于人脸识别不可避免且...

  • Resize,w 360,h 240
    较强backbone汇总(2020-02-28)

    总结下最近觉得不错的backbone。 GhostNet FLOPS (billion):0.15 — 0.3 EfficientNet (B0...

  • Resize,w 360,h 240
    GhostNet(More Features from Cheap Operations)

    arxiv:https://arxiv.org/pdf/1911.11907arxiv.orggithub:https://github.com...

  • Resize,w 360,h 240
    SABL(Side-Aware Boundary Localization for More Precise Object Detection)

    arxiv:https://arxiv.org/abs/1912.04260github:https://github.com/open-mml...

  • mmdetection使用指定编号的GPU训练模型

    mmdetection使用指定编号的GPU训练模型。(Dataparallel用于多卡训练)修改mmdet/apis/train.py将 (cf...

  • AutoKeras训练mnist效果分析

    搜索时间为24h,代码: 结果: 模型大小:

  • AutoKeras使用教程

    文档:https://autokeras.com/代码:https://github.com/keras-team/autokeras参考:ht...