Releases: developmentseed/label-maker
Releases · developmentseed/label-maker
0.3.1
- Add colors for object detection and segmentation labels (#64)
- Add support for
vrtreads (#71) - Add documentation for local testing (#75)
- Fix
previewdownloading 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
- Add optional
imagery_offsetproperty 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
--sparseflag (#46)
0.2.1
0.2.0
- Add optional
bufferproperty to classes to create more accurate
object-detection or segmentation labels (#10). - Add
--sparseflag to limit the size oflabels.npzfile (#16). - Add more globally ignored statements to pylint settings (#24).
- Bug fix: correct a variable name in
package.pywhich prevented object-detection packaging from running (#19).