lennartoe

Results 3 comments of lennartoe

> Customized datasets arnt supported for tools/create_data.py script. Documentation should be adjusted Thanks for the clarification!

> Customized datasets arnt supported for tools/create_data.py script. Documentation should be adjusted Is there another intended way to generate training/validation information files for custom datasets?

The only way I could solve was to load the pkl files of e.g. the kitti dataset with `from mmengine import load, dump` `data = load("train_info.pkl")` and then recreate the...