You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kujason
Hi, Occur the same issue when runnning minibatch genereation as mentioned in #80.
Traceback (most recent call last):
File "scripts/preprocessing/gen_mini_batches.py", line 6, in <module>
from avod.builders.dataset_builder import DatasetBuilder
File "/home/omnisky/aixiding/avod/avod/builders/dataset_builder.py", line 6, in <module>
from avod.datasets.kitti.kitti_dataset import KittiDataset
File "/home/omnisky/aixiding/avod/avod/datasets/kitti/kitti_dataset.py", line 10, in <module>
from wavedata.tools.core import calib_utils
ImportError: No module named 'wavedata.tools'
And found I could import wavedata successfully, but failed to import 'tools'. So would there still code maintaining/update in future?
best luck
The text was updated successfully, but these errors were encountered:
@kujason
Hi, Occur the same issue when runnning minibatch genereation as mentioned in #80.
And found I could import wavedata successfully, but failed to import 'tools'. So would there still code maintaining/update in future?
best luck
The text was updated successfully, but these errors were encountered: