happinesslz / TANet

The AAAI-2020 Paper(Oral):"TANet: Robust 3D Object Detection from Point Clouds with Triple Attention"
MIT License
253 stars 49 forks source link

cannot import name 'box_ops_cc' from 'second.core' #6

Closed insigh closed 4 years ago

insigh commented 4 years ago

Traceback (most recent call last): File "/home/olap/model_test/python/TANet/pointpillars_with_TANet/second/core/box_np_ops.py", line 10, in



**> from second.core import box_ops_cc
> ImportError: cannot import name 'box_ops_cc' from 'second.core'** 

```(/home/olap/model_test/python/TANet/pointpillars_with_TANet/second/core/__init__.py)
happinesslz commented 4 years ago

@insigh Maybe you need Add TANet/pointpillars_with_TANet/ to your PYTHONPATH.