目录 NeRF前置内容:渲染和观察方向摘要1.Introduction2.Related Work2.1.Neural 3D shape representations2.2.View synthesis and image-based rendering 3.Neural Radiance Field Scene Representation4.Volume Rendering with Radiance Fields5.Optimizing a Neu…
ECCV2020-DETR-End to End Object Detection with Transformers
arxiv
[打开本地pdf](eccv2020-DETR-End to End Object Detection with Transformers.pdf)
github仓库
DETR的卖点是End-to-End, 它没有复杂的后处理,把目标检测问题当作集合预测问题,…