senthilsk commited on
Commit
03ae44b
1 Parent(s): a863317

dataset uploaded by roboflow2huggingface package

Browse files
README.dataset.txt CHANGED
@@ -1,5 +1,5 @@
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
 
1
+ # detr_crack_dataset > 2024-01-09 9:29am
2
+ https://universe.roboflow.com/objectdetection-qxiqx/detr_crack_dataset
3
 
4
  Provided by a Roboflow user
5
  License: CC BY 4.0
README.md CHANGED
@@ -14,14 +14,14 @@ tags:
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
 
@@ -43,22 +43,22 @@ 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
 
@@ -66,22 +66,25 @@ example = ds['train'][0]
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
 
 
14
  ### Dataset Labels
15
 
16
  ```
17
+ ['crack', 'mold', 'peeling_paint', 'stairstep_crack', 'water_seepage']
18
  ```
19
 
20
 
21
  ### Number of Images
22
 
23
  ```json
24
+ {'valid': 462, 'test': 225, 'train': 2263}
25
  ```
26
 
27
 
 
43
  ```
44
 
45
  ### Roboflow Dataset Page
46
+ [https://universe.roboflow.com/objectdetection-qxiqx/detr_crack_dataset/dataset/1](https://universe.roboflow.com/objectdetection-qxiqx/detr_crack_dataset/dataset/1?ref=roboflow2huggingface)
47
 
48
  ### Citation
49
 
50
  ```
51
+ @misc{ detr_crack_dataset_dataset,
52
+ title = { detr_crack_dataset Dataset },
53
  type = { Open Source Dataset },
54
+ author = { objectdetection },
55
+ howpublished = { \\url{ https://universe.roboflow.com/objectdetection-qxiqx/detr_crack_dataset } },
56
+ url = { https://universe.roboflow.com/objectdetection-qxiqx/detr_crack_dataset },
57
  journal = { Roboflow Universe },
58
  publisher = { Roboflow },
59
+ year = { 2024 },
60
+ month = { jan },
61
+ note = { visited on 2024-01-09 },
62
  }
63
  ```
64
 
 
66
  CC BY 4.0
67
 
68
  ### Dataset Summary
69
+ This dataset was exported via roboflow.com on January 9, 2024 at 4:01 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 and search 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
+ For state of the art Computer Vision training notebooks you can use with this dataset,
80
+ visit https://github.com/roboflow/notebooks
81
+
82
+ To find over 100k other datasets and pre-trained models, visit https://universe.roboflow.com
83
+
84
+ The dataset includes 2950 images.
85
+ Cracks-AX10-cracks are annotated in COCO format.
86
 
87
  The following pre-processing was applied to each image:
 
 
88
 
89
  No image augmentation techniques were applied.
90
 
README.roboflow.txt CHANGED
@@ -1,23 +1,26 @@
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
 
 
1
 
2
+ detr_crack_dataset - v1 2024-01-09 9:29am
3
  ==============================
4
 
5
+ This dataset was exported via roboflow.com on January 9, 2024 at 4:01 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 and search 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
+ For state of the art Computer Vision training notebooks you can use with this dataset,
16
+ visit https://github.com/roboflow/notebooks
17
+
18
+ To find over 100k other datasets and pre-trained models, visit https://universe.roboflow.com
19
+
20
+ The dataset includes 2950 images.
21
+ Cracks-AX10-cracks are annotated in COCO format.
22
 
23
  The following pre-processing was applied to each image:
 
 
24
 
25
  No image augmentation techniques were applied.
26
 
crack_detection_dataset.py CHANGED
@@ -5,23 +5,23 @@ import os
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
 
 
5
  import datasets
6
 
7
 
8
+ _HOMEPAGE = "https://universe.roboflow.com/objectdetection-qxiqx/detr_crack_dataset/dataset/1"
9
  _LICENSE = "CC BY 4.0"
10
  _CITATION = """\
11
+ @misc{ detr_crack_dataset_dataset,
12
+ title = { detr_crack_dataset Dataset },
13
  type = { Open Source Dataset },
14
+ author = { objectdetection },
15
+ howpublished = { \\url{ https://universe.roboflow.com/objectdetection-qxiqx/detr_crack_dataset } },
16
+ url = { https://universe.roboflow.com/objectdetection-qxiqx/detr_crack_dataset },
17
  journal = { Roboflow Universe },
18
  publisher = { Roboflow },
19
+ year = { 2024 },
20
+ month = { jan },
21
+ note = { visited on 2024-01-09 },
22
  }
23
  """
24
+ _CATEGORIES = ['crack', 'mold', 'peeling_paint', 'stairstep_crack', 'water_seepage']
25
  _ANNOTATION_FILENAME = "_annotations.coco.json"
26
 
27
 
data/test.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69d68ebaee650469cfb778c395be5f05a5fce100573314e5de0317ac4127481e
3
- size 1513365
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ec1700b752198802dc7afb140624a4eaf9675e650e567abdb767ea52bf7ebac
3
+ size 2432244
data/train.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88468ea9c546da296b78380a63dbf5db5d36a8c387bf664d81a68cd4d8da0bc8
3
- size 10576653
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72c60778cde07e64164647266ace5c34175d76d7852922c7357ee72aa0bcb5ca
3
+ size 39615865
data/valid-mini.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb64e99c6ec0e30591829c2a9a256015dc2fcd36f60d666d9e8736900393b145
3
- size 22388
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31e9541182bae1540d68fa06edb4f78861bc8fa1c512988998e74267a3017054
3
+ size 40506
data/valid.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:19ac4f38bd6cee341edadd26fb39ed2659842305404263081be114e380771172
3
- size 2961838
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff43e804539ba8cc42ab1bb5fcf81e3f53d2b375798cfb3176cc6469de01216e
3
+ size 4088572
split_name_to_num_samples.json CHANGED
@@ -1 +1 @@
1
- {"valid": 477, "test": 244, "train": 1673}
 
1
+ {"valid": 462, "test": 225, "train": 2263}
thumbnail.jpg CHANGED

Git LFS Details

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

Git LFS Details

  • SHA256: 12aac759d86f6e4556a030cf0511130fbf8604d9f75f1e560c1beb32cff5e632
  • Pointer size: 130 Bytes
  • Size of remote file: 94.3 kB