Skip to content

Releases: GreatV/labelme2yolo

v0.4.0

Choose a tag to compare

@GreatV GreatV released this 09 Jul 12:35
1b28890

Highlights

  • -d/--json_dir can now be repeated to convert multiple source directories into one dataset (#87), for both labelme2yolo and labelme2coco:

    labelme2yolo -d src-a -d src-b -o out
  • Same-named files from different source directories are kept apart automatically (YOLO and COCO).

  • --output_dir is required when multiple --json_dir values are given; invalid invocations now exit with a non-zero status.

  • Fixed a case where jwalk could silently drop files when directory walkers were created inside a saturated thread pool.

What's Changed

  • feat: Support multiple --json_dir/-d source directories by @GreatV in #88

Full Changelog: v0.3.3...v0.4.0

v0.3.3

Choose a tag to compare

@GreatV GreatV released this 02 Mar 11:20
ae9a073

What's Changed

  • chore: Bump version to 0.3.3 and fix filename collision handling by @GreatV in #86

Full Changelog: v0.3.2...v0.3.3

v0.3.2

Choose a tag to compare

@GreatV GreatV released this 13 Jan 01:57
c106afb

What's Changed

  • feat(config): Add custom output directory support and refactor path handling by @GreatV in #84

Full Changelog: v0.3.1...v0.3.2

v0.3.1

Choose a tag to compare

@GreatV GreatV released this 04 Nov 13:19
cef276b

What's Changed

  • group_id should be integer by @jmjoy in #82
  • Bump version to 0.3.1 in Cargo.toml and Cargo.lock by @GreatV in #83

New Contributors

  • @jmjoy made their first contribution in #82

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@GreatV GreatV released this 13 Aug 14:51
4b85779

What's Changed

  • Include background by @GreatV in #72
  • Update dependencies and refactor code for YOLO conversion by @GreatV in #77
  • Enhance COCO dataset conversion and refactor code by @GreatV in #78
  • Improve mutex handling and error logging in COCO dataset processing by @GreatV in #79

Full Changelog: v0.2.5...v0.3.0

v0.2.5

Choose a tag to compare

@GreatV GreatV released this 27 Aug 03:30
711d915

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

Choose a tag to compare

@GreatV GreatV released this 21 Aug 06:58
0080f9a

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

Choose a tag to compare

@GreatV GreatV released this 21 Aug 04:43
c72ec6b

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

Choose a tag to compare

@GreatV GreatV released this 20 Aug 07:40
0f4040e

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@GreatV GreatV released this 17 Aug 05:52
e7abeb2

What's Changed

Full Changelog: v0.2.0...v0.2.1