v0.4.5

HumanSignal/label-studiov0.4.5Jan 29, 2020by niklub

AI Summary

This is a bugfix release for Label Studio v0.4.5 that corrects the `--input-path` parameter functionality. The fix allows users to properly specify local paths containing JSON-formatted files or directories with image/audio files when initializing a project.

Key Highlights

  • Fixed `--input-path` parameter for specifying local file paths
  • Enabled support for JSON-formatted files with `--input-path`
  • Enabled support for directories containing image files
  • Enabled support for directories containing audio files
  • Corrected `--input-format` parameter usage with image-dir format

Full Release Notes

Major bugfixes concerning `--input-path` parameter on starting Label Studio: now you can really specify local paths with json-formatted files, or directory with image or audio files, e.g.:
`label-studio start my_project --init --input-path path/to/local/image/dir --input-format image-dir`