charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Other
4.76k stars 1.45k forks source link

Typo error in parameter name in utils/data_prep_util.py #199

Closed arunumd closed 5 years ago

arunumd commented 5 years ago

issue pointnet

In line no 61 from the _utils/data_preputil.py file shown above, the function parameter name is _noraldtype. Whereas inside the function, this parameter is referenced with a different name _normaldtype. This appears to be a typo error and is likely to give issues while trying to run this function.

Suggestion: May be the names should be consistent in function parameter and while referencing.

charlesq34 commented 5 years ago

Thanks for pointing it out. Fixed now!