parquet-converter commited on
Commit
9dcd81f
·
1 Parent(s): 9801096

Update parquet files

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