From f7ec0298b628a390adbc926886f65fd11f569c33 Mon Sep 17 00:00:00 2001 From: KorRyu3 <146335193+KorRyu3@users.noreply.github.com> Date: Thu, 1 Aug 2024 01:24:40 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20datasets=E9=96=A2=E9=80=A3=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datasets/.gitignore | 8 ++++ datasets/README.md | 56 ++++++++++++++++++++++++++ datasets/pineapple/README.dataset.txt | 6 +++ datasets/pineapple/README.roboflow.txt | 27 +++++++++++++ datasets/pineapple/data.yaml | 14 +++++++ datasets/sugarcane/README.dataset.txt | 6 +++ datasets/sugarcane/README.roboflow.txt | 27 +++++++++++++ datasets/sugarcane/data.yaml | 14 +++++++ 8 files changed, 158 insertions(+) create mode 100644 datasets/.gitignore create mode 100644 datasets/README.md create mode 100644 datasets/pineapple/README.dataset.txt create mode 100644 datasets/pineapple/README.roboflow.txt create mode 100644 datasets/pineapple/data.yaml create mode 100644 datasets/sugarcane/README.dataset.txt create mode 100644 datasets/sugarcane/README.roboflow.txt create mode 100644 datasets/sugarcane/data.yaml diff --git a/datasets/.gitignore b/datasets/.gitignore new file mode 100644 index 00000000..116719a0 --- /dev/null +++ b/datasets/.gitignore @@ -0,0 +1,8 @@ +# 全てのファイルを除外 +*/* + +# 例外 +!.gitignore +!README.md +!**/data.yaml +!**/README*.txt diff --git a/datasets/README.md b/datasets/README.md new file mode 100644 index 00000000..ad9705f2 --- /dev/null +++ b/datasets/README.md @@ -0,0 +1,56 @@ +# カスタムデータセット + +Roboflowというサービスを使用してデーターセットを作成しています。 + +学習や評価に使用するデータセットは、 + +- [サトウキビ](https://universe.roboflow.com/hoku/sugarcane-3vhxz/dataset/11) +- [パイナップル](https://universe.roboflow.com/hoku/pineapple-thsih/dataset/7) + +から`YOLO v8`形式でダウンロードし、下記を参考に`train`, `valid`, `test`を各ディレクトリに配置してください。 + +## ディレクトリ構造 + +```plaintext +datasets/ + .gitignore + README.md + sugarcane/ + data.yaml + README.dataset.txt + README.roboflow.txt + train/ + images/ + ... + labels/ + ... + valid/ + images/ + ... + labels/ + ... + test/ + images/ + ... + labels/ + ... + pineapple/ + data.yaml + README.dataset.txt + README.roboflow.txt + train/ + images/ + ... + labels/ + ... + valid/ + images/ + ... + labels/ + ... + test/ + images/ + ... + labels/ + ... +``` diff --git a/datasets/pineapple/README.dataset.txt b/datasets/pineapple/README.dataset.txt new file mode 100644 index 00000000..39eccf2d --- /dev/null +++ b/datasets/pineapple/README.dataset.txt @@ -0,0 +1,6 @@ +# Pineapple > 2023-07-19 9:57am +https://universe.roboflow.com/hoku/pineapple-thsih + +Provided by a Roboflow user +License: MIT + diff --git a/datasets/pineapple/README.roboflow.txt b/datasets/pineapple/README.roboflow.txt new file mode 100644 index 00000000..1e88fe1d --- /dev/null +++ b/datasets/pineapple/README.roboflow.txt @@ -0,0 +1,27 @@ + +Pineapple - v7 2023-07-19 9:57am +============================== + +This dataset was exported via roboflow.com on July 31, 2024 at 3:58 PM GMT + +Roboflow is an end-to-end computer vision platform that helps you +* collaborate with your team on computer vision projects +* collect & organize images +* understand and search unstructured image data +* annotate, and create datasets +* export, train, and deploy computer vision models +* use active learning to improve your dataset over time + +For state of the art Computer Vision training notebooks you can use with this dataset, +visit https://github.com/roboflow/notebooks + +To find over 100k other datasets and pre-trained models, visit https://universe.roboflow.com + +The dataset includes 619 images. +Pineapple are annotated in YOLOv8 format. + +The following pre-processing was applied to each image: + +No image augmentation techniques were applied. + + diff --git a/datasets/pineapple/data.yaml b/datasets/pineapple/data.yaml new file mode 100644 index 00000000..9860cb24 --- /dev/null +++ b/datasets/pineapple/data.yaml @@ -0,0 +1,14 @@ +path: datasets/sugarcane # dataset root dir +train: train/images +val: valid/images +test: test/images + +nc: 2 +names: ['pineapple', 'weed'] + +roboflow: + workspace: hoku + project: pineapple-thsih + version: 7 + license: MIT + url: https://universe.roboflow.com/hoku/pineapple-thsih/dataset/7 diff --git a/datasets/sugarcane/README.dataset.txt b/datasets/sugarcane/README.dataset.txt new file mode 100644 index 00000000..beaa3ab7 --- /dev/null +++ b/datasets/sugarcane/README.dataset.txt @@ -0,0 +1,6 @@ +# sugarcane > 2023-07-19 9:58am +https://universe.roboflow.com/hoku/sugarcane-3vhxz + +Provided by a Roboflow user +License: CC BY 4.0 + diff --git a/datasets/sugarcane/README.roboflow.txt b/datasets/sugarcane/README.roboflow.txt new file mode 100644 index 00000000..2a8c9dc2 --- /dev/null +++ b/datasets/sugarcane/README.roboflow.txt @@ -0,0 +1,27 @@ + +sugarcane - v11 2023-07-19 9:58am +============================== + +This dataset was exported via roboflow.com on July 9, 2024 at 5:16 AM GMT + +Roboflow is an end-to-end computer vision platform that helps you +* collaborate with your team on computer vision projects +* collect & organize images +* understand and search unstructured image data +* annotate, and create datasets +* export, train, and deploy computer vision models +* use active learning to improve your dataset over time + +For state of the art Computer Vision training notebooks you can use with this dataset, +visit https://github.com/roboflow/notebooks + +To find over 100k other datasets and pre-trained models, visit https://universe.roboflow.com + +The dataset includes 811 images. +Sugarcane are annotated in YOLOv8 format. + +The following pre-processing was applied to each image: + +No image augmentation techniques were applied. + + diff --git a/datasets/sugarcane/data.yaml b/datasets/sugarcane/data.yaml new file mode 100644 index 00000000..a82f2cb1 --- /dev/null +++ b/datasets/sugarcane/data.yaml @@ -0,0 +1,14 @@ +path: datasets/sugarcane # dataset root dir +train: train/images +val: valid/images +test: test/images + +nc: 2 +names: ['sugarcane', 'weed'] + +roboflow: + workspace: hoku + project: sugarcane-3vhxz + version: 11 + license: CC BY 4.0 + url: https://universe.roboflow.com/hoku/sugarcane-3vhxz/dataset/11