V2AI / Det3D

World's first general purpose 3D object detection codebse.
https://arxiv.org/abs/1908.09492
Apache License 2.0
1.49k stars 298 forks source link

No module named 'det3d.torchie.cnn.alexnet', resnet and vgg #62

Closed hz3014 closed 4 years ago

hz3014 commented 4 years ago

First of all, thank you for your work!

When I was create dataset, the following error occurs:

python tools/create_data.py nuscenes_data_prep --root_path=/media/hz3014/DataLinux/v1.0-trainval_blobs --version="v1.0-trainval" --nsweeps=10 Traceback (most recent call last): File "tools/create_data.py", line 7, in from det3d.datasets.kitti import kitti_common as kitti_ds File "/home/hz3014/Det3D/det3d/datasets/init.py", line 1, in from .builder import build_dataset File "/home/hz3014/Det3D/det3d/datasets/builder.py", line 3, in from det3d.utils import build_from_cfg File "/home/hz3014/Det3D/det3d/utils/init.py", line 2, in from .registry import Registry, build_from_cfg File "/home/hz3014/Det3D/det3d/utils/registry.py", line 3, in from det3d import torchie File "/home/hz3014/Det3D/det3d/torchie/init.py", line 2, in from .cnn import * File "/home/hz3014/Det3D/det3d/torchie/cnn/init.py", line 1, in from .alexnet import AlexNet ModuleNotFoundError: No module named 'det3d.torchie.cnn.alexnet'

It seems like in det3d/torchie/cnn, there is no related module provided.

poodarchu commented 4 years ago

just detele it