parquet-converter commited on
Commit
c517622
1 Parent(s): 8322549

Update parquet files

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