Datasets:
Regenerate mini on the v3 layout (6-col cluster_extra with is_primary)
Browse files- README.md +14 -2
- test/generic_v2_20_v2.h5 +1 -1
- train/generic_v2_80_v2.h5 +2 -2
- val/generic_v2_20_v2.h5 +2 -2
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
|
| 11 |
# PILArNet-M-mini
|
| 12 |
|
| 13 |
-
A tiny
|
| 14 |
stored in the exact same HDF5 format (variable-length `point`/`cluster`/`cluster_extra` datasets).
|
| 15 |
|
| 16 |
- `train/generic_v2_80_v2.h5` - 80 events
|
|
@@ -18,4 +18,16 @@ stored in the exact same HDF5 format (variable-length `point`/`cluster`/`cluster
|
|
| 18 |
- `test/generic_v2_20_v2.h5` - 20 events
|
| 19 |
|
| 20 |
Intended purely for **CI/CD and exploration** - a lightweight drop-in for pipelines
|
| 21 |
-
that expect PILArNet-M without downloading the full multi-TB dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
# PILArNet-M-mini
|
| 12 |
|
| 13 |
+
A tiny 120-event subset of [DeepLearnPhysics/PILArNet-M](https://huggingface.co/datasets/DeepLearnPhysics/PILArNet-M),
|
| 14 |
stored in the exact same HDF5 format (variable-length `point`/`cluster`/`cluster_extra` datasets).
|
| 15 |
|
| 16 |
- `train/generic_v2_80_v2.h5` - 80 events
|
|
|
|
| 18 |
- `test/generic_v2_20_v2.h5` - 20 events
|
| 19 |
|
| 20 |
Intended purely for **CI/CD and exploration** - a lightweight drop-in for pipelines
|
| 21 |
+
that expect PILArNet-M without downloading the full multi-TB dataset.
|
| 22 |
+
|
| 23 |
+
## Revisions
|
| 24 |
+
|
| 25 |
+
`main` tracks the **v3** layout of the parent dataset: `cluster` is 6 columns and
|
| 26 |
+
`cluster_extra` is 6 columns (`[_, momentum, vtx_x, vtx_y, vtx_z, is_primary]`),
|
| 27 |
+
with vertices in the same voxel frame as the point coordinates.
|
| 28 |
+
|
| 29 |
+
The previous v2-layout mini (5-column `cluster_extra`) is preserved on the `v2`
|
| 30 |
+
branch.
|
| 31 |
+
|
| 32 |
+
Events are the first 80/20/20 events of each split's parent shard with at least
|
| 33 |
+
1024 points.
|
test/generic_v2_20_v2.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2697120
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a80f210e5b9c065f0d2869e1b10c9a9301930ceaec8fef51d02b6dac7bc1043b
|
| 3 |
size 2697120
|
train/generic_v2_80_v2.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca736e0c9f644a2f497341de8323a508bc3124ef472aa95ea00514f3c203ca2c
|
| 3 |
+
size 10629024
|
val/generic_v2_20_v2.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4bc72b3386a4cfd0110368a6292024c03f8890521fa73efcc1610c5c6a3b5171
|
| 3 |
+
size 2825472
|