Datasets:
Modalities:
3D
Size:
10K<n<100K
commit files to HF hub
Browse files- windtunnel.py +2 -2
windtunnel.py
CHANGED
@@ -10,8 +10,8 @@ class WindtunnelDataset(datasets.GeneratorBasedBuilder):
|
|
10 |
return datasets.DatasetInfo(
|
11 |
features=datasets.Features(
|
12 |
{
|
13 |
-
"coeff": datasets.Value("
|
14 |
-
"input": datasets.Value("
|
15 |
"input_mesh": datasets.Value("binary"), # OBJ mesh file as binary
|
16 |
"openfoam_mesh": datasets.Value(
|
17 |
"binary"
|
|
|
10 |
return datasets.DatasetInfo(
|
11 |
features=datasets.Features(
|
12 |
{
|
13 |
+
"coeff": datasets.Value("binary"), # JSON file as a dictionary
|
14 |
+
"input": datasets.Value("binary"), # JSON file as a dictionary
|
15 |
"input_mesh": datasets.Value("binary"), # OBJ mesh file as binary
|
16 |
"openfoam_mesh": datasets.Value(
|
17 |
"binary"
|