overfitover / pixor_ovo

用pixor处理有色点云

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named 'kitti_tools'

ytgcljj opened this issue · comments

launchx-500-16-2@launchx500162-System-Product-Name:~/github/pixor_ovo$ python3 run_training.py
Traceback (most recent call last):
File "run_training.py", line 15, in
from data_processor.kitti import get_data_loader
File "/home/launchx-500-16-2/github/pixor_ovo/data_processor/kitti.py", line 8, in
from kitti_tools import *
ImportError: No module named 'kitti_tools'

Change it to 'from data_processor.kitti_tools import *'

commented

@ytgcljj
Sorry, I only see it now. @ged0606 His answer is correct.