yolo3的ap、mAP计算 一、准备工作 继上次 "探索的结果" ,我们成功编译了darknet,后来惊讶发现在darknet\build\darknet\x64目录下就有这两个py文件用来算ap值:reval_voc_py3.py,voc_eval_py3.py 二、先在\64\results中 ...
分类:
其他好文 时间:
2020-05-23 13:27:28
阅读次数:
78
It’s been a while since Cisco has announced Smart License to replace Traditional PAK-based licensing. Overall, this new system brings loads of benefit ...
分类:
系统相关 时间:
2020-05-23 12:53:18
阅读次数:
259
本文介绍了华为AP3010DN-AGN降级FIT版本后,再刷机成V200R005胖模式的方法与步骤。
分类:
其他好文 时间:
2020-05-21 09:33:34
阅读次数:
195
``` #include #include #include using namespace std; int n , m , w; int ap , bp , as , bs ; int ans = 0 ; int f[2001][2001] ;// f[i][j] 表示第 i 天后拥有 j 张股... ...
分类:
其他好文 时间:
2020-05-19 12:32:12
阅读次数:
49
前面两篇讲了上传图片, 开发时可能不是返回url 和普通的img标签没区别 vue效果 对src进行二次封装 vue 代码 <template> <img :src="imageUrl" /> </template> <script> import { getFileUrl } from "@/ap ...
分类:
Web程序 时间:
2020-05-18 12:04:25
阅读次数:
173
梳理一遍,还需补充哪些欢迎指出。 指标 MS COCO 一、单阶段目标检测(基于anchor的) multi-scale backbone arxiv/ github 机构 AP AP50 AP75 APs APM APL 亮点 time YOLO DarkNet-53 SSD300 VGG htt ...
分类:
其他好文 时间:
2020-05-18 00:32:04
阅读次数:
273
一、配置内核,支持iptables、forward和nat 二、交叉编译iptables a.源码下载: ftp://ftp.netfilter.org/pub/iptables/ b.交叉编译iptables tar -xvf iptables-1.8.4.tar.bz2 cd iptables- ...
分类:
其他好文 时间:
2020-05-18 00:25:40
阅读次数:
101
Clean Code PHP 目录 1. "介绍" 2. "变量" "使用见字知意的变量名" "同一个实体要用相同的变量名" "使用便于搜索的名称 (part 1)" "使用便于搜索的名称 (part 2)" "使用自解释型变量" "避免深层嵌套,尽早返回 (part 1)" "避免深层嵌套,尽早返 ...
分类:
Web程序 时间:
2020-05-17 01:02:22
阅读次数:
89
默认就是启动处理的,所以不需要做什么Enable的引入。配置上代码就可以用。 id就是给route起名字。就是给某个router起名字。 表示我们这里有这样一个路径。如果这个路径是以jiangzh为开头,斜线什么什么东西的时候,它就会转到我们的uri上,这其实就是个路由的信息。 配置端口号 起个ap ...
分类:
其他好文 时间:
2020-05-16 00:41:11
阅读次数:
59
本文将对 RocketMQ-Exporter 的设计实现做一个简单的介绍,读者可以通过本文了解到 RocketMQ-Exporter 的实现过程,以及通过 RocketMQ-Exporter 来搭建自己的 RocketMQ 监控系统。该项目的 git 地址 https://github.com/ap ...
分类:
其他好文 时间:
2020-05-15 11:52:08
阅读次数:
74