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 阅读全文
posted @ 2019-12-28 21:13 dangxusheng 阅读(1726) 评论(1) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2019-12-26 09:47 dangxusheng 阅读(708) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2019-12-21 12:22 dangxusheng 阅读(3490) 评论(0) 推荐(0) 编辑
摘要:#!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2019/12/1 22:03 # @Author : dangxusheng # @Email : dangxusheng163@163.com # @File : center_los 阅读全文
posted @ 2019-12-19 23:28 dangxusheng 阅读(3536) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/AI_focus/article/details/78339234 https://www.cnblogs.com/massquantity/p/8964029.html pytprch HingeLoss 的实现: """ 铰链损失 SVM hinge 阅读全文
posted @ 2019-12-19 23:27 dangxusheng 阅读(1388) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示