YuehaoHuang
YuehaoHuang
>>> from waymo_open_dataset import v2 Traceback (most recent call last): File "", line 1, in File "/path/python/envs/waymo/lib/python3.8/site-packages/waymo_open_dataset/v2/__init__.py", line 19, in from waymo_open_dataset.v2 import column_types as _column_types File "/path/python/envs/waymo/lib/python3.8/site-packages/waymo_open_dataset/v2/column_types.py", line 27,...
Before running the pip install . , running demo.py will prompt no module named cuda_ba However, after running the pip install . the program will get stuck in the file...
In the forward function of net.py, using ii jj kk will cause the program to freeze, so the code will get stuck in this line of "ix, jx = fastba.neighbors(kk,...