PNEngineeringDatasets commited on
Commit
7736ca3
·
verified ·
1 Parent(s): a51826e

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