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.