PJLab-ADG / DetZero

[ICCV 2023] DetZero: Rethinking Offboard 3D Object Detection with Long-term Sequential Point Clouds
https://superkoma.github.io/detzero-page/
Apache License 2.0
317 stars 32 forks source link

“ModuleNotFoundError: No module named 'detzero_utils'” #10

Closed rockywind closed 1 year ago

rockywind commented 1 year ago

Hi, I met the error below when I run the script python -m detzero_det.datasets.waymo.waymo_preprocess --cfg_file tools/cfgs/det_dataset_cfgs/waymo_one_sweep.yaml --func create_waymo_database I found the are no detzero_utils file. image

datouready commented 1 year ago

Hi,You can find this file at location DetZero-main/utils/detzero_utils

rockywind commented 1 year ago

thanks a lot!