senthilsk commited on
Commit
a863317
1 Parent(s): fedc3b4

dataset uploaded by roboflow2huggingface package

Browse files
README.dataset.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # crack detection > 2022-06-28 7:24pm
2
+ https://universe.roboflow.com/crack-7rsjb/crack-detection-ol3yi
3
+
4
+ Provided by a Roboflow user
5
+ License: CC BY 4.0
6
+
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - object-detection
4
+ tags:
5
+ - roboflow
6
+ - roboflow2huggingface
7
+
8
+ ---
9
+
10
+ <div align="center">
11
+ <img width="640" alt="senthilsk/crack_detection_dataset" src="https://huggingface.co/datasets/senthilsk/crack_detection_dataset/resolve/main/thumbnail.jpg">
12
+ </div>
13
+
14
+ ### Dataset Labels
15
+
16
+ ```
17
+ ['crack']
18
+ ```
19
+
20
+
21
+ ### Number of Images
22
+
23
+ ```json
24
+ {'valid': 477, 'test': 244, 'train': 1673}
25
+ ```
26
+
27
+
28
+ ### How to Use
29
+
30
+ - Install [datasets](https://pypi.org/project/datasets/):
31
+
32
+ ```bash
33
+ pip install datasets
34
+ ```
35
+
36
+ - Load the dataset:
37
+
38
+ ```python
39
+ from datasets import load_dataset
40
+
41
+ ds = load_dataset("senthilsk/crack_detection_dataset", name="full")
42
+ example = ds['train'][0]
43
+ ```
44
+
45
+ ### Roboflow Dataset Page
46
+ [https://universe.roboflow.com/crack-7rsjb/crack-detection-ol3yi/dataset/1](https://universe.roboflow.com/crack-7rsjb/crack-detection-ol3yi/dataset/1?ref=roboflow2huggingface)
47
+
48
+ ### Citation
49
+
50
+ ```
51
+ @misc{ crack-detection-ol3yi_dataset,
52
+ title = { crack detection Dataset },
53
+ type = { Open Source Dataset },
54
+ author = { crack },
55
+ howpublished = { \\url{ https://universe.roboflow.com/crack-7rsjb/crack-detection-ol3yi } },
56
+ url = { https://universe.roboflow.com/crack-7rsjb/crack-detection-ol3yi },
57
+ journal = { Roboflow Universe },
58
+ publisher = { Roboflow },
59
+ year = { 2022 },
60
+ month = { jun },
61
+ note = { visited on 2024-01-08 },
62
+ }
63
+ ```
64
+
65
+ ### License
66
+ CC BY 4.0
67
+
68
+ ### Dataset Summary
69
+ This dataset was exported via roboflow.com on October 29, 2022 at 1:20 AM GMT
70
+
71
+ Roboflow is an end-to-end computer vision platform that helps you
72
+ * collaborate with your team on computer vision projects
73
+ * collect & organize images
74
+ * understand unstructured image data
75
+ * annotate, and create datasets
76
+ * export, train, and deploy computer vision models
77
+ * use active learning to improve your dataset over time
78
+
79
+ It includes 2394 images.
80
+ Crack are annotated in COCO format.
81
+
82
+ The following pre-processing was applied to each image:
83
+ * Auto-orientation of pixel data (with EXIF-orientation stripping)
84
+ * Resize to 200x200 (Stretch)
85
+
86
+ No image augmentation techniques were applied.
87
+
88
+
89
+
README.roboflow.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ crack detection - v1 2022-06-28 7:24pm
3
+ ==============================
4
+
5
+ This dataset was exported via roboflow.com on October 29, 2022 at 1:20 AM GMT
6
+
7
+ Roboflow is an end-to-end computer vision platform that helps you
8
+ * collaborate with your team on computer vision projects
9
+ * collect & organize images
10
+ * understand unstructured image data
11
+ * annotate, and create datasets
12
+ * export, train, and deploy computer vision models
13
+ * use active learning to improve your dataset over time
14
+
15
+ It includes 2394 images.
16
+ Crack are annotated in COCO format.
17
+
18
+ The following pre-processing was applied to each image:
19
+ * Auto-orientation of pixel data (with EXIF-orientation stripping)
20
+ * Resize to 200x200 (Stretch)
21
+
22
+ No image augmentation techniques were applied.
23
+
24
+
crack_detection_dataset.py ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import collections
2
+ import json
3
+ import os
4
+
5
+ import datasets
6
+
7
+
8
+ _HOMEPAGE = "https://universe.roboflow.com/crack-7rsjb/crack-detection-ol3yi/dataset/1"
9
+ _LICENSE = "CC BY 4.0"
10
+ _CITATION = """\
11
+ @misc{ crack-detection-ol3yi_dataset,
12
+ title = { crack detection Dataset },
13
+ type = { Open Source Dataset },
14
+ author = { crack },
15
+ howpublished = { \\url{ https://universe.roboflow.com/crack-7rsjb/crack-detection-ol3yi } },
16
+ url = { https://universe.roboflow.com/crack-7rsjb/crack-detection-ol3yi },
17
+ journal = { Roboflow Universe },
18
+ publisher = { Roboflow },
19
+ year = { 2022 },
20
+ month = { jun },
21
+ note = { visited on 2024-01-08 },
22
+ }
23
+ """
24
+ _CATEGORIES = ['crack']
25
+ _ANNOTATION_FILENAME = "_annotations.coco.json"
26
+
27
+
28
+ class CRACK_DETECTION_DATASETConfig(datasets.BuilderConfig):
29
+ """Builder Config for crack_detection_dataset"""
30
+
31
+ def __init__(self, data_urls, **kwargs):
32
+ """
33
+ BuilderConfig for crack_detection_dataset.
34
+
35
+ Args:
36
+ data_urls: `dict`, name to url to download the zip file from.
37
+ **kwargs: keyword arguments forwarded to super.
38
+ """
39
+ super(CRACK_DETECTION_DATASETConfig, self).__init__(version=datasets.Version("1.0.0"), **kwargs)
40
+ self.data_urls = data_urls
41
+
42
+
43
+ class CRACK_DETECTION_DATASET(datasets.GeneratorBasedBuilder):
44
+ """crack_detection_dataset object detection dataset"""
45
+
46
+ VERSION = datasets.Version("1.0.0")
47
+ BUILDER_CONFIGS = [
48
+ CRACK_DETECTION_DATASETConfig(
49
+ name="full",
50
+ description="Full version of crack_detection_dataset dataset.",
51
+ data_urls={
52
+ "train": "https://huggingface.co/datasets/senthilsk/crack_detection_dataset/resolve/main/data/train.zip",
53
+ "validation": "https://huggingface.co/datasets/senthilsk/crack_detection_dataset/resolve/main/data/valid.zip",
54
+ "test": "https://huggingface.co/datasets/senthilsk/crack_detection_dataset/resolve/main/data/test.zip",
55
+ },
56
+ ),
57
+ CRACK_DETECTION_DATASETConfig(
58
+ name="mini",
59
+ description="Mini version of crack_detection_dataset dataset.",
60
+ data_urls={
61
+ "train": "https://huggingface.co/datasets/senthilsk/crack_detection_dataset/resolve/main/data/valid-mini.zip",
62
+ "validation": "https://huggingface.co/datasets/senthilsk/crack_detection_dataset/resolve/main/data/valid-mini.zip",
63
+ "test": "https://huggingface.co/datasets/senthilsk/crack_detection_dataset/resolve/main/data/valid-mini.zip",
64
+ },
65
+ )
66
+ ]
67
+
68
+ def _info(self):
69
+ features = datasets.Features(
70
+ {
71
+ "image_id": datasets.Value("int64"),
72
+ "image": datasets.Image(),
73
+ "width": datasets.Value("int32"),
74
+ "height": datasets.Value("int32"),
75
+ "objects": datasets.Sequence(
76
+ {
77
+ "id": datasets.Value("int64"),
78
+ "area": datasets.Value("int64"),
79
+ "bbox": datasets.Sequence(datasets.Value("float32"), length=4),
80
+ "category": datasets.ClassLabel(names=_CATEGORIES),
81
+ }
82
+ ),
83
+ }
84
+ )
85
+ return datasets.DatasetInfo(
86
+ features=features,
87
+ homepage=_HOMEPAGE,
88
+ citation=_CITATION,
89
+ license=_LICENSE,
90
+ )
91
+
92
+ def _split_generators(self, dl_manager):
93
+ data_files = dl_manager.download_and_extract(self.config.data_urls)
94
+ return [
95
+ datasets.SplitGenerator(
96
+ name=datasets.Split.TRAIN,
97
+ gen_kwargs={
98
+ "folder_dir": data_files["train"],
99
+ },
100
+ ),
101
+ datasets.SplitGenerator(
102
+ name=datasets.Split.VALIDATION,
103
+ gen_kwargs={
104
+ "folder_dir": data_files["validation"],
105
+ },
106
+ ),
107
+ datasets.SplitGenerator(
108
+ name=datasets.Split.TEST,
109
+ gen_kwargs={
110
+ "folder_dir": data_files["test"],
111
+ },
112
+ ),
113
+ ]
114
+
115
+ def _generate_examples(self, folder_dir):
116
+ def process_annot(annot, category_id_to_category):
117
+ return {
118
+ "id": annot["id"],
119
+ "area": annot["area"],
120
+ "bbox": annot["bbox"],
121
+ "category": category_id_to_category[annot["category_id"]],
122
+ }
123
+
124
+ image_id_to_image = {}
125
+ idx = 0
126
+
127
+ annotation_filepath = os.path.join(folder_dir, _ANNOTATION_FILENAME)
128
+ with open(annotation_filepath, "r") as f:
129
+ annotations = json.load(f)
130
+ category_id_to_category = {category["id"]: category["name"] for category in annotations["categories"]}
131
+ image_id_to_annotations = collections.defaultdict(list)
132
+ for annot in annotations["annotations"]:
133
+ image_id_to_annotations[annot["image_id"]].append(annot)
134
+ filename_to_image = {image["file_name"]: image for image in annotations["images"]}
135
+
136
+ for filename in os.listdir(folder_dir):
137
+ filepath = os.path.join(folder_dir, filename)
138
+ if filename in filename_to_image:
139
+ image = filename_to_image[filename]
140
+ objects = [
141
+ process_annot(annot, category_id_to_category) for annot in image_id_to_annotations[image["id"]]
142
+ ]
143
+ with open(filepath, "rb") as f:
144
+ image_bytes = f.read()
145
+ yield idx, {
146
+ "image_id": image["id"],
147
+ "image": {"path": filepath, "bytes": image_bytes},
148
+ "width": image["width"],
149
+ "height": image["height"],
150
+ "objects": objects,
151
+ }
152
+ idx += 1
data/test.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69d68ebaee650469cfb778c395be5f05a5fce100573314e5de0317ac4127481e
3
+ size 1513365
data/train.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88468ea9c546da296b78380a63dbf5db5d36a8c387bf664d81a68cd4d8da0bc8
3
+ size 10576653
data/valid-mini.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb64e99c6ec0e30591829c2a9a256015dc2fcd36f60d666d9e8736900393b145
3
+ size 22388
data/valid.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19ac4f38bd6cee341edadd26fb39ed2659842305404263081be114e380771172
3
+ size 2961838
split_name_to_num_samples.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": 477, "test": 244, "train": 1673}
thumbnail.jpg ADDED

Git LFS Details

  • SHA256: 070c7c11af65ed666114e7ed8866e74d9cce095eb223e976227ec69f0a2d4665
  • Pointer size: 131 Bytes
  • Size of remote file: 106 kB