From bf7f68ffdb6694746eed301f6b96a64af041aace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Zeren?= Date: Tue, 3 Sep 2024 13:22:30 +0300 Subject: [PATCH] chore: add example label tool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Barış Zeren --- docs/datasets/data-anonymization/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/datasets/data-anonymization/index.md b/docs/datasets/data-anonymization/index.md index 5e0f1cdf42d..4043c82a662 100644 --- a/docs/datasets/data-anonymization/index.md +++ b/docs/datasets/data-anonymization/index.md @@ -202,6 +202,10 @@ python3 main.py config/yolo_create_dataset.yaml --yolo_create_dataset #### Step 2: Manually Label the Missing Labels The dataset which is created in the first step has some missing labels. You should label the missing labels manually. +You can use the following example tools to label the missing labels: + +- [label-studio](https://github.com/HumanSignal/label-studio) +- [Roboflow](https://roboflow.com/) (You can use the free version) #### Step 3: Split the Dataset