feat: dataset objects api #180
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要
データセットをPython SDKから登録できる - dataset_objects
https://github.com/fastlabel/roadmap/issues/2
関連
https://github.com/fastlabel/fastlabel-application/pull/4376
テスト
Create
正常 - タグ_2件、アノテーション_セグメンテーション
create_dataset_object.txt
response.txt
※ 左から二つ目と同じアノテーションを付与
正常 - タグ_2件、アノテーション_矩形
※ 一番左と同じアノテーション付与
異常 - タグ_文字数超過
異常 - タグ_件数超過
異常 - アノテーション_件数超過
異常 - アノテーション_クラスなし
異常 - アノテーション属性_キーなし
異常 - アノテーション属性_値なし
異常 - アノテーション属性_セレクトオプションなし
異常 - アノテーションキーポイント_キーなし
Get
正常 - バージョン
正常 - バージョン_なし
正常 - タグ
[{'annotations': [{'attributes': [{'key': 'switch', 'name': 'switch', 'type': 'switch', 'value': '1'}, {'key': 'select', 'name': 'select', 'type': 'select', 'value': 'select2'}, {'key': 'text', 'name': 'text', 'type': 'text', 'value': 'value'}], 'color': '#0033CC', 'confidenceScore': -1, 'id': '2fd68be5-0f88-4074-9ef6-b9c99209b332', 'keypoints': [{'edges': ['key1', 'key3'], 'key': 'key2', 'name': 'key2', 'value': [1095.19, 1015.51, 1]}, {'edges': ['key1', 'key2'], 'key': 'key3', 'name': 'key3', 'value': [1317.46, 723.26, 1]}, {'edges': ['key2', 'key3'], 'key': 'key1', 'name': 'key1', 'value': [1074.6, 653.29, 1]}], 'points': [835.87, 476.29, 1461.52, 1398.31], 'rotation': 0, 'title': 'class1', 'type': 'bbox', 'value': 'class1'}, {'attributes': [{'key': 'select', 'name': 'select', 'type': 'select', 'value': 'select2'}, {'key': 'switch', 'name': 'switch', 'type': 'switch', 'value': '0'}], 'color': '#0033CC', 'confidenceScore': -1, 'id': 'f897852a-7d87-4089-98e1-7ade28b24410', 'keypoints': [{'edges': ['key2', 'key3'], 'key': 'key1', 'name': 'key1', 'value': [3219.11, 731.5, 1]}, {'edges': ['key1', 'key2'], 'key': 'key3', 'name': 'key3', 'value': []}, {'edges': ['key1', 'key3'], 'key': 'key2', 'name': 'key2', 'value': []}], 'points': [2815.73, 640.94, 3766.56, 1353.03], 'rotation': 0, 'title': 'class1', 'type': 'bbox', 'value': 'class1'}, {'attributes': [{'key': 'check', 'name': 'check', 'type': 'checkbox', 'value': ['check1', 'check2']}], 'color': '#FF0000', 'confidenceScore': -1, 'id': 'fc7b50f4-4c98-4557-b909-a405a939e6b8', 'keypoints': [], 'points': [1494.45, 1830.5, 2799.27, 2814.26], 'rotation': 0, 'title': 'class2', 'type': 'bbox', 'value': 'class2'}], 'createdAt': '2023-09-11T01:40:37.809Z', 'height': 3200, 'id': 'f33c6230-eac5-4813-8987-10e3eac44a1a', 'name': '01_寄りかかり_01_屋内_1F_2.5m_カメラB_モデルA_DSC01562.JPG', 'size': 1035249, 'tags': ['cat', 'dog'], 'updatedAt': '2023-09-11T01:40:37.809Z', 'width': 4800}]正常 - タグ_なし
Find
{'annotations': [{'attributes': [{'key': 'switch', 'name': 'switch', 'type': 'switch', 'value': '1'}, {'key': 'select', 'name': 'select', 'type': 'select', 'value': 'select2'}, {'key': 'text', 'name': 'text', 'type': 'text', 'value': 'value'}], 'color': '#0033CC', 'confidenceScore': -1, 'id': '2fd68be5-0f88-4074-9ef6-b9c99209b332', 'keypoints': [{'edges': ['key1', 'key3'], 'key': 'key2', 'name': 'key2', 'value': [1095.19, 1015.51, 1]}, {'edges': ['key1', 'key2'], 'key': 'key3', 'name': 'key3', 'value': [1317.46, 723.26, 1]}, {'edges': ['key2', 'key3'], 'key': 'key1', 'name': 'key1', 'value': [1074.6, 653.29, 1]}], 'points': [835.87, 476.29, 1461.52, 1398.31], 'rotation': 0, 'title': 'class1', 'type': 'bbox', 'value': 'class1'}, {'attributes': [{'key': 'select', 'name': 'select', 'type': 'select', 'value': 'select2'}, {'key': 'switch', 'name': 'switch', 'type': 'switch', 'value': '0'}], 'color': '#0033CC', 'confidenceScore': -1, 'id': 'f897852a-7d87-4089-98e1-7ade28b24410', 'keypoints': [{'edges': ['key2', 'key3'], 'key': 'key1', 'name': 'key1', 'value': [3219.11, 731.5, 1]}, {'edges': ['key1', 'key2'], 'key': 'key3', 'name': 'key3', 'value': []}, {'edges': ['key1', 'key3'], 'key': 'key2', 'name': 'key2', 'value': []}], 'points': [2815.73, 640.94, 3766.56, 1353.03], 'rotation': 0, 'title': 'class1', 'type': 'bbox', 'value': 'class1'}, {'attributes': [{'key': 'check', 'name': 'check', 'type': 'checkbox', 'value': ['check1', 'check2']}], 'color': '#FF0000', 'confidenceScore': -1, 'id': 'fc7b50f4-4c98-4557-b909-a405a939e6b8', 'keypoints': [], 'points': [1494.45, 1830.5, 2799.27, 2814.26], 'rotation': 0, 'title': 'class2', 'type': 'bbox', 'value': 'class2'}], 'createdAt': '2023-09-11T01:40:37.809Z', 'height': 3200, 'id': 'f33c6230-eac5-4813-8987-10e3eac44a1a', 'name': '01_寄りかかり_01_屋内_1F_2.5m_カメラB_モデルA_DSC01562.JPG', 'size': 1035249, 'tags': ['cat', 'dog'], 'updatedAt': '2023-09-11T01:40:37.809Z', 'width': 4800}Delete
↓