labelformat
labelformat copied to clipboard
A tool for converting computer vision label formats.
- "filename" in COCO JSON Images should include extensions. Seems not explicitly specified in [COCO Data Format page](https://cocodataset.org/#format-data), but did used in practice in COCO dataset examples like [this](https://docs.aws.amazon.com/rekognition/latest/customlabels-dg/md-coco-overview.html). This...
Specifying a relative path in the cli command or from Python is pretty error prone. It would be easier if the `--images-rel-path` option would be an absolute path instead. We...
To simplify the release workflow we could create a GitHub action that automatically bumps the version and releases the package to PyPI. An example script could look like this: ```yaml...
Is there any chance of adding support for other Labelbox annotation types. I can't find any other tool that can export/convert those `.ndjson` files. I might contribute to this, but...
Hi, Thank you for your clean and well-organized code! I'm adding a new feature to support video instance segmentation, as it's necessary for one of my projects, and I would...
no description yet
## Description Adds support for the PascalVOC semantic segmentation format. Current support is limited, see the TODOs. ## Tests Added unittests ## Next steps - Keep the TODOs as they...