Datasets:
Tasks:
Image-Text-to-Text
Modalities:
Text
Languages:
English
Size:
< 1K
Tags:
Image recognition
optical character recognition
pattern recognition
Scientific data analysis
laboratory automation
scientific instrument data recognition
License:
Commit ·
9d1011e
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +60 -0
- README.md +63 -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,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- Image recognition
|
| 4 |
+
- optical character recognition
|
| 5 |
+
- pattern recognition
|
| 6 |
+
- Scientific data analysis
|
| 7 |
+
- laboratory automation
|
| 8 |
+
- scientific instrument data recognition
|
| 9 |
+
license: cc-by-nc-sa-4.0
|
| 10 |
+
task_categories:
|
| 11 |
+
- image-text-to-text
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
+
pretty_name: Scientific Laboratory Instrument Readout Recognition Dataset
|
| 15 |
+
size_categories:
|
| 16 |
+
- 1B<n<10B
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# Scientific Laboratory Instrument Readout Recognition Dataset
|
| 20 |
+
|
| 21 |
+
In modern scientific research, laboratory instruments are key sources of data acquisition, while manual recording of instrument readouts is inefficient and prone to errors. Traditional solutions such as manual transcription and basic OCR technology often prove inadequate when dealing with complex backgrounds, reflections, and multiple fonts of scientific instrument readings. This dataset aims to solve the problem of automatic recognition of diverse instrument readings in complex environments, improving the accuracy and efficiency of scientific work. The data is captured using high-resolution camera equipment under standard laboratory lighting conditions, and has undergone multiple rounds of quality inspection, including expert verification and consistency checks, ensuring the reliability of the data. The annotation team is composed of 20 professionals with backgrounds in physics, chemistry, and biology. The data undergoes pre-processing steps such as segmentation, normalization, and various noise treatments, stored in JPEG format, and is structured for quick access. The dataset achieves 99% accuracy in annotation and consistency better than 95%, ensuring data integrity. Advanced image pre-processing and improved OCR algorithms are used to enhance data parsing accuracy. It effectively solves the problem of manual data entry for scientific research, improving readout entry speed by over 50%. Compared with other datasets, it covers more instrument types and scenarios, with a rarity in optical character challenges, suitable for a wide range of scientific fields. It has good scalability and can be used in other fields such as industrial equipment readouts.
|
| 22 |
+
|
| 23 |
+
## Technical Specifications
|
| 24 |
+
|
| 25 |
+
| Field | Type | Description |
|
| 26 |
+
| :--- | :--- | :--- |
|
| 27 |
+
| file_name | string | File name |
|
| 28 |
+
| quality | string | Resolution |
|
| 29 |
+
| instrument_type | string | Identifies the type of instrument in the image, such as microscope or spectrometer. |
|
| 30 |
+
| reading_value | float | The instrument reading displayed in the image, such as temperature or concentration. |
|
| 31 |
+
| reading_unit | string | The unit of the instrument reading shown in the image, such as Celsius or Pascal. |
|
| 32 |
+
| display_text | string | The text or numerical content displayed on the instrument's screen. |
|
| 33 |
+
| reading_precision | float | The precision or error range of the instrument reading shown in the image. |
|
| 34 |
+
| brand_name | string | Identifies the brand name of the instrument in the image. |
|
| 35 |
+
| model_number | string | Identifies the model number of the instrument in the image. |
|
| 36 |
+
| calibration_status | string | The calibration status of the instrument in the image, such as calibrated or uncalibrated. |
|
| 37 |
+
| ambient_conditions | string | The ambient conditions at the time the image was taken, like lighting and humidity. |
|
| 38 |
+
| instrument_condition | string | The physical condition of the instrument in the image, such as intact or damaged. |
|
| 39 |
+
|
| 40 |
+
## Compliance Statement
|
| 41 |
+
|
| 42 |
+
<table>
|
| 43 |
+
<tr>
|
| 44 |
+
<td>Authorization Type</td>
|
| 45 |
+
<td>CC-BY-NC-SA 4.0 (Attribution–NonCommercial–ShareAlike)</td>
|
| 46 |
+
</tr>
|
| 47 |
+
<tr>
|
| 48 |
+
<td>Commercial Use</td>
|
| 49 |
+
<td>Requires exclusive subscription or authorization contract (monthly or per-invocation charging)</td>
|
| 50 |
+
</tr>
|
| 51 |
+
<tr>
|
| 52 |
+
<td>Privacy and Anonymization</td>
|
| 53 |
+
<td>No PII, no real company names, simulated scenarios follow industry standards</td>
|
| 54 |
+
</tr>
|
| 55 |
+
<tr>
|
| 56 |
+
<td>Compliance System</td>
|
| 57 |
+
<td>Compliant with China's Data Security Law / EU GDPR / supports enterprise data access logs</td>
|
| 58 |
+
</tr>
|
| 59 |
+
</table>
|
| 60 |
+
|
| 61 |
+
## Source & Contact
|
| 62 |
+
|
| 63 |
+
If you need more dataset details, please visit [Mobiusi](https://www.mobiusi.com/datasets/7327a0c4cf52fed2cef40e1ba24e6c43?utm_source=huggingface&utm_medium=referral). or contact us via contact@mobiusi.com
|