Mobiusi commited on
Commit
1cc1287
·
verified ·
0 Parent(s):

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +60 -0
  2. README.md +59 -0
.gitattributes ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.avro filter=lfs diff=lfs merge=lfs -text
4
+ *.bin filter=lfs diff=lfs merge=lfs -text
5
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
6
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
7
+ *.ftz filter=lfs diff=lfs merge=lfs -text
8
+ *.gz filter=lfs diff=lfs merge=lfs -text
9
+ *.h5 filter=lfs diff=lfs merge=lfs -text
10
+ *.joblib filter=lfs diff=lfs merge=lfs -text
11
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
13
+ *.mds filter=lfs diff=lfs merge=lfs -text
14
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
+ *.model filter=lfs diff=lfs merge=lfs -text
16
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
17
+ *.npy filter=lfs diff=lfs merge=lfs -text
18
+ *.npz filter=lfs diff=lfs merge=lfs -text
19
+ *.onnx filter=lfs diff=lfs merge=lfs -text
20
+ *.ot filter=lfs diff=lfs merge=lfs -text
21
+ *.parquet filter=lfs diff=lfs merge=lfs -text
22
+ *.pb filter=lfs diff=lfs merge=lfs -text
23
+ *.pickle filter=lfs diff=lfs merge=lfs -text
24
+ *.pkl filter=lfs diff=lfs merge=lfs -text
25
+ *.pt filter=lfs diff=lfs merge=lfs -text
26
+ *.pth filter=lfs diff=lfs merge=lfs -text
27
+ *.rar filter=lfs diff=lfs merge=lfs -text
28
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
29
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
31
+ *.tar filter=lfs diff=lfs merge=lfs -text
32
+ *.tflite filter=lfs diff=lfs merge=lfs -text
33
+ *.tgz filter=lfs diff=lfs merge=lfs -text
34
+ *.wasm filter=lfs diff=lfs merge=lfs -text
35
+ *.xz filter=lfs diff=lfs merge=lfs -text
36
+ *.zip filter=lfs diff=lfs merge=lfs -text
37
+ *.zst filter=lfs diff=lfs merge=lfs -text
38
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
39
+ # Audio files - uncompressed
40
+ *.pcm filter=lfs diff=lfs merge=lfs -text
41
+ *.sam filter=lfs diff=lfs merge=lfs -text
42
+ *.raw filter=lfs diff=lfs merge=lfs -text
43
+ # Audio files - compressed
44
+ *.aac filter=lfs diff=lfs merge=lfs -text
45
+ *.flac filter=lfs diff=lfs merge=lfs -text
46
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
47
+ *.ogg filter=lfs diff=lfs merge=lfs -text
48
+ *.wav filter=lfs diff=lfs merge=lfs -text
49
+ # Image files - uncompressed
50
+ *.bmp filter=lfs diff=lfs merge=lfs -text
51
+ *.gif filter=lfs diff=lfs merge=lfs -text
52
+ *.png filter=lfs diff=lfs merge=lfs -text
53
+ *.tiff filter=lfs diff=lfs merge=lfs -text
54
+ # Image files - compressed
55
+ *.jpg filter=lfs diff=lfs merge=lfs -text
56
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
57
+ *.webp filter=lfs diff=lfs merge=lfs -text
58
+ # Video files - compressed
59
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
60
+ *.webm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - target detection
4
+ - image segmentation
5
+ - button detection
6
+ - OCR alignment
7
+ - user interaction analysis
8
+ license: cc-by-nc-sa-4.0
9
+ task_categories:
10
+ - object-detection
11
+ language:
12
+ - en
13
+ pretty_name: Remote Control Button Area Detection Dataset
14
+ size_categories:
15
+ - 1B<n<10B
16
+ ---
17
+
18
+ # Remote Control Button Area Detection Dataset
19
+
20
+ The current retail e-commerce industry faces low user interaction efficiency issues, especially in remote control usage scenarios where users often struggle to quickly find the needed buttons. Existing button detection solutions largely rely on traditional image processing technology, with insufficient annotation accuracy that fails to meet practical application needs. This dataset aims to address the limitations of existing technology in button-level understanding and OCR alignment by providing high-quality remote control button area detection data. The dataset contains 5000 images of remote controls. Data collection uses high-resolution cameras in standard lighting environments to ensure data clarity and annotation accuracy. For quality control, multiple rounds of annotation and expert review mechanisms are employed to ensure the consistency and accuracy of the annotations. The data storage format is JPG, and each image is equipped with a corresponding annotation file for ease of use.
21
+
22
+ ## Technical Specifications
23
+
24
+ | Field | Type | Description |
25
+ | :--- | :--- | :--- |
26
+ | file_name | string | File name |
27
+ | quality | string | Resolution |
28
+ | button_position | string | Records the coordinate position of each button on the remote control. |
29
+ | button_shape | string | The geometric shape of the button, such as circular, square, or oval. |
30
+ | button_size | string | The size specifications of the button, typically given as width x height. |
31
+ | button_color | string | The color information of the button, which may be used for classification or identification. |
32
+ | button_label | string | Text or symbols marked on the button, supporting OCR recognition. |
33
+ | button_material | string | The material used to manufacture the button, such as plastic or metal. |
34
+ | button_grouping | string | The grouping of buttons on the remote control, such as numeric keys or function keys. |
35
+
36
+ ## Compliance Statement
37
+
38
+ <table>
39
+ <tr>
40
+ <td>Authorization Type</td>
41
+ <td>CC-BY-NC-SA 4.0 (Attribution–NonCommercial–ShareAlike)</td>
42
+ </tr>
43
+ <tr>
44
+ <td>Commercial Use</td>
45
+ <td>Requires exclusive subscription or authorization contract (monthly or per-invocation charging)</td>
46
+ </tr>
47
+ <tr>
48
+ <td>Privacy and Anonymization</td>
49
+ <td>No PII, no real company names, simulated scenarios follow industry standards</td>
50
+ </tr>
51
+ <tr>
52
+ <td>Compliance System</td>
53
+ <td>Compliant with China's Data Security Law / EU GDPR / supports enterprise data access logs</td>
54
+ </tr>
55
+ </table>
56
+
57
+ ## Source & Contact
58
+
59
+ If you need more dataset details, please visit [Mobiusi](https://www.mobiusi.com/datasets/fddcb692cba0596233df352cd9564447?utm_source=huggingface&utm_medium=referral). or contact us via contact@mobiusi.com