Releases: developmentseed/label-maker
Releases · developmentseed/label-maker
0.3.1
- 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
- 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
0.2.0
- Add optional
buffer
property to classes to create more accurate
object-detection or segmentation labels (#10). - Add
--sparse
flag to limit the size oflabels.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).