In the year 2008, the 29th Olympic Games will be held in Beijing. This will signify the prosperity of China and Beijing Olympi
原创 2022-11-10 01:27:52
149阅读
F - Faster, Higher, Stronger Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%lld & %lluSubmit Status Practice ZOJ 2970DescriptionIn the year 2...
原创 2021-07-15 17:56:12
74阅读
原题链接 #include<iostream> #include<algorithm> #include<string.h> #include<queue> #include<vector> #include<stack> #define x first #define y second using ...
转载 2021-08-13 11:04:00
106阅读
2评论
AtCoder Beginner Contest 213 E - Stronger Takahashi 题意:$H * W$​的图,从$(1,1)\(​出发到达\)(n,n)$​问最小操作数,特殊的,可以破坏一个$2*2$​范围内所有的障碍物。 题解:仔细一看,此题为两种转移方式的BFS,对于直接可 ...
转载 2021-08-09 10:34:00
495阅读
2评论
推荐: http:article/deta
原创 2022-10-13 09:55:13
59阅读
这场比赛两题都用了复杂的做法 “山路十八弯”,C 就一离散化被我搞得那么复杂,这 E 一简单 01 bfs 又被我整了个细节巨多的做法。 从 \((1, 1)\) 走到 \((n, m)\),只能走在 . 上不能走在 # 上,每次可以消掉 \(2 \times 2\) 的 #,求最少消掉几次才能到终 ...
转载 2021-08-09 08:20:00
118阅读
2评论
YOLO9000: Better, Faster, Stronger论文:
原创 2023-06-27 22:34:53
261阅读
In Angular version 8, TestBed.get was deprecated. In Angular version 9, we see why: TestBed.inject<T> is introduced as a type-safe replacement. There
转载 2020-02-17 16:48:00
269阅读
2评论
Abstract. Delegatable anonymous credentials (DACs) enable a root issuer to delegate credentialissuing power, allowing a delegatee to take a delegator role. To preserve privacy, credential recipients a
原创 5月前
56阅读
strong是web标准中xhtml的标签,strong的意思是“强调”;b是html的,b的意思是bold(粗体)。为什么用strong代替b?其实这个问题不妨改问:xhtml和html有什么不同,为什么要用xhtml代替html? 网上有很多详细的文章谈这个,可以找了看看 简单地说:web标准主张xhtml不涉及具体的表现形式,“强调”可以用加粗来强调,也可以用其它方式来强
转载 2023-07-18 18:16:30
118阅读
AtCoder ABC 213 E Stronger Takahashi (01BFS) 题目链接:E Stronger Takahashi 题目大意: 给出一张 \(n*m\) 的地图,从 \((1,1)\) 走到 \((n,m)\) ,只能走在 . 上不能走在 # 上,每次可以消掉 \(2×2\ ...
转载 2021-09-04 19:24:00
134阅读
2评论
原题链接思路:很容易想到bfsbfsbfs的思路,实际上边权只有两种:1.1.1.如果下一个点可以走,则边权为
原创 2022-07-15 09:31:03
82阅读
英汉对照读美文,感悟语言的艺术Don't be afraid. You are stronger than you think.00:00/00:00Life is not fair.生活是不公平的Life conspires to consistently bring unexpected problems.生活总会用各种方式给你带来...
ide
转载 2021-08-17 16:47:46
152阅读
YOLO9000:Better, Faster, StrongerPDF: https://arxiv.org/pdf/1804.02767.pdfPyTorch代码: https://github.com/shanglianlm0525/ObjectDetection-networkPyTorch代码:
原创 2022-08-05 17:55:33
195阅读
链接题意:从(1,1)(1,1)(1,1)到(h,w)最少需要破除多少个2*2的矩阵,如果是#当前格不能走,如果是.当前格能走。分析:蓝色是当前位置,周围的方格
原创 2022-07-15 10:28:24
58阅读
期待开源…
目录前言一、Abstract(摘要)二、Introduction(引言)三、Better(更好)1、Batch Normalization(批标准化)2、H
针对YOLOX,加入诸多改进技巧的复现和探索,进一步提升了YOLOX的性Ov6更胜一筹。
原创 2022-09-25 00:18:04
350阅读
目录前言一、Faster(更快)1、Darknet-192、Training for classification(分类训练)3、Training for detection(检测训练)
anchor和bbox的区别。yolo9000 & yolov2 论文精读
  • 1
  • 2
  • 3
  • 4
  • 5