Skip to content

Releases: developmentseed/label-maker

0.3.1

19 Aug 14:53
Compare
Choose a tag to compare
  • Add colors for object detection and segmentation labels (#64)
  • Add support for vrt reads (#71)
  • Add documentation for local testing (#75)
  • Fix preview downloading one too many tiles (#63)
  • Fix warnings on intentionally missing tiles (#68)
  • Fix image and tile format inconsistency when packaging GeoTIFF (#66)
  • Fix function docstrings (#61)

0.3.0

19 Aug 14:54
Compare
Choose a tag to compare
  • Add optional imagery_offset property to align imagery with label data (#58)
  • Generate preview tiles faster (#30)
  • Add support for reading GeoTIFF as the imagery source (#13)
  • Refactor testing structure (#29)
  • Bug fix: fix logic for matching the correct tiles when creating segmentation labels with the --sparse flag (#46)

0.2.1

19 Aug 14:56
Compare
Choose a tag to compare
  • Lower memory usage of stream_filter.py (#39)
  • Bug fix: print correct object detection labeling summary (#33)
  • Bug fix: uncompress mbtiles line by line to prevent memory usage issues causing large files to fail on the download subcommand (#35)

0.2.0

19 Aug 14:57
Compare
Choose a tag to compare
  • Add optional buffer property to classes to create more accurate
    object-detection or segmentation labels (#10).
  • Add --sparse flag to limit the size of labels.npz file (#16).
  • Add more globally ignored statements to pylint settings (#24).
  • Bug fix: correct a variable name in package.py which prevented object-detection packaging from running (#19).

0.1.2

19 Aug 14:57
060b8d7
Compare
Choose a tag to compare
  • Bug fix: resolve path issues which prevented it from working outside the github cloned repository (#2).

0.1

19 Aug 14:58
Compare
Choose a tag to compare
0.1
  • Initial Release