JimGalasyn commited on
Commit
2fbd12f
·
verified ·
1 Parent(s): 1c4ad7e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - image-classification
5
+ - object-detection
6
+ tags:
7
+ - vortex
8
+ - fluid-dynamics
9
+ - astronomy
10
+ - nebula
11
+ - tornado
12
+ - waterspout
13
+ - CNN
14
+ - vortex-detection
15
+ pretty_name: Vortex Vision Training Data
16
+ size_categories:
17
+ - n<1K
18
+ ---
19
+
20
+ # Vortex Vision Training Data
21
+
22
+ Multi-scale vortex structure training images for the [vortex-vision](https://github.com/JimGalasyn/vortex-vision) CNN/GNN pipeline.
23
+
24
+ ## Overview
25
+
26
+ This dataset contains labeled images of vortex structures across physical scales, from atmospheric phenomena (tornadoes, waterspouts, jellyfish clouds) to astronomical objects (nebular pillars, proplyds, filaments). The goal is to train a neural network that identifies vortex morphologies (columns, rings, braids, Y-junctions, X-crossings, kinks) independent of scale and medium.
27
+
28
+ ## Organization
29
+
30
+ ```
31
+ atmospheric/
32
+ ├── waterspouts/ # Waterspout photographs
33
+ ├── tornadoes/ # Tornado photographs
34
+ └── clouds/ # Jellyfish clouds, funnel clouds
35
+ nebular/
36
+ ├── pillars/ # Eagle Nebula, Carina, IC 1396A, etc.
37
+ ├── proplyds/ # Protoplanetary disks in Orion, etc.
38
+ ├── jets/ # Protostellar jets
39
+ └── filaments/ # Galactic center, dust lanes
40
+ laboratory/ # Smoke rings, PIV, superfluid He
41
+ simulation/ # GPE and Biot-Savart simulation outputs
42
+ ```
43
+
44
+ ## Catalog
45
+
46
+ The catalog metadata (object definitions, observation records, feature annotations) is maintained in the main [vortex-vision](https://github.com/JimGalasyn/vortex-vision) repository under `data/catalog/` and `data/annotations/`. Image filenames in the catalog reference paths in this dataset.
47
+
48
+ ## Key Objects
49
+
50
+ | Object ID | Name | Scale | Features |
51
+ |-----------|------|-------|----------|
52
+ | neb_pillar_001 | IC 1396A Elephant Trunk | Nebular | Ring, braid, Y-junction, virga, self-similar sub-ring |
53
+ | atmo_waterspout_001 | Whitsunday Waterspout | Atmospheric | Resolved braid, ring at base and top |
54
+ | atmo_tornado_001 | Y-Junction Tornado | Atmospheric | Textbook Y-junction |
55
+ | atmo_waterspout_002 | Po River Delta Merger | Atmospheric | Time-resolved vortex reconnection (4 frames) |
56
+
57
+ ## Vortex Feature Taxonomy
58
+
59
+ - **Column**: Elongated vortex filament
60
+ - **Ring**: Toroidal vortex (ring vortex)
61
+ - **Braid**: Two or more filaments wound around shared axis
62
+ - **Y-junction**: Three filaments meeting at a point (merge or split)
63
+ - **X-crossing**: Two filaments crossing/reconnecting
64
+ - **Kink**: Sharp bend in a filament (possibly from embedded ring)
65
+ - **Kelvin wave**: Helical oscillation along a filament
66
+ - **Virga**: Entrained material draping from a ring vortex
67
+
68
+ ## License
69
+
70
+ Individual image licenses vary — see the observation catalog for per-image attribution and license information. Dataset structure and annotations are CC-BY-SA 4.0.