Skip to content

Commit 4777dd9

Browse files
committed
Create README.md
1 parent 2a0f1aa commit 4777dd9

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# LMDB Example Data (Downsampled)
2+
3+
**WARNING: This data is heavily downsampled and intended ONLY for testing
4+
the LMDB data loading pipeline. Do NOT use it for accuracy benchmarks or
5+
comparisons with the standard npy data format.**
6+
7+
## Contents
8+
9+
- `water_training.lmdb` - 80 frames downsampled from `water/data/data_0`
10+
- `water_validation.lmdb` - 20 frames downsampled from `water/data/data_2`
11+
- `input_lmdb.json` - Example training config using LMDB data
12+
13+
## Usage
14+
15+
```bash
16+
cd examples/lmdb_downsample_data
17+
dp --pt train input_lmdb.json
18+
```

0 commit comments

Comments
 (0)