Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,16 @@ tags:
|
|
| 9 |
- low-res
|
| 10 |
size_categories:
|
| 11 |
- 1K<n<10K
|
| 12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
- low-res
|
| 10 |
size_categories:
|
| 11 |
- 1K<n<10K
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# **High_Res-vs-Low_Res**
|
| 15 |
+
|
| 16 |
+
**High_Res-vs-Low_Res** is a dataset designed for image classification, distinguishing between high-quality and low-quality images. This dataset includes a diverse collection of 5,016 high-resolution and low-resolution images to enhance classification accuracy and improve the model’s overall efficiency. By providing a well-balanced dataset, it aims to support the development of robust image quality assessment models.
|
| 17 |
+
|
| 18 |
+
### **Label Mappings**
|
| 19 |
+
|
| 20 |
+
- **Mapping of IDs to Labels:**
|
| 21 |
+
`{0: 'High Quality', 1: 'Low Quality'}`
|
| 22 |
+
|
| 23 |
+
- **Mapping of Labels to IDs:**
|
| 24 |
+
`{'High Quality': 0, 'Low Quality': 1}`
|