SkyTong commited on
Commit
cf33cee
·
verified ·
1 Parent(s): bfa1fd7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -26
README.md CHANGED
@@ -35,45 +35,48 @@ size_categories:
35
 
36
  # Appliance Knobs
37
 
38
- ## Dataset Summary
39
 
40
- This dataset contains a high-resolution collection of electrical appliance knobs and rotary controls. Each data entry consists of a **paired image set** capturing the same knob from two distinct angles: **Front View** and **Side View**.
41
 
42
- Curated by **Codatta**, the dataset is designed to support tasks requiring fine-grained object understanding, 3D shape estimation, and state recognition of rotary controls.
 
 
43
 
44
- **Key Features:**
45
- * **Dual-View:** Every knob is captured from both the front (`image1`) and the side (`image2`).
46
- * **High Quality:** Images are filtered to ensure they are clear, focused, and free from occlusion.
47
- * **Resolution:** The dataset size (~1.7GB for 408 pairs) indicates high-fidelity imaging suitable for detailed analysis.
48
 
49
- ## Supported Tasks
50
 
51
- * **Multi-View Object Recognition:** Identifying objects using correlated information from different viewpoints.
52
- * **3D Shape Reconstruction:** Inferring the 3D structure and depth of knobs based on the front and side profiles.
53
- * **Knob State/Angle Estimation:** Training models to read the precise setting or angle of a dial.
54
- * **Generative AI Training:** Serving as high-quality reference data for training LoRAs or ControlNets for specific industrial components.
55
-
56
- ## Dataset Structure
57
 
58
  ### Data Fields
59
-
60
- The dataset features are structured as follows:
61
-
62
  * **`id`** (string): Unique identifier for the knob/appliance sample.
63
- * **`image1`** (image): **Front View**. A direct frontal shot of the knob, showing the face, markings, and position indicators clearly.
64
  * **`image2`** (image): **Side View**. A profile or oblique angle shot of the same knob to showcase its height, depth, material texture, and grip patterns.
65
 
66
- ### Data Preview
67
- *(The Hugging Face viewer will automatically render the images below)*
 
68
 
69
- ## Quality Standards
70
 
71
- * **Clear & Unoccluded:** All images have been manually verified to ensure the knob is the primary focus, without obstruction by hands, wires, or other objects.
72
- * **Lighting:** Consistent lighting was used to highlight the texture and markings of the controls.
 
 
73
 
74
- ## Usage Example
75
 
76
- Since this dataset contains paired images, you can load and visualize them side-by-side using Python:
 
 
 
 
 
 
 
 
 
77
 
78
  ```python
79
  from datasets import load_dataset
@@ -96,4 +99,8 @@ axes[1].imshow(sample['image2'])
96
  axes[1].set_title("Side View (Image 2)")
97
  axes[1].axis('off')
98
 
99
- plt.show()
 
 
 
 
 
35
 
36
  # Appliance Knobs
37
 
38
+ ## Overview
39
 
40
+ **Appliance Knobs** is a high-resolution dataset curated by **Codatta**, designed to support fine-grained object understanding, 3D shape estimation, and state recognition tasks.
41
 
42
+ This collection focuses on electrical appliance knobs and rotary controls. Its defining feature is the **paired image set** structure: every data entry captures the same specific knob from two distinct and correlated angles:
43
+ * **Front View:** A direct shot showing indicators and markings.
44
+ * **Side View:** A profile shot showing depth, height, and texture.
45
 
46
+ The dataset is filtered to ensure high fidelity, making it suitable for industrial design analysis, robotics, and generative AI applications requiring detailed reference material.
 
 
 
47
 
48
+ ## Dataset Contents
49
 
50
+ Each entry in the dataset consists of a unique identifier and two high-quality images.
 
 
 
 
 
51
 
52
  ### Data Fields
 
 
 
53
  * **`id`** (string): Unique identifier for the knob/appliance sample.
54
+ * **`image1`** (image): **Front View**. A direct frontal shot of the knob, clearly showing the face, markings, and position indicators.
55
  * **`image2`** (image): **Side View**. A profile or oblique angle shot of the same knob to showcase its height, depth, material texture, and grip patterns.
56
 
57
+ ### Quality Standards
58
+ * **Clear & Unoccluded:** All images have been manually verified to ensure the knob is the primary focus, free from obstruction by hands, wires, or other objects.
59
+ * **Lighting:** Consistent lighting is used to highlight the texture and markings of the controls.
60
 
61
+ ## Key Statistics
62
 
63
+ * **Total Examples:** 408 paired samples.
64
+ * **Dataset Size:** ~1.74 GB (indicating high-resolution imagery).
65
+ * **Views per Sample:** 2 (Front and Side).
66
+ * **Language:** English (`en`).
67
 
68
+ ## Usage
69
 
70
+ This dataset is optimized for tasks that benefit from multi-view correlation and high-resolution texture details.
71
+
72
+ **Supported Tasks:**
73
+ * **Multi-View Object Recognition:** Identifying objects using correlated information from different viewpoints.
74
+ * **3D Shape Reconstruction:** Inferring the 3D structure and depth of knobs based on the front and side profiles.
75
+ * **Knob State/Angle Estimation:** Training models to read the precise setting or angle of a dial.
76
+ * **Generative AI Training:** Serving as high-quality reference data for training LoRAs or ControlNets for specific industrial components.
77
+
78
+ **Python Usage Example:**
79
+ You can load and visualize the paired images side-by-side using the following code:
80
 
81
  ```python
82
  from datasets import load_dataset
 
99
  axes[1].set_title("Side View (Image 2)")
100
  axes[1].axis('off')
101
 
102
+ plt.show()
103
+ ```
104
+
105
+ ## License and Open-Source Details
106
+ * **License:** This dataset is released under the **OpenRAIL** license.