@@ -41,14 +41,43 @@ Dataset diversity and shape variation are crucial for developing robust deep lea
41
41
42
42
![ DrivAerNet_Demo_cropped] ( https://github.com/user-attachments/assets/1fa8a865-9e26-4985-b807-245d0227c610 )
43
43
44
- ## Dataset Contents & Modalities
45
- - ** Parametric Models** : Parametric models with tabular data, allowing extensive exploration of automotive design variations.
46
- - ** Point Cloud Data** : Point cloud data for each car design.
47
- - ** 3D Car Meshes** : Detailed 3D meshes of each car design, suitable for various machine learning applications.
48
- - ** CFD Simulation Data** : High-fidelity CFD simulation data for each car design, including 3D volumetric fields, surface fields, and streamlines.
49
- - ** Aerodynamic Coefficients** : Key aerodynamic metrics such as drag coefficient (Cd), lift coefficient (Cl), and more.
44
+ ## 📦 Dataset Contents & Modalities
45
+
46
+ ### ✅ Available Modalities
47
+
48
+ - ** Parametric Models**
49
+ Parametric car models with structured tabular design parameters, enabling controlled design variation and sensitivity studies.
50
+ - ** Volumetric Fields**
51
+ Full 3D CFD simulation data (e.g., pressure, velocity, turbulence) in the flow domain around each vehicle.
52
+ - ** Surface Fields**
53
+ Surface-level quantities such as pressure coefficient (Cp) and wall shear stress (WSS), mapped directly onto the car body.
54
+ - ** Streamlines**
55
+ Flow visualization data illustrating streamlines around the car geometry, capturing wake structure and aerodynamic behavior.
56
+ - ** Point Clouds**
57
+ Dense and sparse point cloud representations derived from surface meshes.
58
+ - ** Meshes**
59
+ High-resolution 3D surface triangulations for geometry-based neural networks and meshing pipelines.
60
+ - ** Aerodynamic Coefficients**
61
+ Global performance metrics such as drag coefficient (Cd), lift coefficient (Cl), and moment coefficients, computed via CFD.
62
+ - ** Annotations**
63
+ Per-part semantic labels for each car, enabling part-aware learning and geometric reasoning.
50
64
51
- ![ DatasetContents] ( https://github.com/Mohamedelrefaie/DrivAerNet/assets/86707575/424a1aac-fe9b-4e4f-ba14-20f466311224 )
65
+ ---
66
+
67
+ ### 🚧 Coming Soon
68
+
69
+ - ** Renderings**
70
+ High-quality photorealistic 2D renderings from multiple views, useful for multimodal learning and image-based supervision.
71
+ - ** Sketches**
72
+ Hand-drawn style sketches for vision-based tasks and generative models.
73
+ - ** 2D Slices**
74
+ Planar field extractions (2d silhouettes, 2d mesh, pressure, and velocity).
75
+ - ** Signed Distance Fields (SDF)**
76
+ SDF representations of car shapes for occupancy modeling and implicit surface learning.
77
+ - ** Deformations**
78
+ Simulation outputs under crash or pressure conditions for learning physical response under impact or force.
79
+
80
+ ![ DrivAerNet_newModalities] ( https://github.com/user-attachments/assets/4c796412-6624-49a6-8b1a-cc0c0307df57 )
52
81
53
82
54
83
## Dataset Annotations
0 commit comments