Autonomous Driving Datasets

无人驾驶方面的数据集 kitti 数据集 KITTI数据集是由德国卡尔斯鲁厄理工学院和丰田美国技术研究院联合创办,利用组装的设备齐全的采集车辆对实际交通场

Backbones

首先对比一下 CNN, transformer 和 MLP,然后介绍 DLA 论文 和NAS 系列中的 RepVGG。

Mobilenet

MobileNet 系列讲解

MobileNet 作为轻量级网络的代表,使得 CNN 轻量化和移动端的部署成为可能。MobileNet 目前有三个版本,分别是 MobileNet v1, MobileNet v2 和 MobileNet v3.

Deep Sort

传统追踪算法:SORT 和 DeepSORT

Anchor Free Object Detection

anchor-free 目标检测学习整理。 anchor free 和 anchor based 的区别 如果物体用 4D(两组2D坐标)表示,则是 anchor-based,如果把物体用 2D 来表示,则属于 ancho

leetcode weekly contest

leetcode weekly contest 记录 leetcode第194场周赛 1486. XOR Operation in an Array python 实现,时间和空间复杂度都是 $O(n)$, $n$ 是数组的长度 1 2 3 4 5 6 7 8 9 class Solution: def xorOperation(self, n: int, start: int) -> int: arr =[] for