Skip to content

Commit 0fd5054

Browse files
committed
prepared for release
1 parent 193d954 commit 0fd5054

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
0.0.2 (????-??-??)
4+
0.0.2 (2024-06-13)
55
------------------
66

77
- added generic plugins that take user Python functions: `from-pyfunc`, `pyfunc-filter`, `to-pyfunc`

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,21 @@ usage: idc-convert [-h|--help|--help-all|--help-plugin NAME] [-u INTERVAL]
5858
5959
Tool for converting between image annotation dataset formats.
6060
61-
readers:
61+
readers (15):
6262
from-adams-ic, from-adams-od, from-blue-channel-is, from-coco-od,
6363
from-data, from-grayscale-is, from-indexed-png-is,
6464
from-layer-segments-is, from-opex-od, from-pyfunc, from-roicsv-od,
6565
from-subdir-ic, from-voc-od, from-yolo-od, poll-dir
66-
filters:
66+
filters (30):
6767
check-duplicate-filenames, coerce-box, coerce-mask,
6868
convert-image-format, dimension-discarder, discard-invalid-images,
6969
discard-negatives, filter-labels, inspect, label-from-name,
7070
label-present, map-labels, max-records, metadata, metadata-from-name,
71-
od-to-ic, od-to-is, passthrough, polygon-discarder, pyfunc-filter,
72-
randomize-records, record-window, remove-classes, rename, sample,
73-
split, strip-annotations, tee, write-labels
74-
writers:
71+
od-to-ic, od-to-is, passthrough, polygon-discarder,
72+
polygon-simplifier, pyfunc-filter, randomize-records, record-window,
73+
remove-classes, rename, sample, split, strip-annotations, tee,
74+
write-labels
75+
writers (14):
7576
to-adams-ic, to-adams-od, to-blue-channel-is, to-coco-od, to-data,
7677
to-grayscale-is, to-indexed-png-is, to-layer-segments-is, to-opex-od,
7778
to-pyfunc, to-roicsv-od, to-subdir-ic, to-voc-od, to-yolo-od

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _read(f):
4343
"shapely",
4444
"python-image-complete",
4545
],
46-
version="0.0.1",
46+
version="0.0.2",
4747
author='Peter Reutemann',
4848
author_email='fracpete@waikato.ac.nz',
4949
entry_points={

0 commit comments

Comments
 (0)