12 2019 档案
摘要:c++ 实现版本: 1 人脸检测 1.1 使用mtcnn-ncnn进行人脸检测,会输出face box和landmark5 face box: [x1,y1,x2,y2] landmark5: [left_eye,right_eye, nose, month_left, month_right] 2
阅读全文
摘要:1 dlib 依赖: dlib-19.18 opencv-3.4.2 #include "common.h" #include "opencv_base.h" #include "helper.h" #include "run.h" // dlib include files #include <i
阅读全文
摘要:ubuntu 14.04 编译opencv-3.4.2 报错解决: 错误信息: /usr/bin/ld: /usr/local/lib/libavformat.a(allformats.o): relocation R_X86_64_32 against `.bss' can not be used
阅读全文
摘要:#!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2019/12/1 22:03 # @Author : dangxusheng # @Email : dangxusheng163@163.com # @File : center_los
阅读全文
摘要:https://blog.csdn.net/AI_focus/article/details/78339234 https://www.cnblogs.com/massquantity/p/8964029.html pytprch HingeLoss 的实现: """ 铰链损失 SVM hinge
阅读全文