摘要:
char *psf = "183.0000000000000001"; char chBuff[128]; sprintf(chBuff, "%.2lf", atof(psf)); double fi = atof(chBuff); 阅读全文
摘要:
《目标检测算法中检测框合并策略技术综述》 https://zhuanlan.zhihu.com/p/48169867 EfficientDet-pytorch https://github.com/zylo117/Yet-Another-EfficientDet-Pytorch 阅读全文