kujason / avod

Code for 3D object detection for autonomous driving
MIT License
939 stars 347 forks source link

ImportError: cannot import name 'kitti_dataset_pb2' from 'avod.protos' #187

Closed bm-93 closed 3 years ago

bm-93 commented 3 years ago

avod.protos seems to only have kitti_dataset.proto which has import issues. There is no kitti_dataset_pb2 script in the repo

Magic-oak commented 3 years ago

I met the same problem, can you tell me how to solve this problem?