Recent Releases of segments-ai
segments-ai - 1.15.0
What's Changed
- Feature: add typing for object linking by @davidfou in https://github.com/segments-ai/segments-ai/pull/228
- Bugfix: Added missing
track_idto pointcloud vector sequence labels by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/227
New Contributors
- @davidfou made their first contribution in https://github.com/segments-ai/segments-ai/pull/228
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.14.0...1.15.0
- Python
Published by TomRoussel 12 months ago
segments-ai - 1.14.0
What's Changed
- Fixed attributes being non optional for resource api updates by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/224
- Allow unsetting assigned_reviewer/labeler by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/225
- This changes the behaviour when updating samples through
SegmentsClient.update_sampleorSample.update: providingassigned_labeler=Noneorassigned_reviewer=Nonewill unset the assigned person for that sample. When omitting this parameter, it will leave it unchanged.
- This changes the behaviour when updating samples through
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.13.0...1.14.0
- Python
Published by TomRoussel about 1 year ago
segments-ai - 1.13.0
What's Changed
- Readthedocs: bumped python version for building the docs by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/217
- Reduced tocdepth so individual methods aren't included by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/218
- Refactored tests to use pytest fixtures by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/219
- Implemented resource API by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/220
- Release 1.13.0 by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/222
Full Changelog: https://github.com/segments-ai/segments-ai/compare/v1.12.1...1.13.0
- Python
Published by TomRoussel about 1 year ago
segments-ai - v1.12.1
What's Changed
- Added 'enableconfirmoncommit' flag to `client.adddataset
andclient.update_dataset` by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/215
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.12.0...v1.12.1
- Python
Published by TomRoussel about 1 year ago
segments-ai - 1.12.0
What's Changed
- Added the updated-by field to labels by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/211
- Relaxed the depedency constrains, dropped the numpy<2 constraint by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/212
- Cleaned up documentation and added a few missing types by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/214
- Converted some models to deterministic unions to reduce validation errors by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/213
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.11.12...1.12.0
- Python
Published by dbbert about 1 year ago
segments-ai - 1.11.12
What's Changed
- Added client.strictchecking field for disabling type checking by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/208
- Allow pointcloud-vector-sequence task type in multi-sensor datasets by @dbbert in https://github.com/segments-ai/segments-ai/pull/209
- Added typing support for multisensor 3D vector labels by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/210
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.11.11...1.11.12
- Python
Published by dbbert over 1 year ago
segments-ai - 1.11.11
What's Changed
- Removed a debug print from client.add_sample by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/206
- Set default images array to empty instead of None by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/204
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.11.10...1.11.11
- Python
Published by dbbert over 1 year ago
segments-ai - 1.11.10
What's Changed
- Gzip compresssion when adding labels/samples by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/203
- Add sample readme field by @dbbert in https://github.com/segments-ai/segments-ai/pull/205
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.11.9...1.11.10
- Python
Published by dbbert over 1 year ago
segments-ai - 1.11.9
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.11.8...1.11.9
- Python
Published by dbbert over 1 year ago
segments-ai - 1.11.8
What's Changed
- Add support for multiselect attributes by @dbbert in https://github.com/segments-ai/segments-ai/pull/201
Full Changelog: https://github.com/segments-ai/segments-ai/compare/v1.11.7...1.11.8
- Python
Published by dbbert over 1 year ago
segments-ai - v1.11.7
What's Changed
- Make k4-k6 distortion parameters optional by @dbbert in https://github.com/segments-ai/segments-ai/pull/200
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.11.6...v1.11.7
- Python
Published by dbbert over 1 year ago
segments-ai - 1.11.6
What's Changed
- Add params k4-k6 to brown-conrady distortion model by @dbbert in https://github.com/segments-ai/segments-ai/pull/199
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.11.5...1.11.6
- Python
Published by dbbert over 1 year ago
segments-ai - 1.11.5
What's Changed
- Add sensor_filter option by @dbbert in https://github.com/segments-ai/segments-ai/pull/198
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.11.4...1.11.5
- Python
Published by dbbert over 1 year ago
segments-ai - 1.11.4
What's Changed
- Add support for syncing across sensors by @dbbert in https://github.com/segments-ai/segments-ai/pull/197
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.11.3...1.11.4
- Python
Published by dbbert over 1 year ago
segments-ai - 1.11.3
What's Changed
- Add missing
image_attributesfield to types by @dbbert
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.11.2...1.11.3
- Python
Published by dbbert over 1 year ago
segments-ai - 1.11.2
What's Changed
- Added signed url to image model by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/195
- Bugfix: Allow pydantic models as input for
utils.get_semantic_bitmapby @TomRoussel in https://github.com/segments-ai/segments-ai/pull/196
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.11.1...1.11.2
- Python
Published by dbbert over 1 year ago
segments-ai - 1.11.1
What's Changed
- Added parameter to SegmentsDataset to avoid loading images by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/193
- Fix pydantic validation error when vector annotations contain both cuboids and polygons by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/194
New Contributors
- @TomRoussel made their first contribution in https://github.com/segments-ai/segments-ai/pull/193
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.11.0...1.11.1
- Python
Published by dbbert almost 2 years ago
segments-ai - 1.11.0
What's Changed
- Add support for Google Cloud Storage by @dbbert in https://github.com/segments-ai/segments-ai/pull/192
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.10.0...1.11.0
- Python
Published by dbbert almost 2 years ago
segments-ai - 1.10.0
What's Changed
- Deprecate support for text labeling by @dbbert in https://github.com/segments-ai/segments-ai/pull/191
- Deprecate comments field on Sample by @dbbert in https://github.com/segments-ai/segments-ai/pull/190
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.9.2...1.10.0
- Python
Published by dbbert almost 2 years ago
segments-ai - 1.9.2
What's Changed
- Revert "Typing fix: make segmentation_bitmap field optional" by @dbbert in https://github.com/segments-ai/segments-ai/pull/189
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.9.1...1.9.2
- Python
Published by dbbert almost 2 years ago
segments-ai - 1.9.1
What's Changed
- Typing fix: make segmentation_bitmap field optional by @dbbert in https://github.com/segments-ai/segments-ai/pull/187
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.9.0...1.9.1
- Python
Published by dbbert almost 2 years ago
segments-ai - 1.9.0
What's Changed
- Add support for workunits by @dbbert in https://github.com/segments-ai/segments-ai/pull/186
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.8.2...1.9.0
- Python
Published by dbbert almost 2 years ago
segments-ai - 1.8.2
What's Changed
- fix: inconsistent base task attributes (
is_track_level) by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/185
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.8.1...1.8.2
- Python
Published by dbbert almost 2 years ago
segments-ai - 1.8.1
What's Changed
- fix: revert
point_annotationsfix for edge case by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/184
Full Changelog: https://github.com/segments-ai/segments-ai/compare/v1.8.0...1.8.1
- Python
Published by dbbert about 2 years ago
segments-ai - v1.8.0
What's Changed
- feat: add las/laz to pcd utils function by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/179
- Add splat to PCDType by @segments-tobias in https://github.com/segments-ai/segments-ai/pull/173
- Fix/add-potential-fixes-for-not-found-error by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/176
- feat: add option to compress pcd file (
las_to_pcd)) by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/180 - chore: use color constant by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/181
- fix: missing point annotations when there are no annotations in a frame by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/183
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.7.6...v1.8.0
- Python
Published by dbbert about 2 years ago
segments-ai - 1.7.6
What's Changed
- fix: allow float values for object/image attributes by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/178
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.7.5...1.7.6
- Python
Published by dbbert about 2 years ago
segments-ai - 1.7.5
What's Changed
- Revert "Allow empty segmentation_bitmap field in image segmentation sequence labels" by @dbbert in https://github.com/segments-ai/segments-ai/pull/174
- Add points attribute type by @dbbert in https://github.com/segments-ai/segments-ai/pull/175
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.7.4...1.7.5
- Python
Published by dbbert about 2 years ago
segments-ai - 1.7.4
What's Changed
- Allow empty segmentation_bitmap field in image segmentation sequence labels by @dbbert in https://github.com/segments-ai/segments-ai/pull/172
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.7.3...1.7.4
- Python
Published by dbbert about 2 years ago
segments-ai - 1.7.3
What's Changed
- feat: add optional bounds for x and y coordinates by @jclaessens97 in https://github.com/segments-ai/segments-ai/pull/171
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.7.2...1.7.3
- Python
Published by dbbert about 2 years ago
segments-ai - 1.7.2
What's Changed
- Add rotation to CalibratedImage type by @segments-tobias in https://github.com/segments-ai/segments-ai/pull/170
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.7.1...1.7.2
- Python
Published by dbbert about 2 years ago
segments-ai - 1.7.1
What's Changed
- Add quaternion and vector3 attribute types by @dbbert in https://github.com/segments-ai/segments-ai/pull/169
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.7.0...1.7.1
- Python
Published by dbbert about 2 years ago
segments-ai - 1.7.0
What's Changed
- feat: add optional bounds field to point cloud sample attributes by @jclaessens97 in https://github.com/segments-ai/segments-ai/pull/168
New Contributors
- @jclaessens97 made their first contribution in https://github.com/segments-ai/segments-ai/pull/168
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.6.5...1.7.0
- Python
Published by dbbert about 2 years ago
segments-ai - 1.6.5
What's Changed
- Save segmentation bitmap as png image (jpeg does not support alpha channel) by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/167
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.6.4...1.6.5
- Python
Published by dbbert about 2 years ago
segments-ai - 1.6.4
What's Changed
- Fix/add-timestamp-to-image-frame by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/165
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.6.3...1.6.4
- Python
Published by dbbert over 2 years ago
segments-ai - 1.6.3
What's Changed
- Add support for LAS point clouds by @dbbert in https://github.com/segments-ai/segments-ai/pull/163
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.6.2...1.6.3
- Python
Published by dbbert over 2 years ago
segments-ai - 1.6.2
What's Changed
- Upgrade Pillow version by @dbbert in https://github.com/segments-ai/segments-ai/pull/161
- Add toml extension as recommendation by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/158
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.6.1...1.6.2
- Python
Published by dbbert over 2 years ago
segments-ai - 1.6.1
What's Changed
- Optional fields default to
Noneby @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/151 - Raise exception when you want to include a full label but don't pass a labelset by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/156
- Be consistent with backticks for code and variables in string by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/157
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.6.0...1.6.1
- Python
Published by dbbert over 2 years ago
segments-ai - 1.6.0
What's Changed
- Add
include_full_labelargument toget_samplesby @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/154 - Add optional image name field by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/149
- Add field
use_timestamps_for_interpolationby @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/150
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.5.1...1.6.0
- Python
Published by dbbert over 2 years ago
segments-ai - 1.5.1
What's Changed
- Add labelset argument to get_samples by @dbbert in https://github.com/segments-ai/segments-ai/pull/148
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.5.0...1.5.1
- Python
Published by dbbert over 2 years ago
segments-ai - 1.5.0
What's Changed
- Use ruff formatter by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/136
- Add clone_labels argument by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/141
- Use json mode in model_dump (default mode is python) by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/140
- Allow (N,) as intensity shape (like (N, 1)) by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/144
- Validate attributes in update methods by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/134
- Remove embeddings support by @dbbert in https://github.com/segments-ai/segments-ai/pull/133
- Fix/validate-attributes-in-update-methods by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/146
- Not all sensors need to be labeled in the multisensor interface by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/145
- Return LabelSummary from get_samples by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/147
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.4.3...1.5.0
- Python
Published by dbbert over 2 years ago
segments-ai - 1.4.3
- Fix bug with sorting by
updated_atandgt_label__updated_atinget_samples()
- Python
Published by dbbert over 2 years ago
segments-ai - 1.4.2
What's Changed
- Add additional sorting options to get_samples() by @dbbert in https://github.com/segments-ai/segments-ai/pull/142
- Allow pydantic >=2 but exclude 2.4.0 because it has a bug by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/138
- Fix intensity error message in arraytopcd by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/137
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.4.1...1.4.2
- Python
Published by dbbert over 2 years ago
segments-ai - 1.4.1
What's Changed
- Use 'is not None' to check if function arguments are provided by @dbbert in https://github.com/segments-ai/segments-ai/pull/132
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.4.0...1.4.1
- Python
Published by dbbert over 2 years ago
segments-ai - 1.4.0
What's Changed
- Add PLY + aliases to PCDType by @segments-tobias in https://github.com/segments-ai/segments-ai/pull/130
- Fix export format compatible dataset types check by @dbbert in https://github.com/segments-ai/segments-ai/pull/131
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.3.0...1.4.0
- Python
Published by dbbert over 2 years ago
segments-ai - 1.3.0
What's Changed
- Add labelinginactivitytimeout_seconds field to datasets by @dbbert in https://github.com/segments-ai/segments-ai/pull/128
- Fix/rotate-camera-inverse by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/129
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.2.1...1.3.0
- Python
Published by dbbert over 2 years ago
segments-ai - 1.2.1
What's Changed
- Add extension recommendations by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/123
- Check environment for SEGMENTS_DIR variable by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/124
- Update task type table by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/125
- Update label stats by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/126
- Catch out of memory error by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/127
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.2.0...1.2.1
- Python
Published by dbbert over 2 years ago
segments-ai - 1.2.0
What's Changed
- Add utils method to try out camera rotations by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/117
- Add util methods to docs by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/118
- Use enum values (strings) by default by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/119
- Throw NotFoundError for invalid page by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/120
- Allow integer as image/object attribute value by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/121
- Add
get_usermethod by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/122
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.1.5...1.2.0
- Python
Published by dbbert over 2 years ago
segments-ai - 1.1.5
What's Changed
- Fix image vector sequence bug by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/116
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.1.4...1.1.5
- Python
Published by segments-arnaud over 2 years ago
segments-ai - 1.1.4
What's Changed
- Revert reuse segmentation bitmap by @segments-tobias in https://github.com/segments-ai/segments-ai/pull/115
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.1.3...1.1.4
- Python
Published by segments-tobias over 2 years ago
segments-ai - 1.1.3
What's Changed
- Set pydantic version to 2.3.* by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/114
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.1.2...1.1.3
- Python
Published by segments-arnaud over 2 years ago
segments-ai - 1.1.2
What's Changed
- Optimize export_polygon by @segments-tobias in https://github.com/segments-ai/segments-ai/pull/112
- Add compress and writeascii options to arraytopcd and plyto_pcd by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/113
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.1.1...1.1.2
- Python
Published by segments-arnaud over 2 years ago
segments-ai - 1.1.1
What's Changed
- Fix update_label type hint by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/110
- Add skipped and reviewed label stats by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/111
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.1.0...1.1.1
- Python
Published by segments-arnaud over 2 years ago
segments-ai - 1.1.0
What's Changed
- Deprecate Python 3.7 and fix Flake 8 bug by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/109
- Add image vector sequence to yolo export method by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/106
- Make
DatasetuseCategorytype by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/107 - Fix type for skipped samples by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/108
- Fix bug in
array_to_pcdby @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/105
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.28...1.1.0
- Python
Published by dbbert over 2 years ago
segments-ai - 1.0.28
What's Changed
- Add version single source of truth by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/101
- Add
plytopcdmethod by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/102 - Add utils method to encode rgb by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/104
- Add
sample_pcdutils function by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/103
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.27...1.0.28
- Python
Published by dbbert over 2 years ago
segments-ai - 1.0.27
What's Changed
- Fix failing tests when there are two github actions running by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/91
- Update
get_labeldocs by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/93 - Add support for fetching dataset insights by @dbbert in https://github.com/segments-ai/segments-ai/pull/100
- Add custom x-source header to tag API requests as coming from the SDK by @dbbert in https://github.com/segments-ai/segments-ai/pull/99
- Add image sequence segmentation type by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/97
- Format docstrings by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/95
- Use enums instead of literals to support code completion by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/92
- Bump pydantic to v2 by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/94
- Add cuboid to segmentation utils function by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/96
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.26...1.0.27
- Python
Published by dbbert almost 3 years ago
segments-ai - 1.0.26
What's Changed
- Add multisensor specific point cloud cuboid and image vector types to docs by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/80
- Add support for metadata field to dataset by @dbbert in https://github.com/segments-ai/segments-ai/pull/81
- Set package major version to prevent breaking changes in a depency by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/87
- Clone to organization by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/89
- Test on ubuntu to speed up tests by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/90
- Expand tests to all types of datasets by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/78
- Add argument to get_sample() to get signed urls by @dbbert in https://github.com/segments-ai/segments-ai/pull/79
- Add support for opencv camera convention by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/82
- Make image row/col optional by @segments-tobias in https://github.com/segments-ai/segments-ai/pull/83
- Fix for edge case where segmentation_bitmap field exists but url is empty by @dbbert in https://github.com/segments-ai/segments-ai/pull/88
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.25...1.0.26
- Python
Published by dbbert almost 3 years ago
segments-ai - 1.0.25
What's Changed
- Fixes bug introduced in 1.0.24 by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/77
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.24...1.0.25
- Python
Published by dbbert almost 3 years ago
segments-ai - 1.0.24
What's Changed
- Add tests for bulk add samples endpoint by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/72
- Add support for multisensor datasets by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/73
- Add support for fisheye distortion by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/74
- Add support for new 'manager' role by @dbbert in https://github.com/segments-ai/segments-ai/pull/76
- Add pagination arguments to get_datasets() by @dbbert in https://github.com/segments-ai/segments-ai/pull/75
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.23...1.0.24
- Python
Published by dbbert almost 3 years ago
segments-ai - 1.0.23
What's Changed
- Fix bug in yolo export if images in dataset don't have same size. by @dbbert in https://github.com/segments-ai/segments-ai/commit/af173efad81573ea0bf32420b94cd979f5d368cb
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.22...1.0.23
- Python
Published by dbbert about 3 years ago
segments-ai - 1.0.22
What's Changed
- Allow number for timestamp by @segments-tobias in https://github.com/segments-ai/segments-ai/pull/67
- Catch key error. by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/70
- Catch unidentified image error. by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/71
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.21...1.0.22
- Python
Published by dbbert about 3 years ago
segments-ai - 1.0.21
What's Changed
- Add exception case (if you give "" as API key and use upload asset). by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/63
- Add inheritance of calibrated image to docs. by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/64
- Add is_mandatory to SDK. by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/65
- Fix typo. by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/66
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.20...1.0.21
- Python
Published by dbbert about 3 years ago
segments-ai - 1.0.20
What's Changed
- Add example to export_dataset. by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/52
- Fix typo and hyperlink. by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/53
- Add 3D cuboid rotation argument. by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/54
- Remove default pcd type. by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/55
- Clean up settings.json. by @segments-arnaud in https://github.com/segments-ai/segments-ai/pull/57
- Add fixed rotation type by @segments-tobias in https://github.com/segments-ai/segments-ai/pull/56
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.19...1.0.20
- Python
Published by dbbert over 3 years ago
segments-ai - 1.0.19
What's Changed
- Add list issues endpoint by @dbbert in https://github.com/segments-ai/segments-ai/pull/51
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.18...1.0.19
- Python
Published by dbbert over 3 years ago
segments-ai - 1.0.18
What's Changed
- Use segments orange color in a tqdm load bar. by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/48
- Improve
show_polygons()visualization by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/50 - Fix attributes bug. by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/49
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.17...1.0.18
- Python
Published by dbbert over 3 years ago
segments-ai - 1.0.17
What's Changed
- Fix API limit error. by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/42
- Change decorator and inner function name to something more specific (it's printed in the stacktrace when an exception happens). by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/43
- Remove constants by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/44
- Update hf integration to work with new huggingface_hub API. by @dbbert in https://github.com/segments-ai/segments-ai/pull/45
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.16...1.0.17
- Python
Published by dbbert over 3 years ago
segments-ai - 1.0.16
What's Changed
- Pydantic bugfix by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/41
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.15...1.0.16
- Python
Published by dbbert over 3 years ago
segments-ai - 1.0.15
What's Changed
- Fix timestamp type by @segments-tobias in https://github.com/segments-ai/segments-ai/pull/37
- Add extra and arbitrarytypesallowed description. by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/38
- Support datasets which contain both manually uploaded images and private S3 URLs by @dbbert in https://github.com/segments-ai/segments-ai/pull/39
- Add object-level attributes to polygon export format. by @dbbert in https://github.com/segments-ai/segments-ai/pull/40
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.14...1.0.15
- Python
Published by dbbert over 3 years ago
segments-ai - 1.0.14
What's Changed
- Fix wrong type coercion for pointcloud sequence segmentation and pointcloud sequence cuboids by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/30
- Add vector types to docs by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/31
- Remove duplicate doc fields by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/32
- Remove
disable_typecheckingoption by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/33 - Add exceptions by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/34
- Add missing fields by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/35
- Fix type of image-level attributes by @dbbert in https://github.com/segments-ai/segments-ai/pull/36
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.13...1.0.14
- Python
Published by dbbert over 3 years ago
segments-ai - 1.0.13
What's Changed
- Fix json serializable bug for union types. by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/27
- Update Sample type to include assignedlabeler and assignedreviewer fields by @dbbert in https://github.com/segments-ai/segments-ai/pull/29
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.12...1.0.13
- Python
Published by dbbert over 3 years ago
segments-ai - 1.0.12
What's Changed
- Add point cloud vector types. by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/21
- Fix json import. by @segments-arnout in https://github.com/segments-ai/segments-ai/pull/22
- Add option to enable save button. by @dbbert in https://github.com/segments-ai/segments-ai/pull/24
- Add option to enable constraint to keep same cuboid dimensions for the entire object track in point cloud cuboid datasets by @dbbert in https://github.com/segments-ai/segments-ai/pull/26
- Add option to assign a specific labeler and reviewer to a sample. by @dbbert in https://github.com/segments-ai/segments-ai/pull/25
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.0.11...1.0.12
- Python
Published by dbbert over 3 years ago
segments-ai -
- Add
labelsetfield toLabeltype - Fix wrong coercion bug
- Python
Published by dbbert over 3 years ago
segments-ai -
- Make object and image attribute values optional
- Python
Published by dbbert over 3 years ago
segments-ai - 1.0.7
- Add bitmap-to-polygon export option
- Python
Published by dbbert over 3 years ago
segments-ai - 1.0.6
- Add additional pointcloud types
- Add option to disable typechecking
- Allow extra fields in TaskAttributes
- Python
Published by dbbert almost 4 years ago
segments-ai - 1.0.4
- Allow custom categories
export_folderargument is no longer ignored when exporting to image formats.
- Python
Published by dbbert almost 4 years ago
segments-ai - 1.0.0
The most notable changes in v1.0 of the Python SDK compared to v0.x include:
- Added Python type hints and better auto-generated docs.
- Improved error handling: functions now raise proper exceptions.
- New functions for managing issues and collaborators.
You can upgrade to v1.0 with pip install —upgrade segments-ai. Please be mindful of following breaking changes:
- The client functions now return classes instead of dicts, so you should access properties using dot-based indexing (e.g.
dataset.description) instead of dict-based indexing (e.g.dataset[’description’]). - Functions now consistently raise exceptions, instead of sometimes silently failing with a print statement. You might want to handle these exceptions with a try-except block.
- Some legacy fields are no longer returned:
dataset.tasks,dataset.task_readme,dataset.data_type. - The default value of the
id_incrementargument inutils.export_dataset()andutils.get_semantic_bitmap()is changed from 1 to 0. - Python 3.6 and lower are no longer supported.
- Python
Published by dbbert almost 4 years ago