Skip to content

Commit

Permalink
prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Jun 12, 2024
1 parent 193d954 commit 0fd5054
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.0.2 (????-??-??)
0.0.2 (2024-06-13)
------------------

- added generic plugins that take user Python functions: `from-pyfunc`, `pyfunc-filter`, `to-pyfunc`
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,21 @@ usage: idc-convert [-h|--help|--help-all|--help-plugin NAME] [-u INTERVAL]
Tool for converting between image annotation dataset formats.
readers:
readers (15):
from-adams-ic, from-adams-od, from-blue-channel-is, from-coco-od,
from-data, from-grayscale-is, from-indexed-png-is,
from-layer-segments-is, from-opex-od, from-pyfunc, from-roicsv-od,
from-subdir-ic, from-voc-od, from-yolo-od, poll-dir
filters:
filters (30):
check-duplicate-filenames, coerce-box, coerce-mask,
convert-image-format, dimension-discarder, discard-invalid-images,
discard-negatives, filter-labels, inspect, label-from-name,
label-present, map-labels, max-records, metadata, metadata-from-name,
od-to-ic, od-to-is, passthrough, polygon-discarder, pyfunc-filter,
randomize-records, record-window, remove-classes, rename, sample,
split, strip-annotations, tee, write-labels
writers:
od-to-ic, od-to-is, passthrough, polygon-discarder,
polygon-simplifier, pyfunc-filter, randomize-records, record-window,
remove-classes, rename, sample, split, strip-annotations, tee,
write-labels
writers (14):
to-adams-ic, to-adams-od, to-blue-channel-is, to-coco-od, to-data,
to-grayscale-is, to-indexed-png-is, to-layer-segments-is, to-opex-od,
to-pyfunc, to-roicsv-od, to-subdir-ic, to-voc-od, to-yolo-od
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _read(f):
"shapely",
"python-image-complete",
],
version="0.0.1",
version="0.0.2",
author='Peter Reutemann',
author_email='fracpete@waikato.ac.nz',
entry_points={
Expand Down

0 comments on commit 0fd5054

Please sign in to comment.