tomrb commited on
Commit
52ec563
·
verified ·
1 Parent(s): 0e8291e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +118 -0
README.md CHANGED
@@ -1,3 +1,121 @@
1
  ---
2
  license: mit
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ size_categories:
4
+ - 10K<n<100K
5
  ---
6
+ # Dataset Card for YOLOv8-TO_Data
7
+
8
+ <!-- Provide a quick summary of the dataset. -->
9
+
10
+ The TopOpt Datasets Collection comprises several datasets utilized to evaluate the performance and generalization capabilities of machine learning models specifically tailored for topology optimization (TO). This collection is designed to test models across various TO methods and structural complexities, from optimized structures to random assemblies and out-of-distribution (OOD) samples.
11
+
12
+ ## Dataset Details
13
+
14
+ ### Dataset Description
15
+
16
+ - **Created by:** Thomas Rochefort-Beaudoin
17
+ - **License:** MIT
18
+ - **Datasets**
19
+ - ***MMC Dataset***
20
+ Description: The MMC (Minimum Compliance) dataset is derived using the MMC method as the basis for the training dataset, where the segmentation labels are generated from black-and-white density projections obtained via a Heaviside projection.
21
+ Split: 80% training, 10% validation, 10% testing
22
+ Usage: Model training and evaluation
23
+ - ***Random Assembly Dataset***
24
+ Description: This dataset consists of assemblies composed of randomly distributed components, generated to allow for cost-effective training data production. The design variables sampled randomly define the segmentation labels for detection and regression tasks.
25
+ Usage: Training only
26
+ - ***SIMP Dataset***
27
+ Description: Generated using the Solid Isotropic Material with Penalization (SIMP) method, this dataset includes 2000 TO structures, allowing to test the model's capability as a general post-processing tool.
28
+ Samples: 2000
29
+ Usage: Testing
30
+ - ***Low Volume Fraction SIMP Dataset (SIMP5%)***
31
+ Description: Comprising 2000 random SIMP samples with a low volume fraction (5%), this dataset features thin structures that simulate "truss-like" properties suitable for comparison against skeletonization approaches.
32
+ Samples: 2000
33
+ Usage: Testing
34
+ - ***Out-of-Distribution (OOD) Dataset***
35
+ Description: This dataset includes 4 TO structure images from the literature, featuring complex structures like 2D femur structures and cantilever beams optimized under various constraints to test the model's generalization capabilities.
36
+ Samples: 4
37
+ Usage: Testing
38
+
39
+ ### Dataset Sources [optional]
40
+
41
+ <!-- Provide the basic links for the dataset. -->
42
+
43
+ - **Repository:** https://github.com/COSIM-Lab/YOLOv8-TO
44
+ - **Paper:** https://arxiv.org/pdf/2404.18763
45
+ - **Demo:** [WORK IN PROGRESS]
46
+
47
+ ## Uses
48
+
49
+ <!-- Address questions around how the dataset is intended to be used. -->
50
+
51
+ ### Direct Use
52
+
53
+ <!-- This section describes suitable use cases for the dataset. -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Dataset Structure
64
+
65
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ## Dataset Creation
70
+
71
+ ### Curation Rationale
72
+
73
+ <!-- Motivation for the creation of this dataset. -->
74
+
75
+ [More Information Needed]
76
+
77
+ ### Source Data
78
+
79
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
80
+
81
+ #### Data Collection and Processing
82
+
83
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
84
+
85
+ [More Information Needed]
86
+
87
+
88
+ #### Personal and Sensitive Information
89
+
90
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
91
+
92
+ [More Information Needed]
93
+
94
+ ## Bias, Risks, and Limitations
95
+
96
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
97
+
98
+ [More Information Needed]
99
+
100
+ ### Recommendations
101
+
102
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
103
+
104
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
105
+
106
+ ## Citation [optional]
107
+
108
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
109
+
110
+ **BibTeX:**
111
+
112
+ ```
113
+ @misc{rochefortbeaudoin2024density,
114
+ title={From Density to Geometry: YOLOv8 Instance Segmentation for Reverse Engineering of Optimized Structures},
115
+ author={Thomas Rochefort-Beaudoin and Aurelian Vadean and Sofiane Achiche and Niels Aage},
116
+ year={2024},
117
+ eprint={2404.18763},
118
+ archivePrefix={arXiv},
119
+ primaryClass={cs.CV}
120
+ }
121
+ ```