Datasets:
Updated task_categories and tags
Browse files
README.md
CHANGED
|
@@ -24,18 +24,21 @@ authors:
|
|
| 24 |
pretty_name: EuLearn
|
| 25 |
size_categories:
|
| 26 |
- 10B<n<100B
|
|
|
|
| 27 |
---
|
| 28 |
# Dataset Description
|
| 29 |
|
| 30 |
This dataset contains 3D objects representing a topologically diverse collection of surfaces, each generated from closed, parameterized curves with varying number of self-intersections (singular knots). The surfaces are organized by topological genus, ranging from 0 to 10, so each genus has its own subdirectory. Each surface comprises four files:
|
| 31 |
|
| 32 |
-
-
|
| 33 |
|
| 34 |
-
-
|
|
|
|
|
|
|
| 35 |
|
| 36 |
-
-
|
| 37 |
|
| 38 |
-
-
|
| 39 |
|
| 40 |
## Filename Encoding Convention
|
| 41 |
|
|
@@ -63,13 +66,13 @@ g7_lissajous_3,5,8,0,pi2,0_03_1.1_0.2_r0.02_0.029_v90.stl
|
|
| 63 |
- `r0.02_0.029`: Minimum and maximum radius of the tubular neighborhood.
|
| 64 |
- `v90`: Voxel resolution per axis. While v90 nominally refers to a 90 × 90 × 90 voxel grid, an offset of 5 voxels per side was added to prevent surface clipping at the bounding box edges.
|
| 65 |
As a result, the actual scalar field is discretized into 101 × 101 × 101 = 1,030,301 grid points, yielding 1,000,000 voxels in total.
|
| 66 |
-
- `.stl`: File extension. This denotes the
|
| 67 |
-
|
| 68 |
-
Other file variants use suffixes to indicate their content:
|
| 69 |
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
- `
|
|
|
|
|
|
|
| 73 |
|
| 74 |
|
| 75 |
# Acknowledgements
|
|
|
|
| 24 |
pretty_name: EuLearn
|
| 25 |
size_categories:
|
| 26 |
- 10B<n<100B
|
| 27 |
+
|
| 28 |
---
|
| 29 |
# Dataset Description
|
| 30 |
|
| 31 |
This dataset contains 3D objects representing a topologically diverse collection of surfaces, each generated from closed, parameterized curves with varying number of self-intersections (singular knots). The surfaces are organized by topological genus, ranging from 0 to 10, so each genus has its own subdirectory. Each surface comprises four files:
|
| 32 |
|
| 33 |
+
- __Non-Smoothed STL Mesh__ (`*_ns.stl`): A 3D mesh of the surface with sharp geometry and unmodified vertex positions. This version retains the raw output of the Marching Cubes algorithm.
|
| 34 |
|
| 35 |
+
- __Smoothed STL Mesh__ (`.stl`): A geometrically smoothed version of the `*_ns.stl` surface, generated using Laplacian vertex smoothing in Blender.
|
| 36 |
+
|
| 37 |
+
- This process adjusts vertex positions to reduce sharp edges and improve regularity, modifying surface area and volume while preserving the mesh connectivity and topological features (e.g., genus and Euler characteristic).
|
| 38 |
|
| 39 |
+
- __Scalar Field__ (`*_sf.txt`): A plain-text file encoding the scalar field used to generate the surface via the Marching Cubes algorithm. The isosurface at level 0 defines the mesh geometry in the `*_ns.stl` file.
|
| 40 |
|
| 41 |
+
- __Blow-up Profile__ (`*_bup.txt`): A plain-text file containing the radius at each point along the discretized curve. These radii define the thickness of the tubular neighborhood used to generate the scalar field.
|
| 42 |
|
| 43 |
## Filename Encoding Convention
|
| 44 |
|
|
|
|
| 66 |
- `r0.02_0.029`: Minimum and maximum radius of the tubular neighborhood.
|
| 67 |
- `v90`: Voxel resolution per axis. While v90 nominally refers to a 90 × 90 × 90 voxel grid, an offset of 5 voxels per side was added to prevent surface clipping at the bounding box edges.
|
| 68 |
As a result, the actual scalar field is discretized into 101 × 101 × 101 = 1,030,301 grid points, yielding 1,000,000 voxels in total.
|
| 69 |
+
- `.stl`: File extension. This denotes the __smoothed__ version of the surface mesh.
|
|
|
|
|
|
|
| 70 |
|
| 71 |
+
As mentioned above, the other file types use the following suffixes to indicate their content:
|
| 72 |
+
|
| 73 |
+
- `_ns.stl`: The non-smoothed surface mesh, output directly from the Marching Cubes algorithm (raw geometry).
|
| 74 |
+
- `_sf.txt`: The scalar field used to generate the surface.
|
| 75 |
+
- `_bup.txt`: The blow-up profile, i.e., the radius function discretization for the analytical envelope.
|
| 76 |
|
| 77 |
|
| 78 |
# Acknowledgements
|