Releases: ashnair1/COCO-Assistant
Releases · ashnair1/COCO-Assistant
0.4.0
v0.3.5
Minor release for testing CircleCI deployment
Changes:
- Add support for merging datasets with different categories
- Adding colour palette to segmasks is now optional
- Ignore hidden files
v0.3.1
v0.3.0
Changes introduced:
combine
has been renamed tomerge
- Support for merging annotations only.
Deprecated features:
Post v0.3.0, converter functionality will not be supported. This was motivated by two reasons:
- There are too many conversion formats. Trying to include even the most popular ones makes the project unwieldy. Better to use one of the readily available scripts online.
- Until now, the repository only supported TFRecord. Tensorflow is a large library and it does not make sense for it to be a project requirement when it's only used for a singular task of converting to TFRecord.
v0.2.0
v0.1.0
Helper for dealing with MS COCO annotations. Currently supports the following functionalities:
- Merge datasets.
- Remove specific category from dataset.
- Generate annotations statistics - distribution of object areas and category distribution
- Annotation visualiser for viewing the entire dataset.
- Converter for converting annotations to TFRecord format