mmdetection3d icon indicating copy to clipboard operation
mmdetection3d copied to clipboard

Error creating custom dataset

Open luis2r opened this issue 1 year ago • 5 comments

Following the documentation I am running in my custom raw dataset: python3 tools/create_data.py custom --root-path /mnt/Data1/dataset_carla/training --out-dir /mnt/Data1/dataset_carla/training/ --extra-tag custom I am getting this error: File "tools/create_data.py", line 356, in <module> raise NotImplementedError(f'Don\'t support {args.dataset} dataset.') NotImplementedError: Don't support custom dataset.

luis2r avatar Apr 12 '23 14:04 luis2r