2024-09-17 08:22 AM
hello,
I want to train using Model Zoo with a custom dataset. I'm trying to convert the data from COCO format to Darknet format, but I encountered an error with the YAML file (see attached).
Solved! Go to Solution.
2024-09-20 01:47 AM
Hello,
It seems that you modified the yaml file structure which caused an issue.
This is an example of correctly structured yaml file that you can use: https://github.com/STMicroelectronics/stm32ai-modelzoo/blob/main/object_detection/datasets/dataset_converter/dataset_config.yaml
Best Regards.
2024-09-20 01:47 AM
Hello,
It seems that you modified the yaml file structure which caused an issue.
This is an example of correctly structured yaml file that you can use: https://github.com/STMicroelectronics/stm32ai-modelzoo/blob/main/object_detection/datasets/dataset_converter/dataset_config.yaml
Best Regards.