charlesq34 / frustum-pointnets

Frustum PointNets for 3D Object Detection from RGB-D Data
Apache License 2.0
1.59k stars 538 forks source link

Is the alpha (observation angle) parameter needed for code to run? #31

Open mukherjeesohom opened 6 years ago

mukherjeesohom commented 6 years ago

Hello @charlesq34

In the following line of the code we extract the alpha parameter of the KITTI data. My question is that is this alpha necessary for the rest of the code to run, since I am looking to use it on a different dataset which doesn't have the alpha parameter defined.

https://github.com/charlesq34/frustum-pointnets/blob/aaa660554cf18e449392eb743bf6afbdca4a8d44/kitti/kitti_util.py#L22

Thanks, Sohom

CrazySnailer commented 6 years ago

The alpha is the observation view angle which is not used in the code. and the alpha is different from the frustum angle.