Datasets:
Tasks:
Object Detection
Size:
< 1K
keremberke
commited on
Commit
·
8cea502
1
Parent(s):
f259784
dataset uploaded by roboflow2huggingface package
Browse files- README.dataset.txt +15 -27
- README.md +34 -13
- README.roboflow.txt +13 -4
- data/test.zip +2 -2
- data/train.zip +2 -2
- data/valid-mini.zip +2 -2
- data/valid.zip +2 -2
- plane-detection.py +8 -8
- split_name_to_num_samples.json +1 -1
- thumbnail.jpg +2 -2
README.dataset.txt
CHANGED
@@ -1,30 +1,18 @@
|
|
1 |
-
#
|
2 |
-
https://
|
3 |
|
4 |
-
Provided by
|
5 |
License: CC BY 4.0
|
6 |
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
![Skybot Infrastructure](https://i.imgur.com/Lrv71Aq.png)
|
20 |
-
|
21 |
-
|
22 |
-
## About the Dataset
|
23 |
-
The dataset is of airfract that was captured as they flew overhead. It includes a mix of large and small passenger jets and an assortment of business jets. There are also a images with buildings and contrails, where there is not aircraft present.
|
24 |
-
|
25 |
-
### Use Cases
|
26 |
-
|
27 |
-
This dataset should allow for a plane dectector model to be built like for plane spotting and plane detection.
|
28 |
-
|
29 |
-
## About Me
|
30 |
-
I'm Luke Berndt, I work on Azure products at Microsoft. You can learn more about me here: http://lukeberndt.com/
|
|
|
1 |
+
# Construction Site Safety > original_raw-images
|
2 |
+
https://universe.roboflow.com/roboflow-universe-projects/construction-site-safety
|
3 |
|
4 |
+
Provided by a Roboflow user
|
5 |
License: CC BY 4.0
|
6 |
|
7 |
+
videos from:
|
8 |
+
* https://www.youtube.com/watch?v=Dhxf5mm7g1g
|
9 |
+
* https://www.youtube.com/watch?v=rYv9JZ2XBW4
|
10 |
+
|
11 |
+
images cloned from:
|
12 |
+
* https://universe.roboflow.com/roboflow-universe-projects/personal-protective-equipment-combined-model/
|
13 |
+
* https://universe.roboflow.com/roboflow-universe-projects/people-and-ladders/
|
14 |
+
* https://universe.roboflow.com/roboflow-universe-projects/safety-vests/
|
15 |
+
* https://universe.roboflow.com/mohamed-sabek-6zmr6/excavators-cwlh0
|
16 |
+
* https://universe.roboflow.com/popular-benchmarks/mit-indoor-scene-recognition/ - null images
|
17 |
+
* https://universe.roboflow.com/mohamed-traore-2ekkp/people-detection-general
|
18 |
+
* https://universe.roboflow.com/labeler-projects/construction-madness/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -4,7 +4,19 @@ task_categories:
|
|
4 |
tags:
|
5 |
- roboflow
|
6 |
- roboflow2huggingface
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<div align="center">
|
@@ -14,14 +26,14 @@ tags:
|
|
14 |
### Dataset Labels
|
15 |
|
16 |
```
|
17 |
-
['
|
18 |
```
|
19 |
|
20 |
|
21 |
### Number of Images
|
22 |
|
23 |
```json
|
24 |
-
{'
|
25 |
```
|
26 |
|
27 |
|
@@ -43,20 +55,20 @@ example = ds['train'][0]
|
|
43 |
```
|
44 |
|
45 |
### Roboflow Dataset Page
|
46 |
-
[https://universe.roboflow.com/
|
47 |
|
48 |
### Citation
|
49 |
|
50 |
```
|
51 |
-
@misc{
|
52 |
-
title = {
|
53 |
type = { Open Source Dataset },
|
54 |
-
author = {
|
55 |
-
howpublished = { \\url{ https://universe.roboflow.com/
|
56 |
-
url = { https://universe.roboflow.com/
|
57 |
journal = { Roboflow Universe },
|
58 |
publisher = { Roboflow },
|
59 |
-
year = {
|
60 |
month = { jan },
|
61 |
note = { visited on 2023-01-18 },
|
62 |
}
|
@@ -66,12 +78,21 @@ example = ds['train'][0]
|
|
66 |
CC BY 4.0
|
67 |
|
68 |
### Dataset Summary
|
69 |
-
This dataset was exported via roboflow.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
-
It includes
|
72 |
-
|
73 |
|
74 |
The following pre-processing was applied to each image:
|
|
|
75 |
|
76 |
No image augmentation techniques were applied.
|
77 |
|
|
|
4 |
tags:
|
5 |
- roboflow
|
6 |
- roboflow2huggingface
|
7 |
+
- Construction
|
8 |
+
- Logistics
|
9 |
+
- Utilities
|
10 |
+
- Damage Risk
|
11 |
+
- Ppe
|
12 |
+
- Construction
|
13 |
+
- Utilities
|
14 |
+
- Manufacturing
|
15 |
+
- Logistics
|
16 |
+
- Ppe
|
17 |
+
- Assembly Line
|
18 |
+
- Warehouse
|
19 |
+
- Factory
|
20 |
---
|
21 |
|
22 |
<div align="center">
|
|
|
26 |
### Dataset Labels
|
27 |
|
28 |
```
|
29 |
+
['barricade', 'dumpster', 'excavators', 'gloves', 'hardhat', 'mask', 'no-hardhat', 'no-mask', 'no-safety vest', 'person', 'safety net', 'safety shoes', 'safety vest', 'dump truck', 'mini-van', 'truck', 'wheel loader']
|
30 |
```
|
31 |
|
32 |
|
33 |
### Number of Images
|
34 |
|
35 |
```json
|
36 |
+
{'valid': 57, 'train': 307, 'test': 34}
|
37 |
```
|
38 |
|
39 |
|
|
|
55 |
```
|
56 |
|
57 |
### Roboflow Dataset Page
|
58 |
+
[https://universe.roboflow.com/roboflow-universe-projects/construction-site-safety/dataset/1](https://universe.roboflow.com/roboflow-universe-projects/construction-site-safety/dataset/1?ref=roboflow2huggingface)
|
59 |
|
60 |
### Citation
|
61 |
|
62 |
```
|
63 |
+
@misc{ construction-site-safety_dataset,
|
64 |
+
title = { Construction Site Safety Dataset },
|
65 |
type = { Open Source Dataset },
|
66 |
+
author = { Roboflow Universe Projects },
|
67 |
+
howpublished = { \\url{ https://universe.roboflow.com/roboflow-universe-projects/construction-site-safety } },
|
68 |
+
url = { https://universe.roboflow.com/roboflow-universe-projects/construction-site-safety },
|
69 |
journal = { Roboflow Universe },
|
70 |
publisher = { Roboflow },
|
71 |
+
year = { 2023 },
|
72 |
month = { jan },
|
73 |
note = { visited on 2023-01-18 },
|
74 |
}
|
|
|
78 |
CC BY 4.0
|
79 |
|
80 |
### Dataset Summary
|
81 |
+
This dataset was exported via roboflow.com on December 29, 2022 at 11:22 AM GMT
|
82 |
+
|
83 |
+
Roboflow is an end-to-end computer vision platform that helps you
|
84 |
+
* collaborate with your team on computer vision projects
|
85 |
+
* collect & organize images
|
86 |
+
* understand unstructured image data
|
87 |
+
* annotate, and create datasets
|
88 |
+
* export, train, and deploy computer vision models
|
89 |
+
* use active learning to improve your dataset over time
|
90 |
|
91 |
+
It includes 398 images.
|
92 |
+
Construction are annotated in COCO format.
|
93 |
|
94 |
The following pre-processing was applied to each image:
|
95 |
+
* Auto-orientation of pixel data (with EXIF-orientation stripping)
|
96 |
|
97 |
No image augmentation techniques were applied.
|
98 |
|
README.roboflow.txt
CHANGED
@@ -1,13 +1,22 @@
|
|
1 |
|
2 |
-
|
3 |
==============================
|
4 |
|
5 |
-
This dataset was exported via roboflow.
|
6 |
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
The following pre-processing was applied to each image:
|
|
|
11 |
|
12 |
No image augmentation techniques were applied.
|
13 |
|
|
|
1 |
|
2 |
+
Construction Site Safety - v1 original_raw-images
|
3 |
==============================
|
4 |
|
5 |
+
This dataset was exported via roboflow.com on December 29, 2022 at 11:22 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 398 images.
|
16 |
+
Construction 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 |
|
21 |
No image augmentation techniques were applied.
|
22 |
|
data/test.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08fba642491dd486df861c055ea7bff74142ac126a1ff1dc45e4819802e3e4b8
|
3 |
+
size 1796467
|
data/train.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26bc101596c1933dac85de617c12fb1839ac4fbc0c894f42dc4ebaeac333461f
|
3 |
+
size 22259647
|
data/valid-mini.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1356199c763408c99a842b9beda048d7fcc488fd6033045eb1cd2b498652b601
|
3 |
+
size 97565
|
data/valid.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32d5e6f68ada7bbf6c8304465f283e78c93fe783f8e765e3326ba84f6c98cabd
|
3 |
+
size 3338795
|
plane-detection.py
CHANGED
@@ -5,23 +5,23 @@ import os
|
|
5 |
import datasets
|
6 |
|
7 |
|
8 |
-
_HOMEPAGE = "https://universe.roboflow.com/
|
9 |
_LICENSE = "CC BY 4.0"
|
10 |
_CITATION = """\
|
11 |
-
@misc{
|
12 |
-
title = {
|
13 |
type = { Open Source Dataset },
|
14 |
-
author = {
|
15 |
-
howpublished = { \\url{ https://universe.roboflow.com/
|
16 |
-
url = { https://universe.roboflow.com/
|
17 |
journal = { Roboflow Universe },
|
18 |
publisher = { Roboflow },
|
19 |
-
year = {
|
20 |
month = { jan },
|
21 |
note = { visited on 2023-01-18 },
|
22 |
}
|
23 |
"""
|
24 |
-
_CATEGORIES = ['
|
25 |
_ANNOTATION_FILENAME = "_annotations.coco.json"
|
26 |
|
27 |
|
|
|
5 |
import datasets
|
6 |
|
7 |
|
8 |
+
_HOMEPAGE = "https://universe.roboflow.com/roboflow-universe-projects/construction-site-safety/dataset/1"
|
9 |
_LICENSE = "CC BY 4.0"
|
10 |
_CITATION = """\
|
11 |
+
@misc{ construction-site-safety_dataset,
|
12 |
+
title = { Construction Site Safety Dataset },
|
13 |
type = { Open Source Dataset },
|
14 |
+
author = { Roboflow Universe Projects },
|
15 |
+
howpublished = { \\url{ https://universe.roboflow.com/roboflow-universe-projects/construction-site-safety } },
|
16 |
+
url = { https://universe.roboflow.com/roboflow-universe-projects/construction-site-safety },
|
17 |
journal = { Roboflow Universe },
|
18 |
publisher = { Roboflow },
|
19 |
+
year = { 2023 },
|
20 |
month = { jan },
|
21 |
note = { visited on 2023-01-18 },
|
22 |
}
|
23 |
"""
|
24 |
+
_CATEGORIES = ['barricade', 'dumpster', 'excavators', 'gloves', 'hardhat', 'mask', 'no-hardhat', 'no-mask', 'no-safety vest', 'person', 'safety net', 'safety shoes', 'safety vest', 'dump truck', 'mini-van', 'truck', 'wheel loader']
|
25 |
_ANNOTATION_FILENAME = "_annotations.coco.json"
|
26 |
|
27 |
|
split_name_to_num_samples.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"
|
|
|
1 |
+
{"valid": 57, "train": 307, "test": 34}
|
thumbnail.jpg
CHANGED
Git LFS Details
|
Git LFS Details
|