parquet-converter commited on
Commit
d4f3255
1 Parent(s): 7e399dd

Update parquet files

Browse files
data/test-00000-of-00001-b4f5a52679d69508.parquet → Francesco--marbles/parquet-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d4068837870c181548fc5107628dfcb37e89860de85df32567641a1656ea13a7
3
- size 652178
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03065f0e7d7ab4487e0f18cdd33adb4d41e2f0c75d08a234a70d5d72fa4e4b81
3
+ size 652177
dataset.tar.gz → Francesco--marbles/parquet-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:82d22f79e2201ccc307f2287c3893daacd850a1ed86bfe44df95c084fc0cde32
3
- size 3508288
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6de7f9b8d79cd5bffed2363939abbbc01098afd290847013b367b81425c7a4a
3
+ size 1877762
data/train-00000-of-00001-236b999d2fc6d5c8.parquet → Francesco--marbles/parquet-validation.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6020c736b7f671bd55e13c0c21fadba2d0140ae07707406c04f4226b9e65e9c8
3
- size 1877763
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd1f847b75725c92cb8f426fa7b7e7499289373c47ebd00213245c7486c88285
3
+ size 1069752
README.md DELETED
@@ -1,139 +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': marbles
26
- '1': red
27
- '2': white
28
- annotations_creators:
29
- - crowdsourced
30
- language_creators:
31
- - found
32
- language:
33
- - en
34
- license:
35
- - cc
36
- multilinguality:
37
- - monolingual
38
- size_categories:
39
- - 1K<n<10K
40
- source_datasets:
41
- - original
42
- task_categories:
43
- - object-detection
44
- task_ids: []
45
- pretty_name: marbles
46
- tags:
47
- - rf100
48
- ---
49
-
50
- # Dataset Card for marbles
51
-
52
- ** The original COCO dataset is stored at `dataset.tar.gz`**
53
-
54
- ## Dataset Description
55
-
56
- - **Homepage:** https://universe.roboflow.com/object-detection/marbles
57
- - **Point of Contact:** francesco.zuppichini@gmail.com
58
-
59
- ### Dataset Summary
60
-
61
- marbles
62
-
63
- ### Supported Tasks and Leaderboards
64
-
65
- - `object-detection`: The dataset can be used to train a model for Object Detection.
66
-
67
- ### Languages
68
-
69
- English
70
-
71
- ## Dataset Structure
72
-
73
- ### Data Instances
74
-
75
- A data point comprises an image and its object annotations.
76
-
77
- ```
78
- {
79
- 'image_id': 15,
80
- 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=640x640 at 0x2373B065C18>,
81
- 'width': 964043,
82
- 'height': 640,
83
- 'objects': {
84
- 'id': [114, 115, 116, 117],
85
- 'area': [3796, 1596, 152768, 81002],
86
- 'bbox': [
87
- [302.0, 109.0, 73.0, 52.0],
88
- [810.0, 100.0, 57.0, 28.0],
89
- [160.0, 31.0, 248.0, 616.0],
90
- [741.0, 68.0, 202.0, 401.0]
91
- ],
92
- 'category': [4, 4, 0, 0]
93
- }
94
- }
95
- ```
96
-
97
- ### Data Fields
98
-
99
- - `image`: the image id
100
- - `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]`
101
- - `width`: the image width
102
- - `height`: the image height
103
- - `objects`: a dictionary containing bounding box metadata for the objects present on the image
104
- - `id`: the annotation id
105
- - `area`: the area of the bounding box
106
- - `bbox`: the object's bounding box (in the [coco](https://albumentations.ai/docs/getting_started/bounding_boxes_augmentation/#coco) format)
107
- - `category`: the object's category.
108
-
109
-
110
- #### Who are the annotators?
111
-
112
- Annotators are Roboflow users
113
-
114
- ## Additional Information
115
-
116
- ### Licensing Information
117
-
118
- See original homepage https://universe.roboflow.com/object-detection/marbles
119
-
120
- ### Citation Information
121
-
122
- ```
123
- @misc{ marbles,
124
- title = { marbles Dataset },
125
- type = { Open Source Dataset },
126
- author = { Roboflow 100 },
127
- howpublished = { \url{ https://universe.roboflow.com/object-detection/marbles } },
128
- url = { https://universe.roboflow.com/object-detection/marbles },
129
- journal = { Roboflow Universe },
130
- publisher = { Roboflow },
131
- year = { 2022 },
132
- month = { nov },
133
- note = { visited on 2023-03-29 },
134
- }"
135
- ```
136
-
137
- ### Contributions
138
-
139
- Thanks to [@mariosasko](https://github.com/mariosasko) for adding this dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/validation-00000-of-00001-ddf1c66030d37263.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e57320618c3f0a3fb88c97e25565649e24a6a220812f74851fc64ed75b9a9e8
3
- size 1069753
 
 
 
 
dataset_info.json DELETED
@@ -1 +0,0 @@
1
- {"description": "\nmarbles - v1 release\n==============================\n\nThis dataset was exported via roboflow.com on July 25, 2022 at 7:28 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 105 images.\nMarbles 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{ marbles,\n title = { marbles Dataset },\n type = { Open Source Dataset },\n author = { Roboflow 100 },\n howpublished = { \\url{ https://universe.roboflow.com/object-detection/marbles } },\n url = { https://universe.roboflow.com/object-detection/marbles },\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/marbles", "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": ["marbles", "red", "white"], "_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": 1974279, "num_examples": 54, "dataset_name": "dataset"}, "validation": {"name": "validation", "num_bytes": 1107181, "num_examples": 32, "dataset_name": "dataset"}, "test": {"name": "test", "num_bytes": 678423, "num_examples": 19, "dataset_name": "dataset"}}, "download_checksums": {"https://huggingface.co/datasets/Francesco/marbles/resolve/main/dataset.tar.gz": {"num_bytes": 3508288, "checksum": null}}, "download_size": 3508288, "dataset_size": 3759883, "size_in_bytes": 7268171}