1.The Stixel World - A Compact Medium Level Representation of the 3D-World:http://pdfs.semanticscholar.org/2df3/4dbfb4feeb2d7f40e90956ebc8de1f41a5e4.pdf

 stixel world开山鼻祖文章

https://zhuanlan.zhihu.com/p/27494151 对stixel world相关的一些概念进行解释

2.Towards a Global Optimal Multi-Layer Stixel Representation of Dense 3D Data:http://www.bmva.org/bmvc/2011/proceedings/paper51/abstract.pdf

多层的stixel world表达,github上有实现

3.Efficient Stixel-based object recognition:https://mydlt.de/david/page/pubs/enzweiler_iv_2012_stixel_class.pdf

根据stixel生成roi

4.Real-time obstacle detection using stereo vision for autonomous ground vehicles: A survey  :http://www.ce.unipr.it/people/smario/papers/itsc2014.surveyOD.pdf

障碍物检测双目方法的一个总结。https://blog.csdn.net/u010665216/article/details/78690225这个博客其实也是根据这篇论文来的。

5.Stixels estimation without depth map computation:http://rodrigob.github.io/documents/2011_iccv_cvvt_workshop_stixels_estimation.pdf     Stixels estimation error,这篇文章写了如何评估stixel的准确率

6.Object-Level Priors for Stixel Generation:http://www.visinf.tu-darmstadt.de/media/visinf/vi_papers/2014/cordts-gcpr-preprint.pdf    这个是在multilayer基础上做obstacle优先,看思路能不能借鉴

7.Semantic Stixels: Depth is Not Enough

8.The Stixel World: A Medium-Level Representation of Traffic Scenes:https://arxiv.org/pdf/1704.00280.pdf

stixel跟分割结合

9.Detecting Unexpected Obstacles for Self-Driving Cars: Fusing Deep Learning and Geometric Modeling:https://arxiv.org/pdf/1612.06573.pdf

10.国内的一个人改进stixel:http://www.docin.com/p-1298684890.html

11.Improved Stixel Estimation Based on Transitivity Analysis in Disparity Space

12.Exploiting the Power of Stereo Confidences

  stixel的一种改进办法

13.https://d-nb.info/1025886399/34 总结性的pdf,有tracking,有gt的estamation

14.Efficient Representation of Traffic Scenes by Means of Dynamic Stixels:http://www.cvlibs.net/projects/autonomous_vision_survey/literature/Pfeiffer2010IV.pdf 这个是分动态和静态,感觉这个是在stixel-world进行了提升,并且作者也是stixel-world的作者

15.Pixels, Stixels, and Objects:http://pdfs.semanticscholar.org/022e/331d0bea13c88801a465dc3db0cf8c8107dd.pdf

Real-Time Category-Based and General Obstacle Detection for Autonomous Driving自己用的

https://zhuanlan.zhihu.com/p/27494151,这个博客总结到:视差图的精度直接影响计算结果的准确性

通过我的实验,将sgbm换成psmnet,检测出来的准确性的确得到了提升

stixel world论文总结的更多相关文章

  1. PayPal高级工程总监:读完这100篇论文 就能成大数据高手(附论文下载)

    100 open source Big Data architecture papers for data professionals. 读完这100篇论文 就能成大数据高手 作者 白宁超 2016年 ...

  2. [Erlang 0126] 我们读过的Erlang论文

    我在Erlang Resources 豆瓣小站上发起了一个征集活动 [链接] ,"[征集] 我们读过的Erlang论文",希望大家来参加.发起这样一个活动的目的是因为Erlang相 ...

  3. [个人论文]一种基于GPU并行计算的MD5密码解密方法

    求轻喷... [顺便get一份LaTeX论文模板....还是XeLaTex好用.珍爱生命远离CJK http://files.cnblogs.com/files/pdev/paper.zip

  4. Windows下LATEX排版论文攻略—CTeX、JabRef使用介绍

    Windows下LATEX排版论文攻略—CTeX.JabRef使用介绍 一.工具介绍 TeX是一个很好排版工具,在学术界十分流行,特别是数学.物理学和计算机科学界. CTeX是TeX中的一个版本,指的 ...

  5. TeXstudio 编写Latex论文的若干问题

    TeXstudio 编写Latex论文的若干问题解决方案总结       问题1: 如何安装TeXstudio 以及 Texstudio当中的中文字体使用问题.   一.如何安装TeXstudio 很 ...

  6. SCI英文论文写作- Latex 进阶

    SCI英文论文写作- Latex 进阶   1.设置行间距的方法: %\setlength{\baselineskip}{15pt} \renewcommand{\baselinestretch}{1 ...

  7. DL论文

    题目:Accurate Image Super-Resolution Using Very Deep Convolutional Networks(2016CVPR) 摘要:文中提出了一种高精度处理单 ...

  8. 【Hawk】高级教程——post参数采集万方医学网论文

    目标——万方医学网论文列表 http://med.wanfangdata.com.cn/Author/General/A000000001 和普通网页不一样的地方在于点击下一页的时候,URL没有发生变 ...

  9. Bigtable 论文 阅读笔记 - 原理部分

    不支持markdown,桑心.更好的阅读体验请看:Github/Bigtable.md Paper: Google Bigtable paper Notes author: Lhfcws Wu Tim ...

随机推荐

  1. codeforces786E ALT【倍增+最小割】

    方案二选一,显然是最小割,朴素的想法就是一排人点一排边点,分别向st连流量1的边,然后人点向路径上的边点连流量inf的边跑最大流 但是路径可能很长,这样边数就爆了,所以考虑倍增,然后倍增后大区间向小区 ...

  2. codevs1245 最小的N个和

    1245 最小的N个和 题目描述 Description 有两个长度为 N 的序列 A 和 B,在 A 和 B 中各任取一个数可以得到 N^2 个和,求这N^2 个和中最小的 N个.

  3. Node.js 内置模块crypto加密模块(1) MD5 和 SHA

    MD5:消息摘要算法(Message-Digest Algorithm) SHA家族:安全散列算法( Secure Hash Algorithm ) 1.首先看一个简单的加密 "use st ...

  4. JavaWeb之用户数据回显

  5. MySQL 的视图、触发器、事务、存储过程、函数

    MySQL 的视图.触发器.事务.存储过程.函数   阅读目录 一 视图 二 触发器 三 事务 四 存储过程 五 函数 六 流程控制 一 视图 视图是一个虚拟表(非真实存在),其本质是[根据SQL语句 ...

  6. M-HJ浇花

    题目描述: 链接:https://ac.nowcoder.com/acm/contest/322/M来源:牛客网 HJ养了很多花(99999999999999999999999999999999999 ...

  7. Codeforces 1114F(欧拉函数、线段树)

    AC通道 要点 欧拉函数对于素数有一些性质,考虑将输入数据唯一分解后进行素数下的处理. 对于素数\(p\)有:\(\phi(p^k)=p^{k-1}*(p-1)=p^k*\frac{p-1}{p}\) ...

  8. CodeForces - 851B -Arpa and an exam about geometry(计算几何)

    Arpa is taking a geometry exam. Here is the last problem of the exam. You are given three points a,  ...

  9. 2017浙江工业大学-校赛决赛 BugZhu抽抽抽!!

    Description 当前正火的一款手游阴阳师又出新式神了,BugZhu十分想要获得新出的式神,所以他决定花光所有的积蓄来抽抽抽!BugZhu经过长时间的研究后发现通过画三角外接圆能够提高获得该式神 ...

  10. 如何在windows下是用mysqldumpslow命令

    1. 再一次点击mysql安装文件(默认是没安装mysqldumpslow这些脚本的),如图: 点击next如下图 点击Developer Components 旁边的选择this feature , ...