But, For YOLO we need to handle both image files a...
# beginners-need-help
r
But, For YOLO we need to handle both image files and text files(labels). I think if we are to create a custom Kedro dataset for YOLO, this dataset should handle both these files. Which might involve combining the existing image dataset and existing text dataset and using it with PartitionedDataSet. What do you think?