Image-object-slicer

Latest version: v1.12.3

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

Scan your dependencies

Page 2 of 3

1.6.0

New
- Add support to the Datumaro annotation format by adding `DatumaroParser`.

Improved
- Handle errors from `split_file`;
- Handle image names with no extension.

Fixed
- Check for `type` tag in `LabelMeParser`.

1.5.0

New
- Add support to the LabelMe annotation format by adding `LabelMeParser`.

1.4.1

New
- Add support to the CVAT for images annotation format by adding `CVATImagesParser`.

Improved
- Split `AnnotationParser` into `SingleFileAnnotationParser` and `MultipleFileAnnotationParser`;
- Replace `extension` with `glob` in `MultipleFileAnnotationParser`.

1.3.0

New
- Add `--format` option to choose format of annotation files.

Improved
- Separate annotation parsing to `AnnotationParser` and `PascalVOCParser`.

1.2.4

New
- Add `--workers` option to control number of multiprocessing parallel workers.

Improved
- Use multiprocessing in `parse_pascal_files` and `pascalvoc_to_images`;
- Add `--version` option to show the program's version number and exit;
- Major UI and code readability improvement, using easier to understand language and making it more independent of the PascalVOC file format;
- Earlier detection of empty data;
- Replace `iter` with `iterfind` when parsing xml files;
- Unify processing of bounding boxes of same image in same process and reuse loaded image;
- Rebrand to `image-slicer`;
- Rebrand to `image-object-slicer`.

1.1.0

New
- Add `--padding` option to add padding to bounding boxes.

Improved
- Sort objects by position on image.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.