From 0c6212704f60eec52369db0cbd04981091df1872 Mon Sep 17 00:00:00 2001 From: yuji38kwmt Date: Thu, 19 Sep 2024 10:29:32 +0900 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E8=A8=98=E3=82=92=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=20(#1268)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/command_reference/comment/put_inspection.rst | 10 +++++----- .../comment/put_inspection_simply.rst | 6 ++++++ docs/command_reference/comment/put_onhold.rst | 7 +++++++ docs/command_reference/comment/put_onhold_simply.rst | 5 +++++ 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/docs/command_reference/comment/put_inspection.rst b/docs/command_reference/comment/put_inspection.rst index 0cd07a807..88f061f37 100644 --- a/docs/command_reference/comment/put_inspection.rst +++ b/docs/command_reference/comment/put_inspection.rst @@ -6,6 +6,10 @@ Description ================================= 検査コメントを付与します。 +.. note:: + + タスクが教師付けフェーズのときは、検査コメントを付与できません。検査コメントを付与するには、タスクのフェーズを「検査」または「受入」にする必要があります。 + Examples ================================= @@ -40,11 +44,7 @@ Examples "annotation_id": "foo", "phrases": ["A1"] } - ], - "input_data2":[] - }, - "task2": { - "input_data3":[] + ] } } diff --git a/docs/command_reference/comment/put_inspection_simply.rst b/docs/command_reference/comment/put_inspection_simply.rst index 376c5617c..7c2dd057e 100644 --- a/docs/command_reference/comment/put_inspection_simply.rst +++ b/docs/command_reference/comment/put_inspection_simply.rst @@ -7,6 +7,12 @@ Description ``comment put_inspection`` コマンドよりも、簡単に検査コメントを付与できます。 +.. note:: + + タスクが教師付けフェーズのときは、検査コメントを付与できません。検査コメントを付与するには、タスクのフェーズを「検査」または「受入」にする必要があります。 + + + Examples ================================= diff --git a/docs/command_reference/comment/put_onhold.rst b/docs/command_reference/comment/put_onhold.rst index 83ca9278c..b376aab89 100644 --- a/docs/command_reference/comment/put_onhold.rst +++ b/docs/command_reference/comment/put_onhold.rst @@ -7,6 +7,13 @@ Description 保留コメントを付与します。 +.. note:: + + 2024年9月現在、保留コメントは画像エディタ画面でしか利用できません。動画エディタ画面、3次元エディタ画面では保留コメントを利用できません。 + + + + Examples ================================= diff --git a/docs/command_reference/comment/put_onhold_simply.rst b/docs/command_reference/comment/put_onhold_simply.rst index 15d7b5c62..2b79cfd52 100644 --- a/docs/command_reference/comment/put_onhold_simply.rst +++ b/docs/command_reference/comment/put_onhold_simply.rst @@ -6,6 +6,11 @@ Description ================================= ``comment put_onhold`` コマンドよりも、簡単に保留コメントを付与できます。 +.. note:: + + 2024年9月現在、保留コメントは画像エディタ画面でしか利用できません。動画エディタ画面、3次元エディタ画面では保留コメントを利用できません。 + + Examples =================================