MithatGuner commited on
Commit
8cf0fda
1 Parent(s): b9af16b

dataset uploaded by roboflow2huggingface package

Browse files
README.dataset.txt CHANGED
@@ -1,5 +1,5 @@
1
- # Circut-Component-database > 2023-05-21 3:18pm
2
- https://universe.roboflow.com/ant-snpik/circut-component-database
3
 
4
  Provided by a Roboflow user
5
  License: CC BY 4.0
 
1
+ # ResistorDataset > 2021-11-02 9:05pm
2
+ https://universe.roboflow.com/harish-madhavan/resistordataset
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
- ['elec_capacitor', 'ic_chip', 'capacitor', 'green_led', 'red_led', 'resistor', 'resistor symbol', 'transistor', 'yellow_led']
18
  ```
19
 
20
 
21
  ### Number of Images
22
 
23
  ```json
24
- {'valid': 214, 'test': 118, 'train': 1428}
25
  ```
26
 
27
 
@@ -43,22 +43,22 @@ example = ds['train'][0]
43
  ```
44
 
45
  ### Roboflow Dataset Page
46
- [https://universe.roboflow.com/ant-snpik/circut-component-database/dataset/1](https://universe.roboflow.com/ant-snpik/circut-component-database/dataset/1?ref=roboflow2huggingface)
47
 
48
  ### Citation
49
 
50
  ```
51
  @misc{
52
- circut-component-database_dataset,
53
- title = { Circut-Component-database Dataset },
54
  type = { Open Source Dataset },
55
- author = { Ant },
56
- howpublished = { \\url{ https://universe.roboflow.com/ant-snpik/circut-component-database } },
57
- url = { https://universe.roboflow.com/ant-snpik/circut-component-database },
58
  journal = { Roboflow Universe },
59
  publisher = { Roboflow },
60
- year = { 2023 },
61
- month = { may },
62
  note = { visited on 2024-07-16 },
63
  }
64
  ```
@@ -67,27 +67,35 @@ example = ds['train'][0]
67
  CC BY 4.0
68
 
69
  ### Dataset Summary
70
- This dataset was exported via roboflow.com on October 15, 2023 at 2:22 PM GMT
71
 
72
  Roboflow is an end-to-end computer vision platform that helps you
73
  * collaborate with your team on computer vision projects
74
  * collect & organize images
75
- * understand and search unstructured image data
76
  * annotate, and create datasets
77
  * export, train, and deploy computer vision models
78
  * use active learning to improve your dataset over time
79
 
80
- For state of the art Computer Vision training notebooks you can use with this dataset,
81
- visit https://github.com/roboflow/notebooks
82
-
83
- To find over 100k other datasets and pre-trained models, visit https://universe.roboflow.com
84
-
85
- The dataset includes 1760 images.
86
- Circut-Component-database are annotated in COCO format.
87
 
88
  The following pre-processing was applied to each image:
89
-
90
- No image augmentation techniques were applied.
 
 
 
 
 
 
 
 
 
 
 
 
 
91
 
92
 
93
 
 
14
  ### Dataset Labels
15
 
16
  ```
17
+ ['resistor']
18
  ```
19
 
20
 
21
  ### Number of Images
22
 
23
  ```json
24
+ {'valid': 6, 'test': 3, 'train': 126}
25
  ```
26
 
27
 
 
43
  ```
44
 
45
  ### Roboflow Dataset Page
46
+ [https://universe.roboflow.com/harish-madhavan/resistordataset/dataset/1](https://universe.roboflow.com/harish-madhavan/resistordataset/dataset/1?ref=roboflow2huggingface)
47
 
48
  ### Citation
49
 
50
  ```
51
  @misc{
52
+ resistordataset_dataset,
53
+ title = { ResistorDataset Dataset },
54
  type = { Open Source Dataset },
55
+ author = { Harish Madhavan },
56
+ howpublished = { \\url{ https://universe.roboflow.com/harish-madhavan/resistordataset } },
57
+ url = { https://universe.roboflow.com/harish-madhavan/resistordataset },
58
  journal = { Roboflow Universe },
59
  publisher = { Roboflow },
60
+ year = { 2022 },
61
+ month = { sep },
62
  note = { visited on 2024-07-16 },
63
  }
64
  ```
 
67
  CC BY 4.0
68
 
69
  ### Dataset Summary
70
+ This dataset was exported via roboflow.com on December 7, 2022 at 8:42 AM GMT
71
 
72
  Roboflow is an end-to-end computer vision platform that helps you
73
  * collaborate with your team on computer vision projects
74
  * collect & organize images
75
+ * understand unstructured image data
76
  * annotate, and create datasets
77
  * export, train, and deploy computer vision models
78
  * use active learning to improve your dataset over time
79
 
80
+ It includes 135 images.
81
+ Resistor are annotated in COCO format.
 
 
 
 
 
82
 
83
  The following pre-processing was applied to each image:
84
+ * Auto-orientation of pixel data (with EXIF-orientation stripping)
85
+ * Resize to 416x416 (Stretch)
86
+ * Auto-contrast via adaptive equalization
87
+
88
+ The following augmentation was applied to create 3 versions of each source image:
89
+ * 50% probability of horizontal flip
90
+ * 50% probability of vertical flip
91
+
92
+ The following transformations were applied to the bounding boxes of each image:
93
+ * 50% probability of horizontal flip
94
+ * 50% probability of vertical flip
95
+ * Equal probability of one of the following 90-degree rotations: none, clockwise, counter-clockwise, upside-down
96
+ * Randomly crop between 0 and 20 percent of the bounding box
97
+ * Random brigthness adjustment of between -25 and +25 percent
98
+ * Salt and pepper noise was applied to 5 percent of pixels
99
 
100
 
101
 
README.roboflow.txt CHANGED
@@ -1,27 +1,35 @@
1
 
2
- Circut-Component-database - v1 2023-05-21 3:18pm
3
  ==============================
4
 
5
- This dataset was exported via roboflow.com on October 15, 2023 at 2:22 PM 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 1760 images.
21
- Circut-Component-database 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
 
27
 
 
1
 
2
+ ResistorDataset - v1 2021-11-02 9:05pm
3
  ==============================
4
 
5
+ This dataset was exported via roboflow.com on December 7, 2022 at 8:42 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 135 images.
16
+ Resistor 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 416x416 (Stretch)
21
+ * Auto-contrast via adaptive equalization
22
+
23
+ The following augmentation was applied to create 3 versions of each source image:
24
+ * 50% probability of horizontal flip
25
+ * 50% probability of vertical flip
26
+
27
+ The following transformations were applied to the bounding boxes of each image:
28
+ * 50% probability of horizontal flip
29
+ * 50% probability of vertical flip
30
+ * Equal probability of one of the following 90-degree rotations: none, clockwise, counter-clockwise, upside-down
31
+ * Randomly crop between 0 and 20 percent of the bounding box
32
+ * Random brigthness adjustment of between -25 and +25 percent
33
+ * Salt and pepper noise was applied to 5 percent of pixels
34
 
35
 
data/test.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:02cf53e91506414aed463b8b04eefd5e292e5483084c1aec2d32b7c7d26db046
3
- size 5583354
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5f92c517047d305a2271cd441ac02c4424830ff871c215e328f0a1b9f295323
3
+ size 111313
data/train.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:813471d3c1a047eec78bbd8494f0f2384ea8d191e46055b35a2c259ae2ad09c2
3
- size 83741468
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc2afc186a303dd87e45d7ca3d0507297f04216a4a5464d77928c45be5783dd2
3
+ size 4081628
data/valid-mini.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47e722369d5155fe5361525ebdb2e168b0fb6202bde3d05c39d61546bdde2ebe
3
- size 47583
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b602866d892a43a7a45aac300f2e530bf05521df7bd6ec4966ab4d5669d2207
3
+ size 40779
data/valid.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3ba0cae41c648a241ae8b6133a586beb77a6fc3a4425a26c59a61a19cc697bb
3
- size 10278174
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01b769ae0dae84c3904d237821fabc4f2434105370533b609c14fc564fa3aee5
3
+ size 83166
resistordataset.py CHANGED
@@ -5,24 +5,24 @@ import os
5
  import datasets
6
 
7
 
8
- _HOMEPAGE = "https://universe.roboflow.com/ant-snpik/circut-component-database/dataset/1"
9
  _LICENSE = "CC BY 4.0"
10
  _CITATION = """\
11
  @misc{
12
- circut-component-database_dataset,
13
- title = { Circut-Component-database Dataset },
14
  type = { Open Source Dataset },
15
- author = { Ant },
16
- howpublished = { \\url{ https://universe.roboflow.com/ant-snpik/circut-component-database } },
17
- url = { https://universe.roboflow.com/ant-snpik/circut-component-database },
18
  journal = { Roboflow Universe },
19
  publisher = { Roboflow },
20
- year = { 2023 },
21
- month = { may },
22
  note = { visited on 2024-07-16 },
23
  }
24
  """
25
- _CATEGORIES = ['elec_capacitor', 'ic_chip', 'capacitor', 'green_led', 'red_led', 'resistor', 'resistor symbol', 'transistor', 'yellow_led']
26
  _ANNOTATION_FILENAME = "_annotations.coco.json"
27
 
28
 
 
5
  import datasets
6
 
7
 
8
+ _HOMEPAGE = "https://universe.roboflow.com/harish-madhavan/resistordataset/dataset/1"
9
  _LICENSE = "CC BY 4.0"
10
  _CITATION = """\
11
  @misc{
12
+ resistordataset_dataset,
13
+ title = { ResistorDataset Dataset },
14
  type = { Open Source Dataset },
15
+ author = { Harish Madhavan },
16
+ howpublished = { \\url{ https://universe.roboflow.com/harish-madhavan/resistordataset } },
17
+ url = { https://universe.roboflow.com/harish-madhavan/resistordataset },
18
  journal = { Roboflow Universe },
19
  publisher = { Roboflow },
20
+ year = { 2022 },
21
+ month = { sep },
22
  note = { visited on 2024-07-16 },
23
  }
24
  """
25
+ _CATEGORIES = ['resistor']
26
  _ANNOTATION_FILENAME = "_annotations.coco.json"
27
 
28
 
split_name_to_num_samples.json CHANGED
@@ -1 +1 @@
1
- {"valid": 214, "test": 118, "train": 1428}
 
1
+ {"valid": 6, "test": 3, "train": 126}
thumbnail.jpg CHANGED

Git LFS Details

  • SHA256: 6a43df411fc41fae27468b6eed3100d556cbe888a6b9a7ce273da92cba944076
  • Pointer size: 130 Bytes
  • Size of remote file: 95.4 kB

Git LFS Details

  • SHA256: 6729cf6f20964a8b031cc4120c970343d2a87e6dda2f3d9553fc2c28b740da5f
  • Pointer size: 130 Bytes
  • Size of remote file: 48.5 kB