File size: 2,182 Bytes
e1b5afe
 
6643dda
e1b5afe
6643dda
 
e1b5afe
6643dda
 
 
e1b5afe
6643dda
 
 
 
 
 
e1b5afe
6643dda
e1b5afe
6643dda
 
 
 
 
 
 
8d61d8c
 
6643dda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8d61d8c
 
6643dda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5fb3be6
 
 
 
 
 
6643dda
5fb3be6
6643dda
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
license: apache-2.0

task_categories:
  - image-classification

language:
  - en
  - pt

tags:
  - image-regression
  - image-classification
  - u-tube-manometer
  - gauge-reader
  - water-column

pretty_name: U-Tube Manometer Dataset 2025-2026

size_categories:
  - 10K<n<100K
---

# U-Tube Manometer Dataset (2025–2026)

This dataset contains images of **U-tube manometers** and is designed for **computer vision regression and classification tasks**, focusing on reading and interpreting liquid column levels.

* Performance may vary under extreme lighting or occlusion conditions
  
---

## Dataset Summary

The **U-Tube Manometer Dataset** consists of 20,000 images of U-tube manometers with visible water columns. The dataset is suitable for:

* **Image Regression**: estimating the numerical value of the water column height
* **Image Classification**: classifying images based on discrete column values or ranges

Images are organized in a folder structure where the **label is encoded in the directory name**, representing the measured water column value.

---

## Data Structure

The dataset follows a standard split structure:
```
dataset/
├── train/
│   ├── 10.2/
│   │   ├── image23.png
│   │   └── ...
│   ├── 10.4/
│   └── ...
├── validation/
│   ├── 9.8/
│   └── ...
└── test/
    ├── 10.0/
    └── ...
```

* Each subfolder name corresponds to the **label value** (e.g., water column height in centimeters).
* Images inside the folder share the same height value.

---

## Image Characteristics

* RGB images
* Varying lighting conditions
* Varying working fluids (water, oil, water–ink mixtures)
* Single U-tube manometer per image
* Visible liquid columns and scale markings

---

## License

This dataset is released under the **Apache License 2.0**.

---

## Citation

If you use this dataset in your research, please cite:

```bibtex
@dataset{utm_dataset,
	title     = {U-Tube Manometer Dataset},
	author    = {Santos, Clayton Silva},
	year      = {2026},
	publisher = {Hugging Face},
	url       = {https://huggingface.co/datasets/claytonsds/UTM_DATASET}
}

```