Skip to content

Commit 976528c

Browse files
authored
Merge pull request #389 from Labelbox/geospatial-dev
geospatial annotation types
2 parents f543658 + bcbde69 commit 976528c

File tree

14 files changed

+1514
-383
lines changed

14 files changed

+1514
-383
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Changelog
2+
# Version 3.12.0 (2022-01-13)
3+
## Added
4+
* Tiled Imagery annotation type
5+
- A set of classes that support Tiled Image assets
6+
- New demo notebook can be found here: examples/annotation_types/tiled_imagery_basics.ipynb
7+
- Updated tiled image mal can be found here: examples/model_assisted_labeling/tiled_imagery_mal.ipynb
8+
* Support transformations from one EPSG to another with `EPSGTransformer` class
9+
- Supports EPSG to Pixel space transformations
10+
211
# Version 3.11.1 (2022-01-10)
312
## Fix
413
* Make `TypedArray` class compatible with `numpy` versions `>= 1.22.0`

examples/annotation_types/tiled_imagery_basics.ipynb

Lines changed: 429 additions & 0 deletions
Large diffs are not rendered by default.

examples/assets/ti_basics.png

2.45 MB
Loading

examples/model_assisted_labeling/tiled_imagery_mal.ipynb

Lines changed: 91 additions & 369 deletions
Large diffs are not rendered by default.

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.11.1"
2+
__version__ = "3.12.0"
33

44
from labelbox.schema.project import Project
55
from labelbox.client import Client

0 commit comments

Comments
 (0)