PNEngineeringDatasets commited on
Commit
f9ace07
·
verified ·
1 Parent(s): 4ecbd59

Create README.md

Browse files

PN Engineering Datasets
DATA DICTIONARY – Professional Specification
--------------------------------------------------

This document defines the structure and attributes of all datasets released
under PN Engineering Datasets.

--------------------------------------------------
1. Dataset Metadata
--------------------------------------------------
dataset_name: RC_Walls_Dataset_V2
dataset_version: V2
element_type: Reinforced concrete columns
pdf_count: 25
png_count: 25

--------------------------------------------------
2. File Structure
--------------------------------------------------
PDF files:
• Flattened
• Anonymous
• Metadata removed
• OCR-ready

PNG files:
• 1200 DPI resolution
• Clean and uniform background
• High contrast for Vision models

Documentation files:
• DATA_DICTIONARY
• DATASET_INFO_TEMPLATE.json
• DATASET_STRUCTURE_BLUEPRINT
• INDEX.csv
• LICENSE.txt
• README

--------------------------------------------------
3. Drawing Contents
--------------------------------------------------
Each drawing may include:
• Reinforcement layouts
• Longitudinal bars
• Stirrups/ties
• Sections in 1–3 views
• Dimensions (millimeters)
• Structural symbols
• Work stages
• Concrete classes
• Notes and detailing conventions

--------------------------------------------------
4. Data Preparation Process
--------------------------------------------------
• Anonymization (project & company data removed)
• Noise reduction
• PDF flattening
• Cleanup of backgrounds
• Export to high-resolution PNG

--------------------------------------------------
5. Machine Learning Use-Cases
--------------------------------------------------
• OCR model training
• Vision model detection of bars, symbols, dimensions
• Generating embeddings for engineering LLMs
• CAD-to-AI pipelines
• BIM automation

--------------------------------------------------
6. Limitations
--------------------------------------------------
Not for construction use.
For training & research only.

----------------------------------------------
7. SUPPORT
----------------------------------------------

If you have questions, need additional formats, or want a custom dataset
(beams, slabs, foundations, walls, steel details, construction photos, BIM sets),
please contact:

PN Engineering Datasets
Email: [email protected]



Thank you for your purchase!
PN Engineering Datasets – 2025

Files changed (1) hide show
  1. README.md +116 -0
README.md ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - de
4
+ - en
5
+ tags:
6
+ - engineering
7
+ - computer-vision
8
+ - ocr
9
+ - cad
10
+ - civil-engineering
11
+ - structural-engineering
12
+ - dataset
13
+ - rc walls
14
+ - reinforced concrete
15
+ - structural engineering
16
+ - engineering drawings
17
+ - wall reinforcement
18
+ - construction details
19
+ - bim dataset
20
+ - ai training data
21
+ - ocr dataset
22
+ - cad drawings
23
+ - technical plan
24
+ - 1200 dpi png
25
+ ---
26
+ PN Engineering Datasets
27
+ DATA DICTIONARY – Professional Specification
28
+ --------------------------------------------------
29
+
30
+ This document defines the structure and attributes of all datasets released
31
+ under PN Engineering Datasets.
32
+
33
+ --------------------------------------------------
34
+ 1. Dataset Metadata
35
+ --------------------------------------------------
36
+ dataset_name: RC_Walls_Dataset_V2
37
+ dataset_version: V2
38
+ element_type: Reinforced concrete columns
39
+ pdf_count: 25
40
+ png_count: 25
41
+
42
+ --------------------------------------------------
43
+ 2. File Structure
44
+ --------------------------------------------------
45
+ PDF files:
46
+ • Flattened
47
+ • Anonymous
48
+ • Metadata removed
49
+ • OCR-ready
50
+
51
+ PNG files:
52
+ • 1200 DPI resolution
53
+ • Clean and uniform background
54
+ • High contrast for Vision models
55
+
56
+ Documentation files:
57
+ • DATA_DICTIONARY
58
+ • DATASET_INFO_TEMPLATE.json
59
+ • DATASET_STRUCTURE_BLUEPRINT
60
+ • INDEX.csv
61
+ • LICENSE.txt
62
+ • README
63
+
64
+ --------------------------------------------------
65
+ 3. Drawing Contents
66
+ --------------------------------------------------
67
+ Each drawing may include:
68
+ • Reinforcement layouts
69
+ • Longitudinal bars
70
+ • Stirrups/ties
71
+ • Sections in 1–3 views
72
+ • Dimensions (millimeters)
73
+ • Structural symbols
74
+ • Work stages
75
+ • Concrete classes
76
+ • Notes and detailing conventions
77
+
78
+ --------------------------------------------------
79
+ 4. Data Preparation Process
80
+ --------------------------------------------------
81
+ • Anonymization (project & company data removed)
82
+ • Noise reduction
83
+ • PDF flattening
84
+ • Cleanup of backgrounds
85
+ • Export to high-resolution PNG
86
+
87
+ --------------------------------------------------
88
+ 5. Machine Learning Use-Cases
89
+ --------------------------------------------------
90
+ • OCR model training
91
+ • Vision model detection of bars, symbols, dimensions
92
+ • Generating embeddings for engineering LLMs
93
+ • CAD-to-AI pipelines
94
+ • BIM automation
95
+
96
+ --------------------------------------------------
97
+ 6. Limitations
98
+ --------------------------------------------------
99
+ Not for construction use.
100
+ For training & research only.
101
+
102
+ ----------------------------------------------
103
+ 7. SUPPORT
104
+ ----------------------------------------------
105
+
106
+ If you have questions, need additional formats, or want a custom dataset
107
+ (beams, slabs, foundations, walls, steel details, construction photos, BIM sets),
108
+ please contact:
109
+
110
+ PN Engineering Datasets
111
112
+
113
+
114
+
115
+ Thank you for your purchase!
116
+ PN Engineering Datasets – 2025