parquet-converter commited on
Commit
9cee664
·
1 Parent(s): c6611cc

Update parquet files

Browse files
data/test-00000-of-00001-20eabc292e0ff10f.parquet → Francesco--aerial-spheres/parquet-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88c76862f08992bf6c3f82218e72800fda56790d881c56acf874672acea502f5
3
- size 3333550
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d85ab019f2b0a44aeb105a14241d7b283992344c1d109ced1ba57186c40cbb0
3
+ size 3333549
dataset.tar.gz → Francesco--aerial-spheres/parquet-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:889fdd9af307248dfbe23111b3ebfb17c1dcdf31be4372a908e8a53720c30b55
3
- size 14978321
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d89a357c24505805df594bbc28984d100d34b583153790d43677d6e511aff480
3
+ size 10123100
data/validation-00000-of-00001-64714953af5251d0.parquet → Francesco--aerial-spheres/parquet-validation.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47118488e27acc338a66820387afa84292c73cc4af4a0c02e72148b61dda4b79
3
- size 1622573
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc9d68f89193d0ae7544539630485795db9ed0346d8e03dcfacd64456781e18d
3
+ size 1622572
README.md DELETED
@@ -1,143 +0,0 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: image_id
5
- dtype: int64
6
- - name: image
7
- dtype: image
8
- - name: width
9
- dtype: int32
10
- - name: height
11
- dtype: int32
12
- - name: objects
13
- sequence:
14
- - name: id
15
- dtype: int64
16
- - name: area
17
- dtype: int64
18
- - name: bbox
19
- sequence: float32
20
- length: 4
21
- - name: category
22
- dtype:
23
- class_label:
24
- names:
25
- '0': aerial-spheres
26
- '1': green_sphero
27
- '2': orange-sphero
28
- '3': orange_sphero
29
- '4': purple_sphero
30
- '5': red_sphero
31
- '6': yellow_sphero
32
- annotations_creators:
33
- - crowdsourced
34
- language_creators:
35
- - found
36
- language:
37
- - en
38
- license:
39
- - cc
40
- multilinguality:
41
- - monolingual
42
- size_categories:
43
- - 1K<n<10K
44
- source_datasets:
45
- - original
46
- task_categories:
47
- - object-detection
48
- task_ids: []
49
- pretty_name: aerial-spheres
50
- tags:
51
- - rf100
52
- ---
53
-
54
- # Dataset Card for aerial-spheres
55
-
56
- ** The original COCO dataset is stored at `dataset.tar.gz`**
57
-
58
- ## Dataset Description
59
-
60
- - **Homepage:** https://universe.roboflow.com/object-detection/aerial-spheres
61
- - **Point of Contact:** [email protected]
62
-
63
- ### Dataset Summary
64
-
65
- aerial-spheres
66
-
67
- ### Supported Tasks and Leaderboards
68
-
69
- - `object-detection`: The dataset can be used to train a model for Object Detection.
70
-
71
- ### Languages
72
-
73
- English
74
-
75
- ## Dataset Structure
76
-
77
- ### Data Instances
78
-
79
- A data point comprises an image and its object annotations.
80
-
81
- ```
82
- {
83
- 'image_id': 15,
84
- 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=640x640 at 0x2373B065C18>,
85
- 'width': 964043,
86
- 'height': 640,
87
- 'objects': {
88
- 'id': [114, 115, 116, 117],
89
- 'area': [3796, 1596, 152768, 81002],
90
- 'bbox': [
91
- [302.0, 109.0, 73.0, 52.0],
92
- [810.0, 100.0, 57.0, 28.0],
93
- [160.0, 31.0, 248.0, 616.0],
94
- [741.0, 68.0, 202.0, 401.0]
95
- ],
96
- 'category': [4, 4, 0, 0]
97
- }
98
- }
99
- ```
100
-
101
- ### Data Fields
102
-
103
- - `image`: the image id
104
- - `image`: `PIL.Image.Image` object containing the image. Note that when accessing the image column: `dataset[0]["image"]` the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the `"image"` column, *i.e.* `dataset[0]["image"]` should **always** be preferred over `dataset["image"][0]`
105
- - `width`: the image width
106
- - `height`: the image height
107
- - `objects`: a dictionary containing bounding box metadata for the objects present on the image
108
- - `id`: the annotation id
109
- - `area`: the area of the bounding box
110
- - `bbox`: the object's bounding box (in the [coco](https://albumentations.ai/docs/getting_started/bounding_boxes_augmentation/#coco) format)
111
- - `category`: the object's category.
112
-
113
-
114
- #### Who are the annotators?
115
-
116
- Annotators are Roboflow users
117
-
118
- ## Additional Information
119
-
120
- ### Licensing Information
121
-
122
- See original homepage https://universe.roboflow.com/object-detection/aerial-spheres
123
-
124
- ### Citation Information
125
-
126
- ```
127
- @misc{ aerial-spheres,
128
- title = { aerial spheres Dataset },
129
- type = { Open Source Dataset },
130
- author = { Roboflow 100 },
131
- howpublished = { \url{ https://universe.roboflow.com/object-detection/aerial-spheres } },
132
- url = { https://universe.roboflow.com/object-detection/aerial-spheres },
133
- journal = { Roboflow Universe },
134
- publisher = { Roboflow },
135
- year = { 2022 },
136
- month = { nov },
137
- note = { visited on 2023-03-29 },
138
- }"
139
- ```
140
-
141
- ### Contributions
142
-
143
- Thanks to [@mariosasko](https://github.com/mariosasko) for adding this dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/train-00000-of-00001-98e8af014ff28e0e.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:75ec27929a50da72d81679a3e9338f97cd69c97733baed5a69d14b898ee605fa
3
- size 10123101
 
 
 
 
dataset_info.json DELETED
@@ -1 +0,0 @@
1
- {"description": "\naerial spheres - v1 release\n==============================\n\nThis dataset was exported via roboflow.com on July 25, 2022 at 9:15 PM GMT\n\nRoboflow is an end-to-end computer vision platform that helps you\n* collaborate with your team on computer vision projects\n* collect & organize images\n* understand unstructured image data\n* annotate, and create datasets\n* export, train, and deploy computer vision models\n* use active learning to improve your dataset over time\n\nIt includes 473 images.\nAerial-spheres are annotated in COCO format.\n\nThe following pre-processing was applied to each image:\n* Auto-orientation of pixel data (with EXIF-orientation stripping)\n* Resize to 640x640 (Stretch)\n\nNo image augmentation techniques were applied.\n\n\n", "citation": "@misc{ aerial-spheres,\n title = { aerial spheres Dataset },\n type = { Open Source Dataset },\n author = { Roboflow 100 },\n howpublished = { \\url{ https://universe.roboflow.com/object-detection/aerial-spheres } },\n url = { https://universe.roboflow.com/object-detection/aerial-spheres },\n journal = { Roboflow Universe },\n publisher = { Roboflow },\n year = { 2022 },\n month = { nov },\n note = { visited on 2023-03-29 },\n}\"", "homepage": "https://universe.roboflow.com/object-detection/aerial-spheres", "license": "CC BY 4.0", "features": {"image_id": {"dtype": "int64", "_type": "Value"}, "image": {"_type": "Image"}, "width": {"dtype": "int32", "_type": "Value"}, "height": {"dtype": "int32", "_type": "Value"}, "objects": {"feature": {"id": {"dtype": "int64", "_type": "Value"}, "area": {"dtype": "int64", "_type": "Value"}, "bbox": {"feature": {"dtype": "float32", "_type": "Value"}, "length": 4, "_type": "Sequence"}, "category": {"names": ["aerial-spheres", "green_sphero", "orange-sphero", "orange_sphero", "purple_sphero", "red_sphero", "yellow_sphero"], "_type": "ClassLabel"}}, "_type": "Sequence"}}, "builder_name": "dataset", "config_name": "default", "version": {"version_str": "1.0.0", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10196222, "num_examples": 318, "dataset_name": "dataset"}, "validation": {"name": "validation", "num_bytes": 1628694, "num_examples": 51, "dataset_name": "dataset"}, "test": {"name": "test", "num_bytes": 3352565, "num_examples": 104, "dataset_name": "dataset"}}, "download_checksums": {"https://huggingface.co/datasets/Francesco/aerial-spheres/resolve/main/dataset.tar.gz": {"num_bytes": 14978321, "checksum": null}}, "download_size": 14978321, "dataset_size": 15177481, "size_in_bytes": 30155802}