摘要: 1 visio格式转eps 先将Visio保存为pdf格式文件 使用adobe acrobat编辑pdf 先将文件裁剪至所需大小 随后点编辑,选择全选,然后文件,导出到,内嵌postscript 2 png转eps(有latex的情况下) 进入latex的安装包 同时按住shift和鼠标右键 点击打 阅读全文
posted @ 2020-08-19 10:08 nipper 阅读(198) 评论(0) 推荐(0)
摘要: 半峰全宽 Full width at Half maximum 测量尖峰的带宽,使用小波变换,从频谱图的角度来计算的。 source:朱艳鑫,等:太阳微波爆发中尖峰辐射的带宽计算 1 尖峰爆发的介绍,典型频率,典型持续时间,持续时间随频率的增加呈现下降的趋势。 (High resolution ob 阅读全文
posted @ 2020-08-17 19:50 nipper 阅读(362) 评论(0) 推荐(0)
摘要: 1. 深度学习评价指标 label precision TP:True Positive; FP:False Positive TN:Ture Negative FN:False Negative precision rate(查准率)=tp/tp+fp(检出相关文件数/检出文献总数) 误检率=fp 阅读全文
posted @ 2020-08-17 14:51 nipper 阅读(381) 评论(0) 推荐(0)
摘要: 从清华镜像源下载https://pypi.tuna.tsinghua.edu.cn/simple/pycocotools-windows/ wheel型包,pycocotools_windows-2.0-cp37-cp37m-win_amd64.whl 注意看格式,cp37就是python3.7 用 阅读全文
posted @ 2020-08-07 09:51 nipper 阅读(3206) 评论(0) 推荐(0)