NicolaBernini / PapersAnalysis

Analysis, summaries, cheatsheets about relevant papers
21 stars 4 forks source link

Complex-YOLO Paper - Intro - Analysis #1

Open NicolaBernini opened 5 years ago

NicolaBernini commented 5 years ago

Overview

Complex-YOLO: Real-time 3D Object Detection on Point Clouds

Arxiv: https://arxiv.org/abs/1803.06199

image

Key Value
Type of Contribution DNN Model
Application Object Detection from 3D Point Cloud provided by Lidar
Domain of Application Autonomous Car
NicolaBernini commented 5 years ago

Goal

Develop a pipeline connecting

ComplexYOLO_IO1

Related Work

PointNet

NicolaBernini commented 5 years ago

Work Challenges

Description

  1. Design a NN able to take sparse data as input, which is difficult in general
  2. Performing an adaptation of an existing network, designed to perform detection on a dense input

Notes

NicolaBernini commented 5 years ago

BEV Construction

NicolaBernini commented 5 years ago

Procedure

1. Preprocessing

1.1 Project into Grid

Goals

1.2 Compute Statistics on Spatial Grids

Goals

2. Processing

NicolaBernini commented 5 years ago

Processing Strategy