What's Changed
* add output_format option by GreatV in https://github.com/GreatV/labelme2yolo/pull/12
* markdown lint by GreatV in https://github.com/GreatV/labelme2yolo/pull/13
* Update l2y.py by Arshadoid in https://github.com/GreatV/labelme2yolo/pull/16
* Update pillow requirement from <9.5,>=9.2 to >=9.2,<9.6 by dependabot in https://github.com/GreatV/labelme2yolo/pull/17
* add label_list argument by GreatV in https://github.com/GreatV/labelme2yolo/pull/20
* bug fixed by GreatV in https://github.com/GreatV/labelme2yolo/pull/21
* bug fixed for output_format == bbox by GreatV in https://github.com/GreatV/labelme2yolo/pull/22
* Create pylint.yml by GreatV in https://github.com/GreatV/labelme2yolo/pull/23
* update to version 0.1.2 by GreatV in https://github.com/GreatV/labelme2yolo/pull/26
* Update README.md by GreatV in https://github.com/GreatV/labelme2yolo/pull/27
* cleanup code by GreatV in https://github.com/GreatV/labelme2yolo/pull/28
* cleanup code by GreatV in https://github.com/GreatV/labelme2yolo/pull/29
* Update numpy requirement from <1.25.0,>=1.23.1 to >=1.23.1,<1.26.0 by dependabot in https://github.com/GreatV/labelme2yolo/pull/30
* Update pillow requirement from <9.6,>=9.2 to >=9.2,<10.1 by dependabot in https://github.com/GreatV/labelme2yolo/pull/31
* Update scikit-learn requirement from <1.3.0,>=1.1.1 to >=1.1.1,<1.4.0 by dependabot in https://github.com/GreatV/labelme2yolo/pull/32
* Update numpy requirement from <1.26.0,>=1.23.1 to >=1.23.1,<1.27.0 by dependabot in https://github.com/GreatV/labelme2yolo/pull/33
* Update pillow requirement from <10.1,>=9.2 to >=9.2,<10.2 by dependabot in https://github.com/GreatV/labelme2yolo/pull/37
* support recursive search dirs by GreatV in https://github.com/GreatV/labelme2yolo/pull/38
* Update pillow requirement from <10.2,>=9.2 to >=9.2,<10.3 by dependabot in https://github.com/GreatV/labelme2yolo/pull/39
* fix error output caused by circle shape by GreatV in https://github.com/GreatV/labelme2yolo/pull/40
* accelerated conversion speed by GreatV in https://github.com/GreatV/labelme2yolo/pull/42
* replace tqdm with rich by GreatV in https://github.com/GreatV/labelme2yolo/pull/43
* improve convertion speed by GreatV in https://github.com/GreatV/labelme2yolo/pull/44
* replace pool.map with pool.imap_unordered by GreatV in https://github.com/GreatV/labelme2yolo/pull/45
New Contributors
* Arshadoid made their first contribution in https://github.com/GreatV/labelme2yolo/pull/16
**Full Changelog**: https://github.com/GreatV/labelme2yolo/compare/v0.0.9...v0.1.6