How to use custom dataset to train custom AI model (with model zoo)
I want to use my custom dataset that is not supported by any of the .yaml files. Each yaml file example seems to only work with a dataset that is compliant to their specific use case. For example audio event detection supports ESC format and requires preprocessing configurations -or any other type of metadata- that seems to be meaningful only for .wav files; or the image classification training yaml file requires preprocessing configurations which only make sense for image data.
Can I use a custom dataset (maybe .txt or sth) to train my custom model with model zoo like in https://github.com/STMicroelectronics/stm32ai-modelzoo-services/blob/main/audio_event_detection/deployment/doc/tuto/how_to_define_and_train_my_own_model.md ? How do I tweak the user_config.yaml file in order to do so?
