Update README.md
Browse files
README.md
CHANGED
@@ -3,12 +3,8 @@ license: cc-by-4.0
|
|
3 |
language: en
|
4 |
doi: 10.1016/j.dib.2020.106627
|
5 |
viewer: false
|
6 |
-
tags:
|
7 |
-
- mechanics
|
8 |
-
- engineering
|
9 |
-
- simulation
|
10 |
---
|
11 |
This dataset contains several microstructure treatments:
|
12 |
-
1. `variable_radius.zip` - Ten microstructures with defects of variable radii, from 0.01 mm to 0.5 mm.
|
13 |
-
2. `variable_number.zip` - Ten microstructures with different numbers of defects, from 20 to 200.
|
14 |
-
3. `circular_defects.zip` - This data contains image data of 1000 samples of microstructures with 100 circular porosity defects having their radii uniformly distributed in the range 0.1 – 0.5 mm, and their corresponding strain fields.
|
|
|
3 |
language: en
|
4 |
doi: 10.1016/j.dib.2020.106627
|
5 |
viewer: false
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
This dataset contains several microstructure treatments:
|
8 |
+
1. `variable_radius.zip` - Ten microstructures with defects of variable radii, from 0.01 mm to 0.5 mm. To load it, run: ```datasets.load_dataset(data_files=['variable_radius.zip'])```
|
9 |
+
2. `variable_number.zip` - Ten microstructures with different numbers of defects, from 20 to 200. To load it, run: ```datasets.load_dataset(data_files=['variable_number.zip'])```
|
10 |
+
3. `circular_defects.zip` - This data contains image data of 1000 samples of microstructures with 100 circular porosity defects having their radii uniformly distributed in the range 0.1 – 0.5 mm, and their corresponding strain fields. To load it, run: ```datasets.load_dataset(data_files=['circular_defects.zip'])```
|