Fritz-Rodrigo commited on
Commit
255908c
·
verified ·
1 Parent(s): 1c75d58

Updated task_categories and tags

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -28,13 +28,13 @@ size_categories:
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
 
@@ -53,7 +53,7 @@ Each component encodes geometric or topological information.
53
  g7_lissajous_3,5,8,0,pi2,0_03_1.1_0.2_r0.02_0.029_v90.stl
54
 
55
  - `g7`: Topological genus of the surface. In this example, the genus is 7 (i.e., the surface has 7 holes).
56
- - `lissajous` or `fibonacci`: Knot type. Most elements were generated from *Lissajous* (singular) knots, but just a couple from *Fibonacci* knots.
57
  - `3,5,8`: The frequencies `n_x`, `n_y`, `n_z` used in the parametric equations of the curve, corresponding to the x, y, and z coordinates.
58
  - `0,pi2,0`: The phase shifts `φ_x`, `φ_y`, `φ_z` in each coordinate. Notation like `pi2` represents fractions of π (e.g., `pi2` = π/2, `pi3` = π/3, etc.).
59
  - `03_1.1_0.2`: Parameters of the (cosine-based) sinusoidal radius variation for the tubular neighborhood around the curve:
 
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).
32
+ The surfaces are organized by topological genus, ranging from 0 to 10.
33
+ For each surface, we included the following four files:
34
 
35
  - __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.
36
 
37
+ - __Smoothed STL Mesh__ (`.stl`): A geometrically smoothed version of the `*_ns.stl` surface, generated using Laplacian vertex smoothing in Blender. 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
 
 
53
  g7_lissajous_3,5,8,0,pi2,0_03_1.1_0.2_r0.02_0.029_v90.stl
54
 
55
  - `g7`: Topological genus of the surface. In this example, the genus is 7 (i.e., the surface has 7 holes).
56
+ - `lissajous` or `fibonacci`: Knot type. Most elements were generated from *Lissajous* (singular) knots, but just a couple from *Fibonacci* (singular) knots.
57
  - `3,5,8`: The frequencies `n_x`, `n_y`, `n_z` used in the parametric equations of the curve, corresponding to the x, y, and z coordinates.
58
  - `0,pi2,0`: The phase shifts `φ_x`, `φ_y`, `φ_z` in each coordinate. Notation like `pi2` represents fractions of π (e.g., `pi2` = π/2, `pi3` = π/3, etc.).
59
  - `03_1.1_0.2`: Parameters of the (cosine-based) sinusoidal radius variation for the tubular neighborhood around the curve: