https://kedro.org/ logo
Title
u

user

06/22/2021, 3:43 PM
Yes, I indeed started using
JSONDataset
, but I'm not sure where to start with defining a
COCODataset
. Extending the
JSONDataset
class to deal with the COCO syntax doesn't seem immediate. There's a Python module
pycocotools
which can be used to parse COCO annotation files, but having a COCODataset type in Kedro would be useful to, for example, examine the dataset using
kedro ipython
and then `config.load()‘