Image-object-slicer

Latest version: v1.12.3

Safety actively analyzes 623490 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.12.3

New
- Add support to the YOLO annotation format by adding `YOLOParser`.

Improved
- Simplify `split_file` in all `SingleFileAnnotationParser` parsers to generate items more efficiently and in sequence;
- Remove `chunksize` argument from all calls to `imap_unordered`;
- Replace list comprehensions with generator comprehensions as iterators for `imap_unordered`;
- Turn all `split_file` methods into generators.

Fixed
- Remove support to the MOT annotation format by removing `MOTParser`;
- Fix image names and globs when files are in a subfolder;
- Default label to `face` when not available in `parse_item` in `WIDERFaceParser`;
- Only find labels file if any other annotation file was found;
- Raise exception if no labels file was found.

1.11.0

New
- Add support to the MOT annotation format by adding `MOTParser`;
- Add `labels` and `parse_labels` to `SingleFileAnnotationParser` and `MultipleFileAnnotationParser`.

Improved
- Optimize `split_file` in `COCOParser`;
- Use `csv` in `parse_file` in `KITTIParser`.

1.10.0

New
- Add support to the Open Images annotation format by adding `OpenImagesParser`.

Improved
- Use `int` for absolute coordinates (in pixels) and `float` for coordinates relative to size of image in item dicts.

1.9.0

New
- Add support to the WIDER Face annotation format by adding `WIDERFaceParser`.

Improved
- Remove empty items in `split_file`.

1.8.2

New
- Add support to the KITTI annotation format by adding `KITTIParser`.

Improved
- Remove empty items in `split_file` of `COCOParser`;
- Add instructions to install from PyPI.

Fixed
- Fix glob of `COCOParser`;
- Fix issue with PyPI.

1.7.0

New
- Add support to the MS COCO Object Detection annotation format by adding `COCOParser`.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.