benjamintli commited on
Commit
7be12e6
·
verified ·
1 Parent(s): 66cb1b8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -44
README.md CHANGED
@@ -2,63 +2,27 @@
2
  license: unknown
3
  task_categories:
4
  - object-detection
5
- configs:
6
- - config_name: default
7
- data_files:
8
- - split: train
9
- path: data/train-*
10
- - split: validation
11
- path: data/validation-*
12
- - split: test
13
- path: data/test-*
14
- dataset_info:
15
- features:
16
- - name: image
17
- dtype: image
18
- - name: objects
19
- struct:
20
- - name: bbox
21
- list:
22
- list: float32
23
- length: 4
24
- - name: category
25
- list:
26
- class_label:
27
- names:
28
- '0': barcode
29
- splits:
30
- - name: train
31
- num_bytes: 2026229624
32
- num_examples: 13087
33
- - name: validation
34
- num_bytes: 403490359
35
- num_examples: 2804
36
- - name: test
37
- num_bytes: 371054845
38
- num_examples: 2806
39
- download_size: 2583848975
40
- dataset_size: 2800774828
41
  ---
42
 
43
  # Dataset Card
44
 
45
- Uploaded using [coco2hf](https://github.com/benjamintli/coco2hf)
46
 
47
- This dataset contains object detection annotations in COCO format, converted to HuggingFace image dataset format.
48
 
49
- ## Dataset Details
50
 
51
- - **Number of classes**: 1
52
- - **Splits**: train, test, validation
53
- - **Format**: Images with bounding box annotations
54
 
55
- ## Classes
56
 
57
  The dataset contains the following 1 classes:
58
 
59
  - barcode
60
 
61
- ## Usage
62
 
63
  ```python
64
  from datasets import load_dataset
@@ -67,3 +31,5 @@ dataset = load_dataset("benjamintli/barcode-object-detection")
67
  ```
68
 
69
  ---
 
 
 
2
  license: unknown
3
  task_categories:
4
  - object-detection
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  # Dataset Card
8
 
9
+ > **🚀 Uploaded using [hubify](https://github.com/benjamintli/hubify)** - Convert object detection datasets to HuggingFace format
10
 
11
+ This dataset contains object detection annotations converted to HuggingFace image dataset format.
12
 
13
+ ## 📊 Dataset Details
14
 
15
+ - **🏷️ Number of classes**: 1
16
+ - **📁 Splits**: train, test, validation
17
+ - **🖼️ Format**: Images with bounding box annotations
18
 
19
+ ## 🎯 Classes
20
 
21
  The dataset contains the following 1 classes:
22
 
23
  - barcode
24
 
25
+ ## 💻 Usage
26
 
27
  ```python
28
  from datasets import load_dataset
 
31
  ```
32
 
33
  ---
34
+
35
+ *Converted and uploaded with ❤️ using [hubify](https://github.com/benjamintli/hubify)*