Datasets:
Tasks:
Object Detection
Size:
< 1K
keremberke
commited on
Commit
·
3cde19e
1
Parent(s):
8cea502
dataset uploaded by roboflow2huggingface package
Browse files- README.dataset.txt +27 -15
- README.md +14 -35
- README.roboflow.txt +4 -13
- data/test.zip +2 -2
- data/train.zip +2 -2
- data/valid-mini.zip +2 -2
- data/valid.zip +2 -2
- plane-detection.py +9 -9
- split_name_to_num_samples.json +1 -1
- thumbnail.jpg +2 -2
README.dataset.txt
CHANGED
@@ -1,18 +1,30 @@
|
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
-
|
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 |
-
['
|
30 |
```
|
31 |
|
32 |
|
33 |
### Number of Images
|
34 |
|
35 |
```json
|
36 |
-
{'
|
37 |
```
|
38 |
|
39 |
|
@@ -55,22 +43,22 @@ example = ds['train'][0]
|
|
55 |
```
|
56 |
|
57 |
### Roboflow Dataset Page
|
58 |
-
[https://universe.roboflow.com/
|
59 |
|
60 |
### Citation
|
61 |
|
62 |
```
|
63 |
-
@misc{
|
64 |
-
title = {
|
65 |
type = { Open Source Dataset },
|
66 |
-
author = {
|
67 |
-
howpublished = { \\url{ https://universe.roboflow.com/
|
68 |
-
url = { https://universe.roboflow.com/
|
69 |
journal = { Roboflow Universe },
|
70 |
publisher = { Roboflow },
|
71 |
-
year = {
|
72 |
month = { jan },
|
73 |
-
note = { visited on 2023-01-
|
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.
|
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
|
92 |
-
|
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 |
-
|
3 |
==============================
|
4 |
|
5 |
-
This dataset was exported via roboflow.
|
6 |
|
7 |
-
|
8 |
-
|
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:
|
3 |
-
size
|
|
|
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:
|
3 |
-
size
|
|
|
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:
|
3 |
-
size
|
|
|
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:
|
3 |
-
size
|
|
|
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/
|
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-
|
22 |
}
|
23 |
"""
|
24 |
-
_CATEGORIES = ['
|
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 |
-
{"
|
|
|
1 |
+
{"test": 25, "valid": 50, "train": 175}
|
thumbnail.jpg
CHANGED
Git LFS Details
|
Git LFS Details
|