摘要: 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) 编辑