mmdetection3d icon indicating copy to clipboard operation
mmdetection3d copied to clipboard

[New Models] customized dataset

Open Vish19-code opened this issue 9 months ago • 3 comments

Model/Dataset/Scheduler description

hello, i am already creat custom dataset and already creat_dat,py run after that i have issue with configuration my model in dataloader so what should i do?

is there any refenences or i have to convert my dataset in kitti formate? it is possible so which file i have to correct it?

Open source status

  • [ ] The model implementation is available
  • [ ] The model weights are available.

Provide useful links for the implementation

https://mmdetection3d.readthedocs.io/en/latest/advanced_guides/customize_dataset.html

i am using multimodel dataset

Vish19-code avatar Mar 19 '25 16:03 Vish19-code

RuntimeError: CUDA error: device-side assert triggered CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1.

i have this error while runing kitti style dataset but point cloude range is different if there will be same then there will no problem

Vish19-code avatar Mar 28 '25 12:03 Vish19-code

Did you solve it? I had the same problem

17326222561 avatar Apr 03 '25 14:04 17326222561

hello,

i reinstall all and ater it is works

Vish19-code avatar Apr 04 '25 08:04 Vish19-code