Yes, I indeed started using `JSONDataset`, but I'm...
# introductions
u
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()‘
3 Views