charlesq34 / frustum-pointnets

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

Input of F-PointNet (SUNRGBD) #56

Closed PranjalBiswas closed 5 years ago

PranjalBiswas commented 6 years ago

Hi,

I was going through the code as in the file 'frustum_pointnets_v1_sunrgbd.py'. In line 38 it says the input has dimensions of B N 4. What is B and N exactly? And what does that input size convey exactly? Help will be really appreciated. Thanks a lot in advance.

Kind Regards Pranjal Biswas

PranjalBiswas commented 6 years ago

On reading more carefully I see that B: Batch Size, N: NUM_POINT. What exactly is NUM_POINT? And why the 4 in input dimension(B N 4)?

wdtht commented 4 years ago

Do you know why the dimension is 4 now? I need your help. @PranjaLBiswas27

wdtht commented 4 years ago

Thank you,and I found answer here