nielsr HF Staff commited on
Commit
a10adf7
·
verified ·
1 Parent(s): 2201996

Add task category and tags to dataset card

Browse files

This PR improves the discoverability and categorization of the `FluidNexus` dataset by adding relevant metadata:
- `task_categories: image-to-3d`
- `tags`: `3d-reconstruction`, `fluid-dynamics`, `video-to-3d`, and `physics-simulation`

These additions provide clearer information about the dataset's domain and the AI task it addresses.

Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,6 +1,14 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
3
  ---
 
4
  # FluidNexus: 3D Fluid Reconstruction and Prediction From a Single Video
5
 
6
 
@@ -42,4 +50,4 @@ If you find these datasets useful for your research, please cite our paper:
42
  month = {June},
43
  year = {2025},
44
  }
45
- ```
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - image-to-3d
5
+ tags:
6
+ - 3d-reconstruction
7
+ - fluid-dynamics
8
+ - video-to-3d
9
+ - physics-simulation
10
  ---
11
+
12
  # FluidNexus: 3D Fluid Reconstruction and Prediction From a Single Video
13
 
14
 
 
50
  month = {June},
51
  year = {2025},
52
  }
53
+ ```