Jrhoss commited on
Commit
2588cbf
·
verified ·
1 Parent(s): 0eb9119

Reorganize into train/val/test splits (80/10/10, seed=42) and fix README metadata

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +71 -13
  2. test/run_102/boundary_102.pt +3 -0
  3. test/run_111/boundary_111.pt +3 -0
  4. test/run_112/boundary_112.pt +3 -0
  5. test/run_113/boundary_113.pt +3 -0
  6. test/run_115/boundary_115.pt +3 -0
  7. test/run_120/boundary_120.pt +3 -0
  8. test/run_126/boundary_126.pt +3 -0
  9. test/run_13/boundary_13.pt +3 -0
  10. test/run_14/boundary_14.pt +3 -0
  11. test/run_141/boundary_141.pt +3 -0
  12. test/run_143/boundary_143.pt +3 -0
  13. test/run_16/boundary_16.pt +3 -0
  14. test/run_17/boundary_17.pt +3 -0
  15. test/run_176/boundary_176.pt +3 -0
  16. test/run_217/boundary_217.pt +3 -0
  17. test/run_220/boundary_220.pt +3 -0
  18. test/run_234/boundary_234.pt +3 -0
  19. test/run_264/boundary_264.pt +3 -0
  20. test/run_286/boundary_286.pt +3 -0
  21. test/run_296/boundary_296.pt +3 -0
  22. test/run_310/boundary_310.pt +3 -0
  23. test/run_311/boundary_311.pt +3 -0
  24. test/run_318/boundary_318.pt +3 -0
  25. test/run_339/boundary_339.pt +3 -0
  26. test/run_344/boundary_344.pt +3 -0
  27. test/run_358/boundary_358.pt +3 -0
  28. test/run_371/boundary_371.pt +3 -0
  29. test/run_373/boundary_373.pt +3 -0
  30. test/run_381/boundary_381.pt +3 -0
  31. test/run_392/boundary_392.pt +3 -0
  32. test/run_394/boundary_394.pt +3 -0
  33. test/run_4/boundary_4.pt +3 -0
  34. test/run_404/boundary_404.pt +3 -0
  35. test/run_406/boundary_406.pt +3 -0
  36. test/run_428/boundary_428.pt +3 -0
  37. test/run_430/boundary_430.pt +3 -0
  38. test/run_45/boundary_45.pt +3 -0
  39. test/run_461/boundary_461.pt +3 -0
  40. test/run_464/boundary_464.pt +3 -0
  41. test/run_472/boundary_472.pt +3 -0
  42. test/run_48/boundary_48.pt +3 -0
  43. test/run_484/boundary_484.pt +3 -0
  44. test/run_487/boundary_487.pt +3 -0
  45. test/run_497/boundary_497.pt +3 -0
  46. test/run_53/boundary_53.pt +3 -0
  47. test/run_58/boundary_58.pt +3 -0
  48. test/run_72/boundary_72.pt +3 -0
  49. test/run_80/boundary_80.pt +3 -0
  50. test/run_82/boundary_82.pt +3 -0
README.md CHANGED
@@ -1,3 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # DrivaerML-PCTR
2
 
3
  Processed version of [neashton/drivaerml](https://huggingface.co/datasets/neashton/drivaerml)
@@ -7,14 +29,39 @@ for use with the PCT-R (Point Cloud Transformer for Regression) model.
7
 
8
  Each `boundary_i.vtp` file (~500MB, ~8.8M cells) was processed as follows:
9
 
10
- 1. **Random sampling**: 100,000 cells per run, fixed seed `seed = run_id + 42`.
11
- 2. **Cell centres**: Coordinates are CFD cell centres — exact locations where OpenFOAM computed field values.
12
- 3. **Coordinate normalisation**: Local per-run, zero mean and unit std per axis. Stored in each file for unnormalisation.
13
- 4. **Target fields**: Raw, no normalisation. All 500 runs share identical CFD boundary conditions.
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  ## File Structure
16
 
17
- Each run: `run_i/boundary_i.pt`
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  ```python
20
  {
@@ -29,16 +76,27 @@ Each run: `run_i/boundary_i.pt`
29
 
30
  ## Target Field Order
31
 
32
- | Index | Field | Units | Description |
33
- |-------|-------|-------|-------------|
34
- | 0 | CpMeanTrim | [-] | Time-averaged static pressure coefficient |
35
- | 1 | pMeanTrim | [m²/s²] | Time-averaged kinematic pressure |
36
- | 2 | pPrime2MeanTrim | [m⁴/s⁴] | Time-averaged square of pressure fluctuations |
37
- | 3 | wallShearStressMeanTrim | [m²/s²] | Magnitude of time-averaged wall shear stress vector |
 
 
38
 
39
- ## Missing Runs
 
 
 
 
 
40
 
41
- `167, 211, 218, 221, 248, 282, 291, 295, 316, 325, 329, 364, 370, 376, 403, 473`
 
 
 
 
42
 
43
  ## Citation
44
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - other
5
+ tags:
6
+ - CFD
7
+ - aerodynamics
8
+ - point-cloud
9
+ - pytorch
10
+ - fluid-dynamics
11
+ - regression
12
+ size_categories:
13
+ - 100K<n<1M
14
+ splits:
15
+ train:
16
+ num_examples: 387
17
+ validation:
18
+ num_examples: 48
19
+ test:
20
+ num_examples: 49
21
+ ---
22
+
23
  # DrivaerML-PCTR
24
 
25
  Processed version of [neashton/drivaerml](https://huggingface.co/datasets/neashton/drivaerml)
 
29
 
30
  Each `boundary_i.vtp` file (~500MB, ~8.8M cells) was processed as follows:
31
 
32
+ 1. **Random sampling:** 100,000 cells per run, fixed seed `seed = run_id + 42`.
33
+ 2. **Cell centres:** Coordinates are CFD cell centres — exact locations where OpenFOAM computed field values.
34
+ 3. **Coordinate normalisation:** Local per-run, zero mean and unit std per axis. Stored in each file for unnormalisation.
35
+ 4. **Target fields:** Raw, no normalisation. All 500 runs share identical CFD boundary conditions.
36
+
37
+ ## Dataset Splits
38
+
39
+ The dataset is split **80/10/10** (train/val/test) using a random shuffle with `seed=42`.
40
+
41
+ | Split | Runs |
42
+ |------------|------|
43
+ | Train | 387 |
44
+ | Validation | 48 |
45
+ | Test | 49 |
46
+ | **Total** | **484** |
47
+
48
+ > **Missing runs:** `167, 211, 218, 221, 248, 282, 291, 295, 316, 325, 329, 364, 370, 376, 403, 473`
49
 
50
  ## File Structure
51
 
52
+ ```
53
+ train/
54
+ run_i/
55
+ boundary_i.pt
56
+ val/
57
+ run_i/
58
+ boundary_i.pt
59
+ test/
60
+ run_i/
61
+ boundary_i.pt
62
+ ```
63
+
64
+ Each `.pt` file contains:
65
 
66
  ```python
67
  {
 
76
 
77
  ## Target Field Order
78
 
79
+ | Index | Field | Units | Description |
80
+ |-------|------------------------|-----------|----------------------------------------------------------|
81
+ | 0 | `CpMeanTrim` | [-] | Time-averaged static pressure coefficient |
82
+ | 1 | `pMeanTrim` | [m²/s²] | Time-averaged kinematic pressure |
83
+ | 2 | `pPrime2MeanTrim` | [m⁴/s⁴] | Time-averaged square of pressure fluctuations |
84
+ | 3 | `wallShearStressMeanTrim` | [m²/s²] | Magnitude of time-averaged wall shear stress vector |
85
+
86
+ ## Loading the Dataset
87
 
88
+ ```python
89
+ from huggingface_hub import snapshot_download
90
+ import torch, os
91
+
92
+ # Download the full dataset
93
+ local_dir = snapshot_download(repo_id="Jrhoss/DrivaerML-PCTR", repo_type="dataset")
94
 
95
+ # Load a single run from the training split
96
+ data = torch.load(os.path.join(local_dir, "train", "run_1", "boundary_1.pt"))
97
+ print(data['coords'].shape) # [100000, 3]
98
+ print(data['targets'].shape) # [100000, 4]
99
+ ```
100
 
101
  ## Citation
102
 
test/run_102/boundary_102.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e21cc90a8db48744ea80ed66d397b7666d424a92068494f4e71cc4cd9af5cf66
3
+ size 3602297
test/run_111/boundary_111.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6666121120c5d0691a0e48e2248e75fdd73e031a5156e59be6d28be035b41b10
3
+ size 3602297
test/run_112/boundary_112.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcc9a54e4122a462ab3cb10d328b15161f555ac99f701c039383a61998e83f9a
3
+ size 3602297
test/run_113/boundary_113.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d87e2441e183a097032d2a74799a616029ec58315c7c972566a3815d66870b79
3
+ size 3602297
test/run_115/boundary_115.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1edac94d1f0118add0c5353951ef70184c723c5f46fcc77d7fd90c98c93d2cd
3
+ size 3602297
test/run_120/boundary_120.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7aa7c33d959a3b8fa6de0eab050c770755520660dae9200aafe539845d2db3c2
3
+ size 3602297
test/run_126/boundary_126.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1a21cb6bf5b2414defd5bb5d9e30b038fdff6c66df1fd94d4dc9d1bcffdf517
3
+ size 3602297
test/run_13/boundary_13.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c05f3e017de7c88261ce1e99fa3039979375ee3b5625c4eb4bede2f823cf38b7
3
+ size 3602288
test/run_14/boundary_14.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9eea827391bad9d6c79d5a4d324e7603bf707e5a030be58cc007dd327af619a
3
+ size 3602288
test/run_141/boundary_141.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e831c3e4b4d98f1441cbeebbeebabf557103d8eb1c8aa44fb7f08255db00adec
3
+ size 3602297
test/run_143/boundary_143.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2ba57c74b0808f3d3acffa7d557bd3aa7b645f104a0f0b21acd19e10c1bab3c
3
+ size 3602297
test/run_16/boundary_16.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f82dbad7995c3561b396c277e709463cba43eafbcac7c12f3354f914280cb398
3
+ size 3602288
test/run_17/boundary_17.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04cc1fa380412b76727c51ef697762a3903580e46cc28a8c8eaf6e13111287ad
3
+ size 3602288
test/run_176/boundary_176.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00fbe8df6f168a915ce1536667b631c72e1eee14d09cf8f8e9a0afeffd90d788
3
+ size 3602297
test/run_217/boundary_217.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6776001279b77134390fa0f80d069e838405b09e82f41b91fa3428d3eaca9035
3
+ size 3602297
test/run_220/boundary_220.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccc12b2fb6ae1314d724bf78e5acc329faaf9045eaee8bac89738b116f9f3a92
3
+ size 3602297
test/run_234/boundary_234.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55299352fd663664cec006db9eae4f25ca7ae40419f317c7289d3d0f6dde1440
3
+ size 3602297
test/run_264/boundary_264.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:352458d6092873f9e70dbf5aac1ae364fa62f4f6a830550d62e4a0587a6b9c48
3
+ size 3602297
test/run_286/boundary_286.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a18bd596a3fc792c9418859488a6125d3f7f2e9eaad4d35b07aee683387dd3d
3
+ size 3602297
test/run_296/boundary_296.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e8f23b9558b02406740905c8bde5f0dc7ab95fbe93fe97786ebe4a57672ebde
3
+ size 3602297
test/run_310/boundary_310.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d2d97c49ad2d49b80344a1c7a0254d65b92206a1de9dc5063ac2cde30ecd0bd
3
+ size 3602297
test/run_311/boundary_311.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad0e0d6ec1f15d584da211878bcb57ecf651b873f61ad9378dda84bcdacf4d17
3
+ size 3602297
test/run_318/boundary_318.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e247f395e3f3cead31522da163abd704edc338391148336c90d66b82eada209
3
+ size 3602297
test/run_339/boundary_339.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:556f484e6ac81ae4c3c1ad6dff2e57198dda023ade74976fef9cb79b0b8d58a5
3
+ size 3602297
test/run_344/boundary_344.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3aec673f37d8823a896cb46eb3a61384a1c5732b8723038645b50ce138cd5f5
3
+ size 3602297
test/run_358/boundary_358.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f14a77a1399aad4c84a8cda81740a1303e6ee7e13342305e02c00af12950613
3
+ size 3602297
test/run_371/boundary_371.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47a252b39cf6789086b1fe84a1f176947d660e4bcc22f5adf3bee7cdcc3ff027
3
+ size 3602297
test/run_373/boundary_373.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1633c736f9c6d5423a46d335beee6615e1229b9c27f138263cd2a1312e0a4c09
3
+ size 3602297
test/run_381/boundary_381.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb53729d1b8b9439a8774abe49e7060c616b12bebf7e20eb9411aad38b4849f3
3
+ size 3602297
test/run_392/boundary_392.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b10ea8c173d9db80a42fd2595b68d0365ee5ae76e1251152b51f03e2649fab9a
3
+ size 3602297
test/run_394/boundary_394.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d21a04931b72df943aaba87e5fd56fe8ada778468775ae158d0fb1aba509ed25
3
+ size 3602297
test/run_4/boundary_4.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faf25ddadaeeda96e2c5f27cb9935ef1bddb1149232477ec6b1d14e4e20b94b4
3
+ size 3602279
test/run_404/boundary_404.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fc9e017165806a42fb94908772e9468315a6f03d1a2e3d1bc26289f8267a1d5
3
+ size 3602297
test/run_406/boundary_406.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6304734b56903de5087957a061f9be099429e0a1326a7eab28bd3e637d5969c6
3
+ size 3602297
test/run_428/boundary_428.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea3eb93867e91470f229b9e7e28422386a679e3f8de54ac2cf080f8f6fcede72
3
+ size 3602297
test/run_430/boundary_430.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:910acf3dc6b0738766464e3faccd5f2852b377227a6b14743f3cf65eaf4c6d6f
3
+ size 3602297
test/run_45/boundary_45.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e259272ddf7b78706a55df32c00bc6863eec560a500e324e6c4c9f90db84f54
3
+ size 3602288
test/run_461/boundary_461.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:895309e6de075751fda0acc6a4b8f33bcd822f0aa900db4e55e0af61a7556ee8
3
+ size 3602297
test/run_464/boundary_464.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd32e9acbd5dc84aa7efa8a7834db0cd423ce5f1a57f24538602f1665866809c
3
+ size 3602297
test/run_472/boundary_472.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbed42fb30ef13a8a48e0f912f3dc9c33e2a1fe4b9aaccbb59b067489492ef9a
3
+ size 3602297
test/run_48/boundary_48.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14f28247146ea50624e4920e066c8f502bc7a65ed759f77816158bc6e36fd2a9
3
+ size 3602288
test/run_484/boundary_484.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:223b8b20b402de7cb3e6a669bbc9c7339f873d66cac63fd37ed3a36358dc41d6
3
+ size 3602297
test/run_487/boundary_487.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8455213e2aa5b410ea2f37e2122e973209c468fef27c1504440be7d406ffc82
3
+ size 3602297
test/run_497/boundary_497.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a039730a8a6b5dba3a7de1e42fcbca604496a679bc5e2bc0e0863107e5b3b494
3
+ size 3602297
test/run_53/boundary_53.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a381e4dc84be04bdb39b6fb7ccbb7debcb038fb4d59099d7e77b33dce5576fdf
3
+ size 3602288
test/run_58/boundary_58.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02430623dce2cb7f276b004addb52c99817e5a7f29a4879b0fbe42b8a43cc41d
3
+ size 3602288
test/run_72/boundary_72.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:815bf115374f3c2e19df1a70bd7dbc8ce2879297a9c392c8322524388de10bbb
3
+ size 3602288
test/run_80/boundary_80.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc91ea343ad0a0d8848f7b5075426e838096cd5a30b0d4a0b586a331197a98a3
3
+ size 3602288
test/run_82/boundary_82.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42342aa8d423906dc41692a06d1173e96bf4f0b7100ed3d1813aeefdb6c98151
3
+ size 3602288