------------------
- added `--resume_from` option to relevant readers that allows resuming the data processing
from the first file that matches this glob expression (e.g., `*/012345.txt`)
- the `from-paddle-is` reader and `to-paddle-is` writer support custom separators for the text
files linking image and annotation, e.g., one can use a semi-colon instead of the default
space when file names should contain spaces as well
(use `separator: ;` in the `train_dataset` and `val_dataset` sections)
- the `to-paddle-ic` writer now raises an exception if it encounters a space in an image name
- new grouping support added to writers via the `--split_group` option