03 2019 档案

摘要:Siamese network 孪生神经网络 https://zhuanlan.zhihu.com/p/35040994 https://blog.csdn.net/shenziheng1/article/details/81226123 阅读全文
posted @ 2019-03-26 19:33 BlueOceans 阅读(715) 评论(0) 推荐(0)
摘要:char *psf = "183.0000000000000001"; char chBuff[128]; sprintf(chBuff, "%.2lf", atof(psf)); double fi = atof(chBuff); 阅读全文
posted @ 2019-03-21 15:00 BlueOceans 阅读(320) 评论(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 阅读(220) 评论(0) 推荐(0)