随笔分类 - AI
深度学习以及测试
摘要:问题 ‘Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!’ 解决 方法1:x.to(device) 把 device 作为一个可变参数,推荐使用argparse
阅读全文
摘要:plot显示并保存中文字体
阅读全文
摘要:常见评价标准如Precision,Recall,AP,mAP的具体计算过程 评价指标 True positives: 简称为TP,即正样本被正确识别为正样本,飞机的图片被正确的识别成了飞机。 True negatives: 简称为TN,即负样本被正确识别为负样本,大雁的图片没有被识别出来,系统正确地
阅读全文
摘要:配置API的详细步骤 参考链接:tensorflow2 object detection api 详细安装步骤及测试 配置过程中遇到的各种问题以及解决方法 1. 问题:安装Tensorflow object detection API,一直显示on modelXXX 解决: 上述方法一直出现错误,然
阅读全文