keremberke commited on
Commit
3cde19e
1 Parent(s): 8cea502

dataset uploaded by roboflow2huggingface package

Browse files
README.dataset.txt CHANGED
@@ -1,18 +1,30 @@
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/
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # undefined > raw images
2
+ https://public.roboflow.ai/object-detection/undefined
3
 
4
+ Provided by undefined
5
  License: CC BY 4.0
6
 
7
+ # SkyBot
8
+
9
+ This is the dataset powering http://skybot.cam, an app that captures planes flying over top of my house.
10
+
11
+ ![Skycam Tweet](https://i.imgur.com/DhxlR8J.png)
12
+
13
+ Upon the project gaining popularity on [Hacker News](https://news.ycombinator.com/item?id=30039597) from the above [tweet](https://twitter.com/LukeBerndt/status/1484916000139194375), I thought I'd share the dataset and an example model to make it easier for others to build a plane spotting app, too.
14
+
15
+ ## About this Project
16
+ I built a system to take photos of all of the airplanes that fly over my house. Most of these planes are passing by at more than 30,000 feet! It uses ADS-B to track where the aircraft are relative to the camera, points the camera in the right direction and snaps a photo. I then run a few serverless functions that are running to detect where the aircraft is in the image and make a thumbnail. Much of the services are hosted on Azure. There's more details on the overall project here! http://skybot.cam/about. The project is [open source](https://github.com/IQTLabs/SkyScan/tree/main/ml-model/scripts) as a part of my work from IQT as well.
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/
README.md CHANGED
@@ -4,19 +4,7 @@ task_categories:
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,14 +14,14 @@ tags:
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,22 +43,22 @@ example = ds['train'][0]
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
  }
75
  ```
76
 
@@ -78,21 +66,12 @@ example = ds['train'][0]
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
 
 
4
  tags:
5
  - roboflow
6
  - roboflow2huggingface
7
+
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  <div align="center">
 
14
  ### Dataset Labels
15
 
16
  ```
17
+ ['planes']
18
  ```
19
 
20
 
21
  ### Number of Images
22
 
23
  ```json
24
+ {'test': 25, 'valid': 50, 'train': 175}
25
  ```
26
 
27
 
 
43
  ```
44
 
45
  ### Roboflow Dataset Page
46
+ [https://universe.roboflow.com/skybot-cam/overhead-plane-detector/dataset/4](https://universe.roboflow.com/skybot-cam/overhead-plane-detector/dataset/4?ref=roboflow2huggingface)
47
 
48
  ### Citation
49
 
50
  ```
51
+ @misc{ overhead-plane-detector_dataset,
52
+ title = { Overhead Plane Detector Dataset },
53
  type = { Open Source Dataset },
54
+ author = { SkyBot Cam },
55
+ howpublished = { \\url{ https://universe.roboflow.com/skybot-cam/overhead-plane-detector } },
56
+ url = { https://universe.roboflow.com/skybot-cam/overhead-plane-detector },
57
  journal = { Roboflow Universe },
58
  publisher = { Roboflow },
59
+ year = { 2022 },
60
  month = { jan },
61
+ note = { visited on 2023-01-27 },
62
  }
63
  ```
64
 
 
66
  CC BY 4.0
67
 
68
  ### Dataset Summary
69
+ This dataset was exported via roboflow.ai on March 30, 2022 at 3:11 PM GMT
 
 
 
 
 
 
 
 
70
 
71
+ It includes 250 images.
72
+ Planes are annotated in COCO format.
73
 
74
  The following pre-processing was applied to each image:
 
75
 
76
  No image augmentation techniques were applied.
77
 
README.roboflow.txt CHANGED
@@ -1,22 +1,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
 
 
1
 
2
+ Overhead Plane Detector - v4 raw images
3
  ==============================
4
 
5
+ This dataset was exported via roboflow.ai on March 30, 2022 at 3:11 PM GMT
6
 
7
+ It includes 250 images.
8
+ Planes are annotated in COCO format.
 
 
 
 
 
 
 
 
9
 
10
  The following pre-processing was applied to each image:
 
11
 
12
  No image augmentation techniques were applied.
13
 
data/test.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:08fba642491dd486df861c055ea7bff74142ac126a1ff1dc45e4819802e3e4b8
3
- size 1796467
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf1310001f1a93409e25e67174ddbd20e039339f9cdf144488cc82dbb3418161
3
+ size 1885664
data/train.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:26bc101596c1933dac85de617c12fb1839ac4fbc0c894f42dc4ebaeac333461f
3
- size 22259647
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18cceb162a54d04d3b8335ab57bd9a78b502cb65d954de1dee122d62ee95ad55
3
+ size 14475473
data/valid-mini.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1356199c763408c99a842b9beda048d7fcc488fd6033045eb1cd2b498652b601
3
- size 97565
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9270e8f25afbc3c578b313fc4db9c3c5675dd4d71628185102ff49bd3dceb4fb
3
+ size 415490
data/valid.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:32d5e6f68ada7bbf6c8304465f283e78c93fe783f8e765e3326ba84f6c98cabd
3
- size 3338795
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f217315602cc2977c69f8fcc3f14d8253e40eb5b3820b7378dcad79c7525954d
3
+ size 3939295
plane-detection.py CHANGED
@@ -5,23 +5,23 @@ import os
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
 
 
5
  import datasets
6
 
7
 
8
+ _HOMEPAGE = "https://universe.roboflow.com/skybot-cam/overhead-plane-detector/dataset/4"
9
  _LICENSE = "CC BY 4.0"
10
  _CITATION = """\
11
+ @misc{ overhead-plane-detector_dataset,
12
+ title = { Overhead Plane Detector Dataset },
13
  type = { Open Source Dataset },
14
+ author = { SkyBot Cam },
15
+ howpublished = { \\url{ https://universe.roboflow.com/skybot-cam/overhead-plane-detector } },
16
+ url = { https://universe.roboflow.com/skybot-cam/overhead-plane-detector },
17
  journal = { Roboflow Universe },
18
  publisher = { Roboflow },
19
+ year = { 2022 },
20
  month = { jan },
21
+ note = { visited on 2023-01-27 },
22
  }
23
  """
24
+ _CATEGORIES = ['planes']
25
  _ANNOTATION_FILENAME = "_annotations.coco.json"
26
 
27
 
split_name_to_num_samples.json CHANGED
@@ -1 +1 @@
1
- {"valid": 57, "train": 307, "test": 34}
 
1
+ {"test": 25, "valid": 50, "train": 175}
thumbnail.jpg CHANGED

Git LFS Details

  • SHA256: 3fb296500069f19c1139a93808e022453b78dcc433be2215e87849157e1ed695
  • Pointer size: 131 Bytes
  • Size of remote file: 220 kB

Git LFS Details

  • SHA256: ec5b5466239af1772616b7f96858cd39284691d40690474f36810aca39df4d37
  • Pointer size: 130 Bytes
  • Size of remote file: 69.6 kB