Hi team, Do you have example or use case already, ...
# questions
s
Hi team, Do you have example or use case already, how kedro working with Label Studio? #C03RKP2LW64
r
Hello @Shu-Chun Wu
I don't think we have an example for this use case. Can you let us know more information on your use case ?
s
Since I am working on image case, like image classification, segmentation or object detection. Currently I always prepare the images outside kedro. Then bring the labelled images to kedro folder. After that, I start the preprocessing and training workflwo inside kedro. I just want to know whether you have best practice way to do the labelling part within kedro?
r
Hi @Shu-Chun Wu, Thanks for the information. I see we have one image dataset from pillow. If that does not work for you, try creating a custom dataset which uses external tools like Label Studio similar to how we have pandas.CSVDataset using pandas. Now you can use this dataset within your kedro pipeline nodes and you can create an image_labelling pipeline which can prepare your images within kedro. Thank you