上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页
摘要: char *psf = "183.0000000000000001"; char chBuff[128]; sprintf(chBuff, "%.2lf", atof(psf)); double fi = atof(chBuff); 阅读全文
posted @ 2019-03-21 15:00 BlueOceans 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 《目标检测算法中检测框合并策略技术综述》 https://zhuanlan.zhihu.com/p/48169867 EfficientDet-pytorch https://github.com/zylo117/Yet-Another-EfficientDet-Pytorch 阅读全文
posted @ 2019-03-21 10:48 BlueOceans 阅读(204) 评论(0) 推荐(0) 编辑
摘要: https://vitalab.github.io/deep-learning/2017/04/04/feature-pyramid-network.html Feature Pyramid Networks for Object Detection Reviewed on Apr 4, 2017  阅读全文
posted @ 2019-02-28 15:54 BlueOceans 阅读(1324) 评论(0) 推荐(0) 编辑
摘要: 采用rand()函数生成 阅读全文
posted @ 2019-02-13 16:38 BlueOceans 阅读(1766) 评论(0) 推荐(0) 编辑
摘要: 人体关键点定位 https://github.com/GengDavid/pytorch-cpn 阅读全文
posted @ 2019-01-10 20:55 BlueOceans 阅读(854) 评论(0) 推荐(0) 编辑
摘要: 问题:/usr/bin/ld: .build_release/tools/alignment_tools.o: undefined reference to symbol 'omp_get_thread_num@@OMP_1.0' 解决:在Makefile中添加openmp链接库命令 LINKFLA 阅读全文
posted @ 2019-01-07 15:04 BlueOceans 阅读(2302) 评论(0) 推荐(0) 编辑
摘要: caffe c++11编译问题 问题:error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental 阅读全文
posted @ 2019-01-03 15:07 BlueOceans 阅读(14981) 评论(3) 推荐(0) 编辑
摘要: 人脸关键点对齐 https://www.jianshu.com/p/e4b9317a817f 阅读全文
posted @ 2019-01-02 16:42 BlueOceans 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-12-27 12:13 BlueOceans 阅读(239) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/38512246 阅读全文
posted @ 2018-12-07 16:41 BlueOceans 阅读(87) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页