首页
技术日记
编程
旅游
数码
登录
标签
笔记
PersFormer: 3D Lane Detection via Perspective Transformer and the OpenLane Benchmark 论文笔记
原文链接:https:arxivabs2203.11089 本文是针对单目相机的3D车道检测任务提出的,理论上其Perspective Transformer也可用于BEV 3D目标检测。
笔记
论文
Detection
Lane
PersFormer
admin
6月前
117
0
Machine Learning-A Probabilistic Perspective笔记——第一章 INTRODUCTION
Machine Learning-A Probabilistic Perspective笔记 MLAPP是统计机器学习领域内一本经典著作。就兴起先后顺序来说,统计机器学习较如今大火的深度学习神经网络更久远,不同于神经网络作为一个端到端的系
笔记
learning
machine
Probabilistic
introduction
admin
6月前
139
0
论文阅读笔记-《Pose-Based View Synthesis for Vehicles: A Perspective Aware Method》
论文阅读笔记-《Pose-Based View Synthesis for Vehicles: A Perspective Aware Method》 文章目录论文阅读笔记-《Pose-Based View Synthesis for Ve
笔记
论文
Based
Pose
view
admin
6月前
131
0
【论文笔记】匹配关系未知情况下点云配准Solving the Blind Perspective-n-Point ProblemEnd-To-End With Robust Differentiabl
澳大利亚国立大学,澳大利亚机器人视觉中心 本文解决的问题:BLind Perspective-n-Point(BPnP) 与Perspective-n
情况下
关系
笔记
论文
点云配准
admin
6月前
114
0
论文阅读笔记--Rethinking Semantic Segmentation from a Sequence-to-Sequence Perspective with Transformers
最近在阅读一些关于transformer的论文,在此记录是为了看看到底天天学了些什么。目前阅读这些论文感觉还是似懂非懂的阶段,还需要时间细细斟酌,共勉!
笔记
论文
Rethinking
Semantic
Transformers
admin
6月前
91
0
OpenGL笔记十八之透视投影矩阵实验-perspective函数
OpenGL笔记十八之透视投影矩阵实验-glm::perspective函数 —— 2024-08-03 下午 bilibili赵新政老师的教程看后笔记 code review! 文章目录OpenGL笔记十八之透视投影矩阵实验-glm:
矩阵
透视
函数
笔记
OpenGL
admin
6月前
153
0
Transformer for Graphs: An Overview from Architecture Perspective 综述笔记(待更)
Transformer for GraphsIntroduction1、GA: GNNs as Auxiliary Modules直接将GNN加入Transformer框架里,然后根据GNN与Transforme
笔记
Graphs
Transformer
Overview
perspective
admin
6月前
129
0
图形学笔记【纹理透视矫正(perspective correction)】
1、起因:简单说就是,在透视矩阵作用下,矩形的两对平行的边中得至少一对将不再平行,导致构成改矩形的两个三角形不再等大,所以其纹理坐
纹理
透视
笔记
图形学
Correction
admin
6月前
89
0
【论文笔记】DPFT: Dual Perspective Fusion Transformer for Camera-Radar-based Object Detection
原文链接:https:arxivabs2404.03015 简介:本文提出双视角融合Transformer(DPFT),利用低级的雷达数据(雷达张量)以保留更多信息,并使用4D雷达在相机和地面的投影以简化与图像的融合。DPFT在K-
笔记
论文
Dual
perspective
fusion
admin
6月前
137
0
Feature Selection: A Data Perspective --阅读笔记1 特征选择的概述
摘要 INTRODUCTION Traditional Categorization of Feature Selection Algorithms Feature Selection Algorithms from a Data Pers
特征
笔记
Selection
feature
perspective
admin
6月前
128
0
【论文笔记】Learning What Not to Segment: A New Perspective on Few-Shot Segmentation
论文链接:https:arxivabs2203.07615 代码链接:https:githubchunbolangBAM
笔记
论文
learning
segment
Shot
admin
6月前
98
0
论文阅读笔记:RepViT: Revisiting Mobile CNN From Vit Perspective
文章目录RepViT: Revisiting Mobile CNN From Vit Perspective动机现状问题贡献实现Block设置独立的token融合器和通道融合器减少膨胀并增加宽度宏观设计stem的早期卷积简单分类器整体阶段比
笔记
论文
RepViT
revisiting
perspective
admin
6月前
90
0
Tri-Perspective View for Vision-Based 3D Semantic Occupancy Prediction论文笔记
Contribution现有的方法倾向用鸟瞰图(BEV)表示来描述3D场景,尽管它比体素表示的效率更高,但它很难用单个平面描述场景的细粒度3D结构。为了解决这个问题,我们提出
笔记
论文
view
Vision
Tri
admin
6月前
115
0
Machine Learning A Probabilistic Perspective 笔记
Random Values: Concept Meaning Discrete Random Variables Probability mass functionpmf P() 判别分类器 Discriminative Classi
笔记
learning
machine
perspective
Probabilistic
admin
6月前
114
0
Feature Selection: A Data Perspective [阅读笔记]2:传统数据的特征选择算法——基于相似性的方法
FEATURE SELECTION ON CONVENTIONAL DATA在本节中,根据所使用的技术,传统数据的特征选择算法广泛地分为基于相似性的方法(similarity
相似性
算法
特征
传统
笔记
admin
6月前
131
0
论文笔记:A Survey of Clustering With Deep Learning: From the Perspective of Network Architecture
A Survey of Clustering With Deep Learning: From the Perspective of Network Architecture1 摘要2 介绍3 准备工作1)前馈全连接神
笔记
论文
Clustering
Survey
deep
admin
6月前
113
0
Tensorflow 笔记 Ⅺ——NLP 实现电影评论情感分析
文章目录特别说明数据集IMDB 简介IMDB 数据集下载地址目录结构示例文本自然语言处理基础分词词的数字化表示方法与词嵌入循环神经网络 RNN与LSTM数据的时序与含义RNN的模型结构(Recurrent Neural
笔记
情感
电影
TensorFlow
nlp
admin
6月前
109
0
valgrind使用笔记
valgrind使用笔记 文章目录valgrind使用笔记安装写个例子呗使用valgrind检测泄漏对比正常释放安装 笔者使用的是ubuntu16.04系统 使用apt安装 # apt install -y valgrind 看一下版本
笔记
valgrind
admin
6月前
113
0
【笔记】YOLO v3:An Incremental Improvement
第一至四部分转载自:https:blog.csdnlilai619articledetails79695109 第一部分: 论文与代码 论 文:https:
笔记
Yolo
Incremental
Improvement
admin
6月前
104
0
illustrator 笔记
Illustrator 笔记新建-》打印-》A4重置工具窗口-》工具栏-》高级 显示工具鼠标左键长按或者右键单击获取子栏,选择最右边箭头将其拖拽出来矩形工具使用:按住shift键&#x
笔记
illustrator
admin
6月前
89
0
«
1 ...
7
8
9
10
11
12
13
...42
»