parquet-converter commited on
Commit
068d481
1 Parent(s): 1d82b01

Update parquet files

Browse files
data/test-00000-of-00001-da7d7feb1e23a0c3.parquet → Francesco--peanuts-sd4kf/parquet-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b16e038ae567c9a58a12d758b6b378325f3b46e4bc045fe19c46ac3f390631d8
3
- size 5205210
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cb849d092d5895e25c40dacc75186b228bbaa2f525b1f83f8c34a2a33109862
3
+ size 5205209
dataset.tar.gz → Francesco--peanuts-sd4kf/parquet-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a2c8860b4cb970aa1c404fc65054336d69993c77c6f4f1689e697cc757286866
3
- size 25891089
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69e2735059f437b485d58000090ba4e4af535f40a1eff1608f538ae46d5d8ec6
3
+ size 18374359
data/validation-00000-of-00001-f8e2746b10967cd9.parquet → Francesco--peanuts-sd4kf/parquet-validation.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7bfc8fea6a062e35a7a1a8324a61676c9bc423cea3bdbde65fa89ffc29a2067
3
- size 2802582
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46f585ade2af8bc4588dbc7e0d5ac6f0d49b45c545330b86ffa2ec1298f15982
3
+ size 2802581
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': peanuts
26
- '1': with mold
27
- '2': without mold
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: peanuts-sd4kf
46
- tags:
47
- - rf100
48
- ---
49
-
50
- # Dataset Card for peanuts-sd4kf
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/peanuts-sd4kf
57
- - **Point of Contact:** francesco.zuppichini@gmail.com
58
-
59
- ### Dataset Summary
60
-
61
- peanuts-sd4kf
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/peanuts-sd4kf
119
-
120
- ### Citation Information
121
-
122
- ```
123
- @misc{ peanuts-sd4kf,
124
- title = { peanuts sd4kf Dataset },
125
- type = { Open Source Dataset },
126
- author = { Roboflow 100 },
127
- howpublished = { \url{ https://universe.roboflow.com/object-detection/peanuts-sd4kf } },
128
- url = { https://universe.roboflow.com/object-detection/peanuts-sd4kf },
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/train-00000-of-00001-85dcb56e5b764019.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e7e12e14aedfc37583bf687dd3ba588dc4133a0d2fc71243f203c1487266152
3
- size 18374360
 
 
 
 
dataset_info.json DELETED
@@ -1 +0,0 @@
1
- {"description": "\npeanuts - v1 release\n==============================\n\nThis dataset was exported via roboflow.com on July 25, 2022 at 7:59 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 387 images.\nPeanuts 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{ peanuts-sd4kf,\n title = { peanuts sd4kf Dataset },\n type = { Open Source Dataset },\n author = { Roboflow 100 },\n howpublished = { \\url{ https://universe.roboflow.com/object-detection/peanuts-sd4kf } },\n url = { https://universe.roboflow.com/object-detection/peanuts-sd4kf },\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/peanuts-sd4kf", "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": ["peanuts", "with mold", "without mold"], "_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": 18796842, "num_examples": 268, "dataset_name": "dataset"}, "validation": {"name": "validation", "num_bytes": 2861244, "num_examples": 42, "dataset_name": "dataset"}, "test": {"name": "test", "num_bytes": 5322272, "num_examples": 77, "dataset_name": "dataset"}}, "download_checksums": {"https://huggingface.co/datasets/Francesco/peanuts-sd4kf/resolve/main/dataset.tar.gz": {"num_bytes": 25891089, "checksum": null}}, "download_size": 25891089, "dataset_size": 26980358, "size_in_bytes": 52871447}