Loading

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 28 下一页
摘要: AR Average Precision(AP) used for Object Detection mAP = mean AP(per class) https://kharshit.github.io/blog/2019/09/20/evaluation-metrics-for-object-d 阅读全文
posted @ 2022-09-03 22:24 ZXYFrank 阅读(1292) 评论(0) 推荐(0) 编辑
摘要: 如何用Chrome+IDM下载Google Drive的大文件 Chrono Downloader 因为有一个浏览器扩展,平常都很好用,但是下载网盘文件的时候一会就断了,还没有办法续传 有效方法 安装IDM以及扩展,具体怎么安装就不说了 关于代理的问题,有的文章说的是使用系统代理,但是我这里不行。使 阅读全文
posted @ 2022-09-03 19:38 ZXYFrank 阅读(1314) 评论(0) 推荐(0) 编辑
摘要: YOLOX 输入分辨率 https://github.com/Megvii-BaseDetection/YOLOX/issues/851 这个Issue里面讲到了只能用32的倍数 比如 720:1280 不是32的倍数,怎么等比例缩放呢 $$\begin{align*} 16k &= 9p\ 9k 阅读全文
posted @ 2022-09-03 17:50 ZXYFrank 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 一个原因:过满的电池电源 https://cunghoidap.com/why-does-my-laptop-run-faster-when-plugged-in 阅读全文
posted @ 2022-08-29 10:37 ZXYFrank 阅读(101) 评论(0) 推荐(0) 编辑
摘要: import distinctipy import numpy as np colors = distinctipy.get_colors(50) np.set_printoptions(precision=3,suppress=True) colors = np.array(colors) pri 阅读全文
posted @ 2022-08-26 18:44 ZXYFrank 阅读(492) 评论(0) 推荐(0) 编辑
摘要: Markdown 写作规范 (英文) 写作规范 Big Heading Small Heading for Less-important Contents 所有标题都采用大写命名 全文一个H1标题 采用列表记录数学公式 在无序列表间进行解释 采用列表记录数学公式 文字 原文用引用 个人理解用斜体 所 阅读全文
posted @ 2022-08-24 11:40 ZXYFrank 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 什么是多目标跟踪中的Interpolation 解释 如果每个track_id属于多个Tracklet/segment,并且段[i]和段[i+1]在小于N_ DTI的间隔内,段[i]和段[i+1]之间的帧(未分配给该track_id)将被分配。 这属于一种后处理手段,作用是连接局部中断,但是具有相同 阅读全文
posted @ 2022-08-23 11:46 ZXYFrank 阅读(376) 评论(0) 推荐(0) 编辑
摘要: Can't connect to remote servers via Remote SSH 无法找到Kill VS Code Server on Host 命令怎么办 https://github.com/microsoft/vscode-remote-release/issues/3856#is 阅读全文
posted @ 2022-08-22 19:32 ZXYFrank 阅读(34) 评论(0) 推荐(0) 编辑
摘要: Filters and Convolutions Excerpt from Focal Loss Classification Subnet: The classification subnet predicts the probability of object presence at each 阅读全文
posted @ 2022-08-10 17:40 ZXYFrank 阅读(83) 评论(0) 推荐(0) 编辑
摘要: Faster-RCNN and RPN Contribution RPN predefined bboxes(anchors) with different scales The rest is inherited from Fast RCNN RPN learns the proposals fr 阅读全文
posted @ 2022-08-07 16:49 ZXYFrank 阅读(278) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 28 下一页