Abstract

Introduction

Related Work

  1. Object detection using CNNs
  2. Object detection in lidar point clouds

Contributions

PointPillars Network

Untitled

Pointcloud to Psuedo-Image

  1. point cloud를 x,y grid로 나누게 됨. 이 값은 Bin이라고 부름

    → z축에 대해 bin 할 필요 없음

    → 즉, voxel에서 z축이 전체 lidar의 z축의 길이와 같다고 생각하면 편함

  2. 각 pillars에 대해 평균값인 $(x_c, y_c, z_c)$와 $(x_p, y_p)$ 로 pillar의 위치 결정 가능

    → 총 9개 $(x,y,z,r, x_c, y_c, z_c, x_p, y_p)$의 차원을 가지게 됨