Open HitmansGO opened 3 months ago
Please debug smth like for b in YourDataset: print b
. Because now you have a problem with dataset. It tries to get i-th element 1000 times, all of the attempts fail (probably bug with path to point clouds or to annotation), so you get this error.
@HitmansGO I encountered the same issue, have you resolved it?
@HitmansGO have you resolved it?
[> @HitmansGO have you resolved it?
](https://github.com/filaPro/oneformer3d/issues/9#issuecomment-2249844455)
Encountered the same problem. It seems like there was an error in the dataset preprocessing. Did you use the conversion script from mmdetection3d for the S3DIS dataset? In that script, you would need to modify instance categories such as sofa and table to your custom categories.
I had the same issue. And solved it by taking care of the good format of the input data.
I had already prepared my customized dataset with S3DIS format. And I also referred to mmdection3d's config file https://mmdetection3d.readthedocs.io/en/latest/user_guides/new_data_model.html but when I run train.py with my own config file, I got this erro:
and here is my config file:
I don't know how to fix this erro, so I really need some help. Expecting for the solution, thx!