charlesq34 / frustum-pointnets

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

futureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison #102

Open sarimmehdi opened 4 years ago

sarimmehdi commented 4 years ago

I get this error whenever I run your code to evaluate. I get the error at line 161 in train/provider.py

I printed cls_type and it prints a 2d numpy array. So, why are you trying to index into an array using numpy array?